When I update the ModelData in a grid on Events.CellClick,
this line causes the grid to scroll to the top of the list after update. Occurs on IE7. Works fine for Firefox.Code:grid.getStore().update(data);
BTW it was working in 2.0.4.
When I update the ModelData in a grid on Events.CellClick,
this line causes the grid to scroll to the top of the list after update. Occurs on IE7. Works fine for Firefox.Code:grid.getStore().update(data);
BTW it was working in 2.0.4.