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

error negative symbol when implement RadMaskedNumericInput

1 Answer 50 Views
MaskedInput (Numeric, DateTime, Text, Currency)
This is a migrated thread and some comments may be shown as answers.
tuan
Top achievements
Rank 1
tuan asked on 13 May 2011, 09:30 AM
hi!

When I  implement RadMaskedNumericInput, and I enter negative number into  my user control,
when focus again, have not negative symbol

public class LVMaskedNumericBox : RadMaskedNumericInput
{
    public LVMaskedNumericBox()
    {
        this.FormatString = "{0:#,###.#0;(#,###.#0);'}";
        this.AutoFillNumberGroupSeparators = false;
        this.AutoFillZeros = false;
        this.IsClearButtonVisible = false;
        this.AllowSkipPlaceholders = false;
        this.Placeholder = ' ';
    }
}

<Grid x:Name="LayoutRoot">
  <lib:LVMaskedNumericBox x:Name="test"></lib:LVMaskedNumericBox>
</Grid>

Ex: I enter -123456
when lost focus: (123456)
when focus again: 123456

1 Answer, 1 is accepted

Sort by
0
Alex Fidanov
Telerik team
answered on 18 May 2011, 01:46 PM
Hi tuan,

Thank you for reporting this. We acknowledged this as an issue in the control. This will be fixed with the upcoming internal build and I have updated your Telerik points.

Regards,
Alex Fidanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
MaskedInput (Numeric, DateTime, Text, Currency)
Asked by
tuan
Top achievements
Rank 1
Answers by
Alex Fidanov
Telerik team
Share this question
or