Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ritz on Jun 11, 2009 00:53
open dhtmlx forum
chekbox combo for specific column in grid

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.
Answer posted by Alex (support) on Jun 11, 2009 01:11

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.