I’m using parse to load a Grid, but my parse parameter is a JSON object, coming from another parsing (like eval),
and it looks like:
{“rows”:[{“id”:“00004416”,“data”:[{“MY_TIME”:“08:05:28:34”,“PHASE_ID”:" ",“SIDE”:“B”,“ORDER_NUMBER”:“00004416”,“VOLUME”:“1000”,“PRICE”:“11.04”,“TRADER_ID”:“SD004”,“ORDER_STATUS”:“O”,“M_C_FLAG”:“C”}]}]}
What part of this can I pass to myGrid.parse, or I have to make it string again?
Thanks in advance
Please find more information about loading grid from JSON format here dhtmlx.com/dhxdocs/doku.php?id=d … _from_json
dhtmlxgrid_json.js file should be attached to your page.