I am using RadControls for ASP.NET AJAX Q1 2012 in my current project.
I have a web page which has a RadNumericTextBox as follows:
The valid value that can be entered on the RadNumericTextBox ranges from 0.10 to 100.0.
I would like to disallow the user from entering a blank, "0", "00", "000", "0000", "0.0", "0.00", "00.0"
Can you please show me how to do this?
Thanks,
Herman
I have a web page which has a RadNumericTextBox as follows:
<
telerik:RadNumericTextBox
ID
=
"rntbInitialLevel"
MaxLength
=
"4"
MinValue
=
"0"
MaxValue
=
"100"
Type
=
"Number"
Width
=
"35"
runat
=
"server"
>
<
NumberFormat
DecimalDigits
=
"1"
/>
</
telerik:RadNumericTextBox
>
The valid value that can be entered on the RadNumericTextBox ranges from 0.10 to 100.0.
I would like to disallow the user from entering a blank, "0", "00", "000", "0000", "0.0", "0.00", "00.0"
Can you please show me how to do this?
Thanks,
Herman