Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by soumya on Jul 30, 2008 03:08
open dhtmlx forum
dhtmlx grid

I am using radio button in dhtmlx grid using the following code
gridObj.setColTypes("ra,ro,ro");

And am loading the grid values from xml file.
But the problem is the last radio button is enabled on page load.

Can you please help me.
Thanks
Answer posted by Support on Jul 30, 2008 05:25
Which values you are using for "ra" column in XML
Grid expects
    <cell>0</cell> - unselected
    <cell>1</cell> - selected

any other value may be treated as sign of selection, which will result in situation siimilar to yours