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.