Check documentation for the latest version of dhtmlxSuite serialize DHTMLX Docs

serialize

serializes component back to json

object serialize();
objectdata from the dataview as json object

Example

var data = myDataView.serialize();

Back to top