Hi,
I have a grid configured on ASP MVC using Razor with a custom editor template, to show a textarea for editing a big text field.
The grid as per client requirements, needs to allow incell edit and keyboard navigation.
The problem I'm having is that having that configuration doesn't allow me to press Enter key for adding new lines on the textarea while editing, instead cause the cell get out of edit mode.
Couldn't find a way to suppress that behavior nor to change it.
Any ideas?
I have a grid configured on ASP MVC using Razor with a custom editor template, to show a textarea for editing a big text field.
The grid as per client requirements, needs to allow incell edit and keyboard navigation.
The problem I'm having is that having that configuration doesn't allow me to press Enter key for adding new lines on the textarea while editing, instead cause the cell get out of edit mode.
Couldn't find a way to suppress that behavior nor to change it.
Any ideas?