Categories | Question details Back To List | ||
checkbox combo within grid Hi Team, var combo = new dhtmlXCombo(container,"combo",0); replaced it with var combo = new dhtmlXCombo(container,"combo",0,"checkbox"); Its works fine in grid.But for all combo.I want checkbox combo for some fields within grid not for all combo within grid. Regards Jay Answer posted by Alex (support) on Jun 10, 2009 08:05 Hello Jay, please, contact us at support@dhtmlx.com and we'll provide you the solution with modified dhtmlxgrid_excell_combo.js that allows to define combo type for a certain column. |