dhtmlx grid combo

hello,
i m using combo.loadXML to load dhtmlx column combo
then to load grid data mygrid.load where the xml format is

<?xml version="1.0"?> AGR|~|Agra but grid cell text is not showing the combo text it is just the value .pls help it is vv urgent please please help...

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