I am brand new to Kendo UI. I am curious if it is possible to use a MobileSwitch widget on a Grid to represent a boolean value. Can we configure the columns of the grid to show another Kendo UI widget?
Where should I go to understand how to build Views that have nested widgets?
1 Answer, 1 is accepted
0
Viktor Tachev
Telerik team
answered on 06 Feb 2017, 10:52 AM
Hello Jeff,
The behavior you describe is not available out of the box. In order to implement it you would need to use custom logic.
You should define custom editor for the boolean field. Then you need to add the mobile switch manually. Also, you can handle the change event for the switch and set the model of the Grid.
Please examine the following example that outlines the approach: