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

Numeric Text box

1 Answer 48 Views
Input
This is a migrated thread and some comments may be shown as answers.
Azees
Top achievements
Rank 1
Azees asked on 16 Sep 2008, 10:22 AM
In my New user registration form i am having one column for Phone number
I am using numeric text box  for tht column...But when type number it will so like
(91,122,90) but i wnt to show like(9112290) how to i change format ...
I dont want comma between numbers

regards
azees




<telerik:RadNumericTextBox ID="txtIsd" runat="server" EmptyMessage="91">

</telerik:RadNumericTextBox>

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 16 Sep 2008, 10:30 AM
Hello Azees,

Please try this approach:
<telerik:RadNumericTextBox ID="txtIsd" runat="server" EmptyMessage="91"
    <NumberFormat DecimalDigits="0" GroupSeparator="" /> 
</telerik:RadNumericTextBox> 

Regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Input
Asked by
Azees
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or