Is there a built in way to force the data entry on the RadDataForm to upper case as the user types?
1 Answer, 1 is accepted
0
Pavel Pavlov
Telerik team
answered on 16 Sep 2011, 01:25 PM
Hi Lee Weisenberger,
There is no such feature present in RadDataForm .
Now there are different workarounds :
In case you need data uppercase-ed when being saved to the business object , you can simply use an IValueConverter set to the data member binding of the DataForm field.
In case you need the letters immediately capitalized , you should handle the keyboard events .
Best wishes,
Pavel Pavlov
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>