Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by bap on Jun 11, 2009 02:55
open dhtmlx forum
Grid Combo checkbox

Hi,
My code is for checkbox combo within grid is
var selectBox = new dhtmlXCombo("div_id","div_id",100,'checkbox');
selectBox .addOption([['1','ONE'],['2','TWO'],['3','THREE'],['4','FOUR']]);

but in grid combo is printed but the value for that combo not shown not even checkbox combo .Simple Combo with empty data is printed.

Answer posted by Alex (support) on Jun 11, 2009 06:40

Hello, 

please provide the code of grid initialization