Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
Is there a easy way to disable spinners for numeric textbox?
Somenthing like:
spinners: false
Hello Ricardo,
As noted in our AngularJS Integration article (http://docs.telerik.com/kendo-ui/AngularJS/introduction#angularjs-integration), you can use any Kendo UI widget’s option in AngularJS as element attribute by converting the option name from camel case to dash-separated words and prefixing it with a k-.
You can see a dojo demonstration here: http://dojo.telerik.com/Ujodo I hope this helps.
Hello Orlin,
Thanks, it solved to me.