Hi,

I have 300 Rows and 100 Columns in my GridPanel. I have written CellEditing plugin and <Edit Fn="editGrid" > listerner.
In editGrid function of javascript, I have written GridPanel1.view.refresh(); statement. When I comment this statement the editing is fast. otherwise its very slow even I edit one cell it takes 8-9 second to jump in second grid.
As GridPanel1.view.refresh(); is compulsory to me because I am changing other cell's value of same row like
App.Store1.getAt(e.rowIdx).data.OtherFiled = calcultedValue;

So is there any other solution to refresh only one cell so that it becomes fast editing.

Thanks
Shailesh