I have a form that is basically a fancy data entry form where the user would like to press enter to move between the fields.
I have dropdowns, spinners, textboxes, etc and I need to create this functionality.
Now with regular .NET controls there is a simple method SelectNextControl that I could use.
When I trigger the keypress event on a drop down the sender is a RadDropDownTextBoxElement which cannot be cast into a base Control object so I cannot get access to the SelectNextControl method.
I know there should be an easy way to do this, but, so far, I have been able to find it.
Can you help?
Thanks,
David
I have dropdowns, spinners, textboxes, etc and I need to create this functionality.
Now with regular .NET controls there is a simple method SelectNextControl that I could use.
When I trigger the keypress event on a drop down the sender is a RadDropDownTextBoxElement which cannot be cast into a base Control object so I cannot get access to the SelectNextControl method.
I know there should be an easy way to do this, but, so far, I have been able to find it.
Can you help?
Thanks,
David