DHTMLX Docs & Samples Explorer

enableSmartRendering(mode,buffer,reserved)

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

enable smart rendering mode

  • mode - true|false - enable|disable mode
  • buffer - has sense only in dynamic loading mode, count of rows requrested from server by single operation, optional
   //enable smart rendering mode
   mygrid.enableSmartRendering(true);
   //enable smart rendering mode, set cont of rows requested from the server by single operation
   mygrid.enableSmartRendering(true,50);

Note this method is incompatible with enableDistributedParsing and enablePaging methods

See also: enablePaging, enableDistributedParsing, startFastOperations, stopFastOperations