This is a migrated thread and some comments may be shown as answers.

How to edit textbox on checkbox click in editable grid.

1 Answer 217 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Quest Resource Management
Top achievements
Rank 1
Quest Resource Management asked on 02 Mar 2013, 06:20 AM
Hello All,

  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

Sort by
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!
Tags
Grid
Asked by
Quest Resource Management
Top achievements
Rank 1
Answers by
Alexander Valchev
Telerik team
Share this question
or