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

No Group Separator with RadNumericInput

2 Answers 410 Views
Input
This is a migrated thread and some comments may be shown as answers.
msigman
Top achievements
Rank 2
msigman asked on 26 Oct 2010, 06:20 PM
I have a textbox where I need to accept a System ID.  The System ID is 6-10 numeric digits.  I do NOT want any "group separators" between groupings.  How do I do it?  It won't let me set as blank.  The largest I'm allowed to set group size is 9, which is not big enough to always hide it.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 27 Oct 2010, 01:44 PM
Hi Matthew,

You should be able to remove the GroupSeparator by setting an empty value like this:

<telerik:RadNumericTextBox>
    <NumberFormat GroupSeparator="" DecimalDigits="0" />
</telerik:RadNumericTextBox>

If the above does not work, check whether you are setting the GroupSeparator property somewhere else.

Kind regards,
Dimo
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
0
msigman
Top achievements
Rank 2
answered on 27 Oct 2010, 06:18 PM
Thank you.  I set up a new test project and it is working as you described. 
Tags
Input
Asked by
msigman
Top achievements
Rank 2
Answers by
Dimo
Telerik team
msigman
Top achievements
Rank 2
Share this question
or