Opened 13 years ago
Closed 13 years ago
#6977 closed defect (fixed)
dojox.grid.DataGrid: grid initializes too large
Reported by: | nathan | Owned by: | nathan |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | DojoX Grid | Version: | 1.1.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
When a query comes back with 0 rows, and while the query is loading, the grid's content node is set way to large.
This is because the number of pages is set to 1 in the scroller - even if there are no rows.
Note: See
TracTickets for help on using
tickets.
(In [14041]) Fixes #6977. If exactly 0 rows are passed in, then there are 0 pages !strict