Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Boolean
Specifies whether the value should be rounded or truncated. The length of the fraction is defined by the decimals value.
decimals
<input id="numerictextbox" /> <script> $("#numerictextbox").kendoNumericTextBox({ round: false }); </script>