To reproduce: Me.RadMaskedEditBox1.Mask = "c" Me.RadMaskedEditBox1.MaskType = MaskType.Numeric Me.RadMaskedEditBox1.Value = Nothing Try to enter "123". You will notice that after entering "1", the cursor is positioned after "$" instead of "1". Thus, the entered value will be "$231.00", instead the expected "$123.00" Workaround: initialize the RadMaskedEditBox with Value= 0.
Hi Gustavo, this is already fixed in our internal builds and the fix will be included in our next release which is Q3 2015 SP1, hence the scheduled field of this item is Q3 2015 SP1. The release is expected to be out by the end of the following week. I hope that this timeframe is suitable for you.
Please, when this will be corrected? Having this situation is not good because when save data to database, a value 0 is different from an empty value. I mean, maybe the document being indexed has no value at all and I cannot just remove the 0 and save null to database. maybe the document has a value of zero....