I can set the state using the js code setUpdated DHTMLX Docs
I want to know is there any way to update the state of a cell while generating XML?
I want something like this:
<cell state="updated"><![CDATA[new values]]></cell>
or
<row id="12" state="updated"><cell><![CDATA[new values]]></cell></row>