Completed
Last Updated: 15 Mar 2023 11:38 by ADMIN
Release 5.1.0
Created by: Bernd
Comments: 5
Category: MaskedEntry
Type: Feature Request
1

I would like to set the Keyboard Type the same way as it's possible for the regular Entry (see docs).

The reason is that I have a MaskedEntry with a mask that allows only numeric input. That's why I want to set Keyboard="Numeric".
This is how it should look like in the end:

<telerik:RadTextMaskedEntry
                  x:Name="entry"
                  Keyboard="Numeric"
                  Mask="00:00" />

Unplanned
Last Updated: 23 Jan 2023 14:37 by Yohancef
Created by: Yohancef
Comments: 0
Category: MaskedEntry
Type: Feature Request
1
Expose CursorPosition property in MaskedEntry control.