I have one column that can be one of two answers. When I was playing around with the row edit tempalte, I used a drop down to display yes and no. But I was thinking because it can be either yes or no the control should be radio buttons to avoid the extra click. Is there way that I can do that? I know that the RowEditingClientBinging accepts one ControlID. So I am not sure if this will work.
Thanks
Hi apalcer,
What you need to do is have a radio button list. If you add this to your row edit template and then go to the edit client bindings editor (via the behaviors dialog and then row edit template), you can select that control id for the binding for that column and we will generate the get and set script for you.
regards,
David Young