I'm using inline editing in my Grid. However, instead of requiring the user to scroll all the way over to the right and click the Edit button, I'd like to allow them to simply click a row to put the row in edit mode. Can this be done?
1 Answer, 1 is accepted
0
Preslav
Telerik team
answered on 02 Mar 2017, 04:56 PM
Hi Randy,
The described functionality can be achieved if you enable Grid selection and use the change handler to enter edit mode.
Depending on the exact implementation and approach, the grid may end up always being in edit mode. This is because the Cancel button is part of the same row thus, it triggers the editing again.
For a more flexible behavior, you may need to resort to a custom click handler that is not tied to built-in Grid functionality.