Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
445
How to make the enter key navigate to a new cell after editing
posted

I have a WebDataGrid, 11.1 that allows in cell editing.  When the user hits the enter key to finish editing I woudl like to navigate to the next cell.  Preferably I would like to be able to be able to control whether that is the next row or the next column.

Before I start getting involved in writing a lot of javascript to do this I was wondering if this is a built in behavior that I am not seeing how to configure or if there is a simple example of how to do it.

Thanks in advance.