Unplanned
Last Updated: 28 Feb 2018 14:13 by ADMIN
ADMIN
Dimitar
Created on: 24 Oct 2016 11:11
Category: Editors
Type: Bug Report
2
FIX. RadMaskedEditBox - when the numeric "G" mask is used, one should be able to enter the decimal separator character
To reproduce:
radMaskedEditBox1.MaskType = MaskType.Numeric;
radMaskedEditBox1.Mask = "G";

Then enter 123.45

Workaround:
Use "N" mask with fixed decimal places.
2 comments
ADMIN
Dimitar
Posted on: 28 Feb 2018 14:13
You cannot achieve this with a numeric mask. It would be better to use  a standard or a regex mask. 
Pierre
Posted on: 05 Oct 2017 09:43
You can't use the control with scientific format. You can't insert "E" character.