We are using kendoNumericTextBox with format "#,#.##########" , when ever the value entered is huge say 123456789123456789123456789, we are observing javascript error 'The number of fractional digits is out of range'.
Example : http://dojo.telerik.com/ideMA/2
Can any one help us understand the cause of this error?
In our case there is no requirement to restrict the length of the text box.