This is a migrated thread and some comments may be shown as answers.

RadMaskedEditBox numeric masktype general mask

4 Answers 136 Views
MaskedEditBox
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 05 Feb 2013, 07:39 PM
I am attempting to make a masked edit box that accepts an integer.  Simply specifying MaskType of numeric accomplishes this.  I do not want commas displayed as seperators though.  Specifying a Mask of "g" for general accomplishes this.  However, when one enters digits into the masked edit box, and then tries to backspace the digits are replaced with zeroes, and delete does not work at all.

So if I type "12345" I see "12345" in the text box.  But if the "5" was a typo and I try to use backspace I get "12340", and if I try to use delete it does nothing at all.  

4 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 08 Feb 2013, 09:55 AM
Hello Eric,

I can confirm this behavior for the G mask and I logged this in our issue tracking system.
You can use the N0 mask instead of the G mask.

Your Telerik points have been updated for your feedback. 

Regards,
Peter
the Telerik team
Q3'12 SP1 of RadControls for WinForms is out now. See what's new.
0
ShareDocs
Top achievements
Rank 1
answered on 06 May 2013, 07:25 AM
Hi,
FIY
same behavior for the D mask.
0
Peter
Telerik team
answered on 08 May 2013, 01:38 PM
Hi Lior,

Thank you for bringing this to our attention. Your Telerik Points have been updated for your feedback.

Kind regards,
Peter
the Telerik team
WinForms Q1 2013 boasts PivotGrid, PDF Viewer, Chart enhancements and more. Check out all of the latest highlights.
0
ShareDocs
Top achievements
Rank 1
answered on 08 May 2013, 03:15 PM
10x.

just noted I wrote FYI yoda style :)
Tags
MaskedEditBox
Asked by
Eric
Top achievements
Rank 1
Answers by
Peter
Telerik team
ShareDocs
Top achievements
Rank 1
Share this question
or