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
String
Controls the overall physical size of a button. Valid values are: "small", "medium", "large", and "none". Default value is "medium".
"small"
"medium"
"large"
"none"
<button id="button" type="button">Cancel</button> <script> $("#button").kendoButton({ size: "large" }); </script>