| Sample: dhtmlxTreeGrid | TreeGrid serialization | dhtmlxTreeGrid main page |
Serialization for dhtmlxTreeGrid gives you actual state of the content in xml format.
Math formulas can be serialized as formulas or as values.
<div id="gridbox" width="100%" height="250px" style="background-color:white;overflow:hidden"></div> <script></script>mygrid = new dhtmlXGridObject('gridbox'); ... mygrid.loadXML("grid_math2.xml"); ... //enabling math serialization mygrid.enableMathSerialization(true); //serialize treegrid var a=mygrid.serialize();
| © DHTMLX LTD. All rights reserved |