Check documentation for the latest version of dhtmlxSuite enablePreRendering DHTMLX Docs

enablePreRendering

enables pre-rendering rows during scrolling.

void enablePreRendering(number buffer);
buffernumbercount of rows to pre-render

Example

myTreeGrid.enablePreRendering(50);

Details

makes scrolling smoother but with a small drop in overall perfomance

Back to top