I am facing issue in an editable grid. I want to editable textbox when user click on check box.
User only one field to modify when check box clicked.
Here i attached screen shot which i want.
Thanks,
1 Answer, 1 is accepted
0
Alexander Valchev
Telerik team
answered on 05 Mar 2013, 05:26 PM
Hello Eric,
If I understood correctly, you would like to put the row in edit mode only when the corresponding check box is checked. To achieve that, you should hook up to the change event of the check box and use editRow method of the Grid to put the row into edit mode.
Note that this approach will work only with in-cell (or popup) editing, as in this case the edit mode does not trigger on click inside the cell.
Regards,
Alexander Valchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!