Is there a way to force the NumericTextbox to display only the numeric keypad on mobile devices? I can do it with a textbox and use radinputmanager to get the effect I want, but it's causing some other issues so I would prefer to just use the NumericTextbox if possible.
Thanks,
2 Answers, 1 is accepted
0
Maria Ilieva
Telerik team
answered on 17 Apr 2015, 09:26 AM
Hello,
I am sorry but with the current implementation of the RadNumericTextBox the numeric keyboard will not be invoked. For now you can use a RadTextBox with an InputType set to Number for achieving the required functionality.