Categories | Question details Back To List | ||
Check box inside the first column of a grid Hi I want to insert check boxes within the first column of a grid... how can i achieve this in DhtmlXgrid? I am loading XML data into my grid ..... Thanks in advance Answer posted by Support on Oct 31, 2008 03:13 Just define first column as "ch" mygrid.setColTypes("ch,ed,..."); and set empty cell tag for first column in XML ( or with 1,0 values for checked|unchecked state ) |