Hi,
var combo = new dhtmlXCombo(container,“combo”,0);
replaced it with
var combo = new dhtmlXCombo(container,“combo”,0,“checkbox”);
in file dhtmlxgrid_excell_combo.js
This is making all the combos in grid with checkboxes but to have checkboxes just in selected combos, can we have our own different cell type rather than “combo” so that we can distinguish between the columns based on our need to have checkbox or not.
Hello,
please, contact us at support@dhtmlx.com, provide your ref.number and we’ll send you the modified dhtmlxgrid_excell_combo.js with the example of usage.