Inicilizate combobox column of DhtmlxGrid Object

I need inicializate a combobox column of DhtmlxGrid Object without Xml .

Please help me





Necesito inicializar una columna de combox de un DhtmlxGrid sin usar XML

Gracias.

If you mean co|coro column - you can use getCombo method to get combo instance and put method to add possible values

mygrid.getCombo(index).put(“1”,“One”)

dhtmlx.com/docs/products/dhtmlxG … omboexcell