Is there a simple way to jump to the next cell when the the current cell is in edit mode and the value reaches it's maximum length?
Thanks.
1 Answer, 1 is accepted
0
Jack
Telerik team
answered on 17 Jun 2010, 10:03 AM
Hi Diederik,
You can jump to the next cell by using the GridNavigator. You should call the SelectNextColumn method. In order to monitor the value changes of the current editor you need to subscribe to the ValueChanged event. Depending on the editor you may have to override the default editor and use your own descendant. You can find more information about editors in our online help documentation.
Kind regards,
Jack
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.