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
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.