Check documentation for the latest version of dhtmlxSuite setXMLAutoLoading DHTMLX Docs

setXMLAutoLoading

enables dynamic loading from XML

void setXMLAutoLoading(string url,number buffer);
urlstringurl to the external file
buffernumbercount of rows requested from server by single operation

Example

myGrid.setXMLAutoLoading("data.xml", 50);

Back to top