Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1445
Does anyone know how to add radio buttons to the RowEditTemplate?
posted

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

Parents
No Data
Reply
  • 33839
    Verified Answer
    posted

    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

Children
No Data