Categories | Question details Back To List | ||
JSON open state Hello, is there a possibility with a JSON object to specify the open state of a node, like in XML with <row id="78722" selected="1" open="1">? Thanks in advance and best regards Answer posted by Support on Oct 17, 2008 05:19 If dhtmlxgrid_json.js used, it can be done by { id:"some", open:true, data:[... technically , object properties treated in same way as attributes of row tag, so you can use them in the same way. |