Unplanned
Last Updated: 20 Mar 2019 15:22 by ADMIN
Greg
Created on: 18 Mar 2019 09:35
Category: NumericTextBox
Type: Bug Report
2
RadNumericTextBox changes its value regardless of the MaxValue property

<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

0 comments