Check documentation for the latest version of dhtmlxSuite enableSmartXMLParsing DHTMLX Docs

enableSmartXMLParsing

enables smart xml parsing mode

void enableSmartXMLParsing(boolean mode);
modebooleanboolean flag

Example

myTreeGrid.enableSmartXMLParsing(true);

Details

In this mode treegrid doesn't parse data from closed branches until opening. It improves the initial rendering performance.

Makes sense only for static components (makes no sense if treegrid is in dynamic loading mode)

Back to top