Grid with one editable row -json

Hi
i need to make a grid with one row as editable, i wnat to use json, could you please provide some sample for the same, i tried {“value”:“textval”, "type:“ed”} it showd up as [object Object] on screen.
Also how can i create a cell with combo (type co) and add options in json itself

regards

i tried {“value”:“textval”, "type:“ed”} it showd up as [object Object] on screen.
Please check if you have attached dhtmlxgrid_json.js file to your page.

how can i create a cell with combo (type co) and add options in json itself
Unfortunately it not possible to add option to “co” eXcell type if you are loading grid from JSON format. You should use API to add options with JavaScript. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … from_xml&s[]=coro