Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Igor on Jul 16, 2008 05:54
open dhtmlx forum
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!
Answer posted by Support on Jul 16, 2008 07:42
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
    http://dhtmlx.com/docs/products/dhtmlxGrid/samples/interaction_other_components/pro_combo.html?un=1216220428000


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