-
Notifications
You must be signed in to change notification settings - Fork 296
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
Scrolling large OnDemand grids #110
Comments
This is unfortunately due to how the OnDemandList module is presently designed. It's something I'll be sure to bring up in discussion again, but for the time being, you should be able to mitigate this behavior to a degree by playing with the |
ColumnSet.renderArray() now handles Deferreds Added row buffer to OnDemandGrid to increase perceived performance Fixed row reordering bug in Chrome (_StoreMixin.js)
OK, thanks. I was initially under the impression those had been resolved based on Kris' response, but by all means, let us know if you still see issues. Thanks for your contributions! |
There appears to be an issue with OnDemand grids that have many rows. It is impossible (or at least extremely difficult) to scroll to the bottom of them - when dragging it, the scroll bar doesn't correctly follow the mouse. It appears that the height of the grid (or at least the scrolled area) does not correctly reflect the total number of rows returned by the store, and that it is being expanded as you scroll down.
This can be seen in dgrid/test/performance.html - you cannot scroll properly to the last row. This problem doesn't occur in the equivalent page for dojox.Grid.
The text was updated successfully, but these errors were encountered: