Ticket #7472 (closed defect: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Changed 11 months ago by toonetown

  • status changed from new to closed
  • resolution set to fixed

(In [14906]) Fixes #7472 - prevent the scroller from loading the entire data set when using a number-based autoHeight !strict

Note: See TracTickets for help on using tickets.