Hi,
I have declared a numeric text box as below
when entering a value having length 16 or above, when there is a postback, the value get rounded and displaying the rounded value.
How can i avoid this issue?
thanks in advance
Jiju
I have declared a numeric text box as below
<telerik:RadNumericTextBox ID="RadNumericTextBox1" MaxValue="99999999999999999" runat="server" DataType="integer" Type="Number" NumberFormat-AllowRounding="false" NumberFormat-KeepNotRoundedValue="true" NumberFormat-GroupSeparator="" NumberFormat-DecimalDigits="0"></telerik:RadNumericTextBox>when entering a value having length 16 or above, when there is a postback, the value get rounded and displaying the rounded value.
How can i avoid this issue?
thanks in advance
Jiju