set selcetd index for combo attached to grid

Hi,

I have a grid with a column a combo is attached. The combo contains i.e.

Germany
America
China

The grid is loaded from a XML. If I set a column i.e. to America and open first time the combo this value is not preselected because no index is set.

My idea is now to set in state 0 or 1 of the onEditCell event. But how to reference this specific cell combo? The only reference I have is the reference from mygrid.getColumnCombo(1). But this is not the reference in this specific cell.

Please, make sure that your cell value is equal to the option value.
If the problem still occurs for you please, provide with a detailed sample with the init of your grid so the problem can be reconstructed

OK, my fault. But now I have a different problem / design issue.

I´ve create an example and send to support@dhtmlx.com (see readme.txt)