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

Checkbox value in inline editing

1 Answer 104 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sanhita
Top achievements
Rank 1
Sanhita asked on 12 Aug 2014, 02:21 PM
Hello everyone,

I am using a kendo grid with inline editing, I have declared a boolean  label field and kendo is automatically converting it in a checkbox in edit mode, that is really fantastic, but could you please tell me how do I get the checked value of the checkbox when I will click on the save button.

columns.Bound(e => e.IsBolton).Width(160).Title(@Resources.Admin.IsBolton);

This is how I declared in kendo grid.

Many thanks

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 15 Aug 2014, 06:34 AM
Hello Sanhita,

You can handle Grid save event and use model field from the arguments (e.model) to access the edited model. Here is a quick example: http://dojo.telerik.com/@rusev/AxaJ.

Regards,
Nikolay Rusev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Sanhita
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or