Opened 8 years ago
Closed 8 years ago
#16069 closed defect (patchwelcome)
DataGrid rowHeight scroller issue after sorting
Reported by: | jmajews1 | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
This is an extension of ticket #13181. The extra page still appears when you have rowHeight set (e.g. 19), autoHeight is false, rowsPerPage is 25. Load grid that has 50 data items. Scroll to the second page (all the way to bottom), scroll back up to top. Sort a column and scroll back down. Extra page (whitespace) appears at the bottom.
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
DojoX Grid and EnhancedGrid are deprecated in favor of dgrid and gridx.
You should upgrade your code to use one of those two grids.
We will consider patches to the old DojoX Grid code though.