Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.listboxEditor edit causing grid/window to scroll back to top #365

Open
travisbotello opened this issue Apr 25, 2021 · 2 comments
Open

Comments

@travisbotello
Copy link
Contributor

When editing a grid field via this.listboxEditor the grid/window scrolls back to top after every edit. This makes it kind of hard to alter multiple consecutive items. I think it would be more efficient to maintain the scroll position.

@Bruno17
Copy link
Owner

Bruno17 commented May 2, 2021

any suggestions, how this could be solved?

@travisbotello
Copy link
Contributor Author

I couldn't find the initiator of this scroll to top trigger but I do believe that this is some kind of native extJs behavior when records in the grid are updated via inline editing. Updating a record via modal doesn't scroll the grid to top. I found a very old thread on the sencha forum regarding this matter: https://forum.sencha.com/forum/showthread.php?34802-Stop-scrolling-to-top-when-grid-store-is-reloaded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants