Evgeny Fisher
9 Feb 2012, 1:01 AM
Hi .
I have instance of Grid with 50 rows and 7 columns.
On pressing button all rows of grid are updating by following calling: gridStore.update( testGridNode );
For grid without grouping view update takes about 0.6 second.
Update of Grouping Grid takes about 3.4 seconds!
Simple test case is attached.
The questions are:
Is there way to improve it?
May be is there way of multiple update, like multiple add ( method that receives list of models )?
Is something planned for next release for improving this bad update performance?
We are using Ext GWT 2.2.4.
Thank you,
Evgeny
I have instance of Grid with 50 rows and 7 columns.
On pressing button all rows of grid are updating by following calling: gridStore.update( testGridNode );
For grid without grouping view update takes about 0.6 second.
Update of Grouping Grid takes about 3.4 seconds!
Simple test case is attached.
The questions are:
Is there way to improve it?
May be is there way of multiple update, like multiple add ( method that receives list of models )?
Is something planned for next release for improving this bad update performance?
We are using Ext GWT 2.2.4.
Thank you,
Evgeny