Thanks to visit codestin.com Credit goes to www.telerik.com
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
AI Productivity Tools
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Number
The minimum value of the Slider.
<input id="slider" style="width: 300px" /> <script> $("#slider").kendoSlider({ min: -50, max: 50, value: 0, smallStep: 2 }); </script>