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

Show +/- sign in NumericTextBox

1 Answer 60 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Tina
Top achievements
Rank 1
Tina asked on 09 May 2012, 06:00 PM
 How to show signs for numbers in the RadNumericTextbox .Like setting +/- for numbers?

1 Answer, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 10 May 2012, 05:25 AM
Hi Tina,

I suppose that you want to set positive and negative number pattern. Try the following code snippet.

ASPX:
<telerik:RadNumericTextBox ID="RadNumericTextBox1"  runat="server" >
    <NumberFormat PositivePattern="+n" NegativePattern="-n" />
</telerik:RadNumericTextBox>

Hope this helps.

Thanks,
Princy.
Tags
General Discussions
Asked by
Tina
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or