Ticket #7472 (closed defect: fixed)
Grid: Horribly slow rendering with QRS with many rows
| Reported by: | toonetown | Owned by: | toonetown |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2 |
| Component: | DojoX Grid | Version: | 1.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
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
Change History
Note: See
TracTickets for help on using
tickets.