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

only negative values

1 Answer 72 Views
Input
This is a migrated thread and some comments may be shown as answers.
Anjali
Top achievements
Rank 1
Anjali asked on 08 Aug 2011, 10:17 PM
Hi All,

Is their any radtextbox that allows users to enter only negative values and zero.

Please let me know.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 09 Aug 2011, 05:51 AM
Hello Anjali,

Try setting the RadNumericTextBox as shown below to enter only negative values and zero.
aspx:
<telerik:RadNumericTextBox ID="num" runat="server" MaxValue="0" MinValue="-87">
      <NumberFormat NegativePattern="-" />
</telerik:RadNumericTextBox>

Thanks,
Princy.
Tags
Input
Asked by
Anjali
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or