I want to enter a 6-digit into a RadNumericBox using the soft input panel (France-French keyboard settings)
I'm using c# in VS2015 and Telerik UI For Universal Windows Platform R2 2017.
How to simulate?
- Create a new Universal Windows project
- Add a RadNumericBox control to the MainPage
- Set your computer in a France-French keyboad setting
- Start the application
- Switch to 'Tablet'-mode
- Open the soft input keyboard and set focus in the RadNumericBox
- Click 5 on the soft input keyboard -> You get 5 in the RadNumericBox -> All good
- Click 6 on the soft input keyboard -> You get -5 in the RadnumericBox -> NOT GOOD!!!
When you switch to any other (non French) keyboad setting (eg. US-En) you get a '6' when you press '6' on the soft numeric input panel.
How can I enter a 6-digit in my RadNumericBox using a soft input keyboard set in (any) French mode?
Please help.