Unplanned
Last Updated: 29 May 2020 14:06 by ADMIN
Created by: Chris
Comments: 0
Category: NumericTextBox
Type: Feature Request
1
Currently the set_value() method of the RadNumericTextBox throws an exception if null is passed to it as value while having the AllowOutOfRangeAutoCorrect property is set to true. This does not happen if the AllowOutOfRangeAutoCorrect is left as default (false).

Unplanned
Last Updated: 27 Apr 2020 14:25 by ADMIN

Rad Numeric Text Box does react to the culture's group and decimal separator. But it does not react to the number format of the current thread's culture; instead always displays in million format. Enabling that will allow us to display display values in format other than the million format. 

Rad grid column does react to the number format.

Completed
Last Updated: 11 Feb 2020 10:12 by ADMIN
Release R3 2019

Using numerictextbox :

- FireFox (rel.67.0.1)  accept non numeric characters.

- IE (rel. 11.461) , correctly, accept only numeric but entering the page in debug mode in Visual Studio, I get the error in attach.

- Edge is ok  

 

Thanks

Mario

 

Unplanned
Last Updated: 20 Mar 2019 15:22 by ADMIN

<telerik:RadNumericTextBox ID="RadNumericTextBox2" runat="server" MaxValue="9223372036854775807" Value="545445456456465454">
    <NumberFormat AllowRounding="false" DecimalDigits="0" />
</telerik:RadNumericTextBox>

MaxValue property is set to use the maximum value of int64: 9223372036854775807

Original value introduced is: 545445456456465454

Value becomes:  545445456456465000