I'm following up on a discussion in thread http://www.telerik.com/community/forums/thread/b311D-mecat.aspx .
The issue is that the Input control will truncate a number if more decimal places are entered. PeterK put it better than me:
Input Desired Result Actual Result
2 2.00 2.00 SUCCESS
2.25 2.25 2.25 SUCCESS
2.245 2.245 2.25 FAIL
The issue is that the Input control will truncate a number if more decimal places are entered. PeterK put it better than me:
Input Desired Result Actual Result
2 2.00 2.00 SUCCESS
2.25 2.25 2.25 SUCCESS
2.245 2.245 2.25 FAIL