Good afternoon, I am with the following problem, to fill in the text box by as follows: 1.00 and then immediately change 0.00 he accepts, but if I do thus 0.20 and change to 0, it automatically returns to 0.20 ... not understood very well the because ... he is not accepting the decimal places with " 00 ".
<telerik:RadNumericTextBox ID="txt" runat="server" MinValue="0"> <NumberFormat AllowRounding="true" DecimalDigits="2"></telerik:RadNumericTextBox>