DHTMLX Docs & Samples Explorer

stopFastOperations()

Required library edition: This method works with any edition of DHTMLX library
Required library file: dhtmlxgrid_fast.js

turn off fast operation mode, need to be executed to normalize view.

   mygrid.startFastOperations();
 
   for (var i=0; i<1000; i++)
       mygrid.addRow(mygrid.uid(),[i,"new row"]);
 
   mygrid.stopFastOperations();

See also: startFastOperations