DHTMLX Docs & Samples Explorer

enablePreRendering(buffer)

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

enables pre-rendering rows during scrolling. Makes scrolling smoother, but with small drop in overall perfomance.

  • buffer - count of rows to pre-render
mygrid.enablePreRendering(50);