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

Remove Comma in Numeric value

2 Answers 1412 Views
Input
This is a migrated thread and some comments may be shown as answers.
Ramakrishna
Top achievements
Rank 1
Ramakrishna asked on 29 Sep 2011, 11:16 AM
Hi,
 we are using rad numeric text box for taking numeric value from user. but when i enter 1234 it automatically convertes into 1,234 like but i dont need comma or any thing in that
any help much appreciated

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 30 Sep 2011, 05:37 AM
Hello RamaKrishna,

You can set the GroupSeparator as "".

aspx:
<telerik:RadNumericTextBox ID="integer" runat="server"  NumberFormat-GroupSeparator="">
</telerik:RadNumericTextBox>

Thanks,
Shinu.
0
Fabio
Top achievements
Rank 1
answered on 30 Apr 2012, 06:30 PM
Excellent, Shinu.

That's a only solution it's really work for me!

Thank you so much!
Tags
Input
Asked by
Ramakrishna
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Fabio
Top achievements
Rank 1
Share this question
or