Dimitrios Gianninas wrote:
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




Reply via email to