Hi,
I have a Kendo grid as below. On Click of a custom toolbar button(Edit) I want to enable all the rows of the grid.
1. When the user clicks on Edit button it should enable all the rows to edit mode.
2. The Edit button text should change to Update on click of Edit button.
3. Then user change the rows and select the checkbox, and click on the update button, then only the selected checked rows will send to server for update.
Please help me find the above requirements solutions.