I want to load grid with custom XML, I have read the page “http://docs.dhtmlx.com/doku.php?id=dhtmlxgrid:syntax_templates”. But I couldn’t find dhtxmlgrid_data.js files in samples download.
Pls help me, how to load grid with custom XML(format like xmlA)?
dhtmlx.com/docs/download/dhtmlxGrid.zip
Pls download this link.
And Use dhtmlxgrid.js,dhtmlxgridcell.js
Optional Use
ext/dhtmlxgrid_drag.js
ext/dhtmlxgrid_srnd.js
ext/dhtmlxgrid_filter.js
ext/dhtmlxgrid_deprecated.js
ext/dhtmlxgrid_nxml.js
dhtmlxGrid Scripts and create XML Configuration.
myGrid.load(“xmlFile.xml”);
ready your grid
Olga
#3
“load grid with custom XML” feature is available in PRO version only.