This is a migrated thread and some comments may be shown as answers.

Automatically move to next cell

1 Answer 144 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Diederik
Top achievements
Rank 1
Diederik asked on 11 Jun 2010, 02:39 PM

Hi,

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

Sort by
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.
Tags
GridView
Asked by
Diederik
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or