Opened 12 years ago
Closed 9 years ago
#10983 closed defect (patchwelcome)
a bug in dojox.grid.DataGrid.filter
Reported by: | huangyi | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | DojoX Grid | Version: | 1.4.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I create a datagrid and use the function filter to filter datas. And I find when the data is larger than displays, after load the new data, the filter result is incorrect. If I click the column to sort the data, it turn to correct.
Attachments (3)
Change History (9)
comment:1 Changed 12 years ago by
Component: | Dojox → DojoX Grid |
---|---|
Owner: | changed from Adam Peller to bryanforbes |
comment:2 Changed 12 years ago by
I'm seeing the same problem (though in an EnhancedGrid?). After calling filter(), the results are wrong, although the result size is correct (and smaller than the original full data set).
comment:3 Changed 12 years ago by
Owner: | changed from bryanforbes to Bryan Forbes |
---|
comment:4 Changed 12 years ago by
Just wanted to add that I am seeing the same problem. Seems that the filter() method works on smaller data sets, but once it gets past 100 or so items in the datastore, it starts to display the correct number of rows in the grid but the contents of those rows are not 100% correct. The suggested "workaround" of sorting a column seems to work, but at some point I need to reload the grid/datastore completely in order to even have that work.
comment:5 Changed 9 years ago by
comment:6 Changed 9 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | new → closed |
might need a concrete example here