Check documentation for the latest version of dhtmlxSuite serialize DHTMLX Docs

serialize

gets actual xml of the grid

void serialize();

Available only in PRO Edition

Example

var str=mygrid.serialize();

Details

the depth of serialization can be set with setSerializationLevel() method

Back to top