turns off the fast operation mode, needs to be executed to normalize the view
mygrid.startFastOperations(); for (var i=0; i<1000; i++) mygrid.addRow(mygrid.uid(),[i,"new row"]); mygrid.stopFastOperations();