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

Move to the next column

2 Answers 108 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Howard
Top achievements
Rank 1
Howard asked on 26 Jan 2015, 11:14 PM
I am using a radGridView in a WinForm application.
When a user is entering data in a cell, I want to automatically move to the next cell when MaxLength is reached.

Is there a way to do this?

Howard

2 Answers, 1 is accepted

Sort by
0
Accepted
Todor
Telerik team
answered on 27 Jan 2015, 06:22 PM
Hi Howard,

Thank you for contacting Telerik support.

To automatically move to the next cell when a specific condition is met, you can subscribe to the ValueChanged event of RadGridView and add your own logic. You can find a sample implementation in the attached project. Feel free to refer to it or edit it and do not hesitate to write again if you have any additional questions. 

I hope this information helps.

Regards,
Todor Vyagov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Howard
Top achievements
Rank 1
answered on 27 Jan 2015, 07:11 PM
Works perfect!!!

Thanks for your help.

Howard
Tags
GridView
Asked by
Howard
Top achievements
Rank 1
Answers by
Todor
Telerik team
Howard
Top achievements
Rank 1
Share this question
or