dhtmlxgrid with column combo with images

Hello I am using dhtmlx V2.6 PRO edition.
I have an dhtmlxgrid with “co” column defined
To fill the data of the combo i do this:
var comboColumn = mygrid.getColumnCombo(mygrid.getColIndexById(“COLUMN”));
comboColumn .loadXML(actionLoadCombo);

And this work perfect with combo columns, now I want to put images on the columns, on the xml result I put the img_src attribute and is completly ignored.
I think is ignored because normally when any combo is initialized to have a combo with images or checkbox is needed an extra parameter on “” the “opt_type=‘image’”.
Can you help me with this? Is urgent.
Is possible have a grid with combo img column?

Thanks in advance.

Please Can you reply the question Please? is urgent.

Thanks in advance

Couldn’t you clarify what attribute do you use, what element should contain such attribute and where do you need to have images?

I want combo with images on dhtmlxgrid component

Unfortunately it’s not available to add images to the options of co/coro select box.
Something similar can be achieved with dhtmlxCombo extension.
Here is the sample of functionality:
dhtmlx.com/docs/products/dht … tions.html

Here is the tutorial about using comb o ExCell:
docs.dhtmlx.com/doku.php?id=dhtm … cell_combo