Completed
Last Updated: 03 Jan 2020 14:22 by ADMIN
Simon
Created on: 19 Feb 2015 13:37
Category: Kendo UI for jQuery
Type: Feature Request
30
Add support to change the min / max value of the progressbar
Changing the min / max value of the progressbar isn't possible.  For now, we have to destroy the progressbar and recreate a new one using the new min / max values.
1 comment
ADMIN
Maria Ivanova
Posted on: 03 Jan 2020 14:22

Hi Simon,

You can use the following approach to achieve your requirement:

var progressBar = $("#progressbar").getKendoProgressBar()
progressBar.setOptions({min: 10})

 

Regards,
Maria Veledinova
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.