Hi ,
i use RadNumericTextBox for User Contact Number when i enter 12 digit no value not changed on focus out but when i enter 14 digit number in that when focus out that time this box contain value are change they get default value"70368744177664" what a issue? so provide help full solutions.
Thanks,
Rahul
i use RadNumericTextBox for User Contact Number when i enter 12 digit no value not changed on focus out but when i enter 14 digit number in that when focus out that time this box contain value are change they get default value"70368744177664" what a issue? so provide help full solutions.
<telerik:RadNumericTextBox ID="txt_contact_no" CssClass="form-control" IncrementSettings-InterceptArrowKeys="false" IncrementSettings-InterceptMouseWheel="false" NumberFormat-AllowRounding="false" width="80%" height="25px" Runat="server" > <NumberFormat GroupSeparator="" AllowRounding="false" /> </telerik:RadNumericTextBox>Rahul