Posted
on May 16, 2012
(permalink)
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
Reply
Posted
on May 16, 2012
(permalink)
Hi Jiju,
According to
this forum thread
RadNumericTextBox does not support numbers that large, and this
limitation comes from the javascript numeric parsing. Javascript itself
does not support calculations with numbers that large and
RadNumericTextBox uses these calculations for parsing, storing and
retrieving the entered value.
Hope this information help.
Regards,
Princy.
Reply
Posted
on May 16, 2012
(permalink)
hello Princy,
Thank you very much for your reply. it solved my problem.
Reply