Opened 10 years ago
Closed 9 years ago
#14844 closed defect (patchwelcome)
DataGrid: wrong filter result if returned number of rows is larger than parameter "rowsPerPage"
Reported by: | atomlocke | Owned by: | Evan |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I do filtering on a DataGrid? named "grid" with several hundred rows. Whenever i do some filtering in the style of "grid.filter(item)", only the first "grid.rowsPerPage" many returned rows are correct. The remaining rows are wrong. A workaround is to set "grid.rowsPerPage" to a large number. I do not use any pagination or likewise, and so the parameter "grid.rowsPerPage" is not really used (to the best of my knowledge).
Change History (3)
comment:1 Changed 10 years ago by
Component: | General → DojoX Grid |
---|---|
Owner: | set to Evan |
comment:2 Changed 9 years ago by
comment:3 Changed 9 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.