hello,
i m using combo.loadXML to load dhtmlx column combo
then to load grid data mygrid.load where the xml format is
Hi
You are using grid xml format. Try this:
<?xml version="1.0" ?>
<complete>
<option value="0">AGR|~|Agra</option>
<option value="1">Something else</option>
</complete>
Please, make sure that the value of the cell is strictly similar to the value of the combo option.
If issue still occurs for you - please, provide with a complete demo, where the issue can be reproduced locally.
Here you can find a tutorial:
docs.dhtmlx.com/doku.php?id=othe … leted_demo