Ticket #5843 (closed defect: fixed)
QueryReadStore breaking Grid scrolling
| Reported by: | haysmark | Owned by: | jaredj |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1 |
| Component: | DojoX Data | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | josh@… |
Description (last modified by bill) (diff)
See Maine's first comment, with the code sample, in: http://dojotoolkit.org/book/dojo-book-0-9-1-0/part-2-dijit-dojo-widget-library/advanced-editing-and-display/grid-1-0/sortin#comment-9112
If you create a QueryReadStore? that pages data from a server app, it tells Grid that there are only as many data items as are in the first page or two. Consequently, the virtual scrolling doesn't kick in because Grid thinks it has all of the items. QueryReadStore? needs to report more items so Grid can scroll more.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.