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.