Opened 13 years ago
Closed 13 years ago
#8918 closed enhancement (fixed)
on deleting rows while having filter set
Reported by: | blurayne | Owned by: | Bryan Forbes |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | DojoX Grid | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The error above is thrown when i have a dojox.grid.DataGrid?, apply a filter, delete all filtered rows and the switch back the filter (example included).
dojo/data/ItemFileReadStore.js: _assertIsItem: function(/* item */ item){ if(!this.isItem(item)){ throw new Error("dojo.data.ItemFileReadStore?: Invalid item argument.");
Browser: Firefox 3.0.7
Attachments (1)
Change History (2)
Changed 13 years ago by
Attachment: | datagrid-test.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | tbd → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This appears to be fixed in the latest from the trunk.
Note: See
TracTickets for help on using
tickets.
DataGrid? with filter and delete-button