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
Defines if the widget is initially enabled or disabled. By default, it is enabled.
<ul id="buttongroup"> <li>Option 1</li> <li>Option 2</li> <li>Option 3</li> </ul> <script> $("#buttongroup").kendoButtonGroup({ enable: false }); </script>