Hello,
I try to clear the value of a RadNumericTextBox.
I write :
But the value after the clear is 100.
Can you help me ?
Thanks,
Sabrina
I try to clear the value of a RadNumericTextBox.
I write :
| <telerik:RadNumericTextBox ID="RedemptionRightException" MinValue="0" MaxValue="100" EnableEmbeddedSkins="false" runat="server" ForeColor="Red" MinValue="0"> |
| <ClientEvents OnError="ErrorPercent" /> |
| </telerik:RadNumericTextBox> |
| function ErrorPercent(sender, args) |
| { |
| alert('value is not correct'); |
| sender.clear(); |
| return false; |
| } |
But the value after the clear is 100.
Can you help me ?
Thanks,
Sabrina