Image combo in grid?

Hi,



I haven’t been able to find any way to set the “image” mode for co/coro eXcell in a treegrid, and I haven’t seen any example of this in the documentation or knowledge base, is this possible? If so, could it be done through xml? Thanks!

The co|coro excell doesn’t allow functionality.
The combo excell doesn’t allow such functionality by default but it can be updated with small code modification
    dhtmlx.com/docs/products/dhtmlxG … 6220428000


dhtmlxgrid_excell_combo.js, line 162
    combo = new dhtmlXCombo(container,“combo”,0);
can be changed to
    combo = new dhtmlXCombo(container,“combo”,0,“image”);