Hi,
I am using a RadGridView where I have two columns ,First columns where all Lables are dispalyed (This is a readonly column) and the Second column all the value can be entered some thing like below:
Actual:
I have a cell validating event where I have validation for Passport Number Value Field that it has to be 9 digits , I am able to display the error message to the user when user enter less than 9 digits in the Passport Number Value Field and tries to Tab out, then after the user enters a valid passport number and clicks on tab the focus to set to DOB value field.
Expected: When user enter a valid Passport Number and clicks on tab then , focus should be set on next editable cell i.e. Age Value Field.
Any help or suggestion on how to fix this issue.
I am using a RadGridView where I have two columns ,First columns where all Lables are dispalyed (This is a readonly column) and the Second column all the value can be entered some thing like below:
Description | Value |
First Name : | Tom |
Last Name : | Richarson |
Passport Number: | ######### |
Age : | 12 |
Weight : | 125 Pounds |
DOB : | mm/dd/yyyy |
Actual:
I have a cell validating event where I have validation for Passport Number Value Field that it has to be 9 digits , I am able to display the error message to the user when user enter less than 9 digits in the Passport Number Value Field and tries to Tab out, then after the user enters a valid passport number and clicks on tab the focus to set to DOB value field.
Expected: When user enter a valid Passport Number and clicks on tab then , focus should be set on next editable cell i.e. Age Value Field.
Any help or suggestion on how to fix this issue.