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
Resources
Design and Productivity Tools
Hi,If you want to show only decimal in numeric-textbox then you can use an attribute called "format".it works like:format="n" -> show up only decimalsformat="n1" -> show up number upto 1 decimal pointformat="n2" -> show up number upto 2 decimal point
and so on.