Completed
Last Updated: 04 Apr 2019 15:54 by Dimitar
Release R2 2019 (LIB 2019.1.408)
Hong
Created on: 27 Mar 2019 13:43
Category: Editors
Type: Bug Report
1
RadMaskedEditBox: Users are not allowed to enter more one numeric digit with mask "N"

Please refer to the following code snippet:

        public Form1()
        {
            InitializeComponent();
             
            this.radMaskedEditBox1.Mask = "n";
            this.radMaskedEditBox1.MaskType = Telerik.WinControls.UI.MaskType.Numeric;   
            this.radMaskedEditBox1.Culture = new CultureInfo("en-CA") { NumberFormat = { NumberDecimalDigits = 0, NumberGroupSeparator = "," } };  
        }

After running the application and try to enter "123". You will notice that you can enter only "1".

2 comments
Dimitar
Posted on: 04 Apr 2019 15:54
Hello, 
 
A Fix will be available in LIB Version 2019.1.408 scheduled for April 8th.

Regards, 
Dimitar
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 27 Mar 2019 13:48
Hello, Hong,

Thank you for reporting this.

I have logged it in our feedback portal by making this thread public. You can track its progress, subscribe for status changes and add your comments on the following link - feedback item.

I have also updated your Telerik points.

Currently, the possible solution that I can suggest is to use mask "N0".

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.