<
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
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.