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

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 )