Opened 14 years ago
Closed 14 years ago
#7472 closed defect (fixed)
Grid: Horribly slow rendering with QRS with many rows
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It appears that the scroller fetches and renders all data from a dojox.data.QueryReadStore?. This happens when you set an number-based autoHeight on the grid.
The scroller thinks that it should be a "real" autoheight - changing the order of how things happen in updateRowCount as well as making a small change to adaptHeight addresses this issue
Note: See
TracTickets for help on using
tickets.
(In [14906]) Fixes #7472 - prevent the scroller from loading the entire data set when using a number-based autoHeight !strict