Check documentation for the latest version of dhtmlxSuite forceFullLoading DHTMLX Docs

forceFullLoading

loads all data in the treegrid, which is in dyn. srnd or dyn. paging mode

void forceFullLoading(number buffer);
buffernumbersize of data which will be loaded by single iteration, optional, 50 rows by default

Example

//load all data in treegrid 
myTreeGrid.forceFullLoading();

Back to top