Just change the dataProvider and the DataGrid will refresh itself.
I think firing the 'modelChanged' event on the data provider will also do the trick.
myDataProvider.dispatchEvent({type: "modelChanged"});Manish
Just change the dataProvider and the DataGrid will refresh itself.
myDataProvider.dispatchEvent({type: "modelChanged"});Manish