steven
04-18-2007, 09:09 AM
I have been having problems with reload on Ext.data.Store if there is a filter applied.
I have a link on my page which causes the server to update and/or add new rows to my table on the server. I then call ds.reload() to attempt to refresh the grid except the new rows don't appear. If I add
delete this.snapshot;
in the reload it works.
(I also tried calling ds.clearFilter() before reload but it causes the grid to redraw multiple times)
I have a link on my page which causes the server to update and/or add new rows to my table on the server. I then call ds.reload() to attempt to refresh the grid except the new rows don't appear. If I add
delete this.snapshot;
in the reload it works.
(I also tried calling ds.clearFilter() before reload but it causes the grid to redraw multiple times)