Posted on: 4/21/2014 12:40:15 PM | Views : 530

var progressbars = [];                         var pb = $("#theInternship").kendoProgressBar({                     type: "percent",                     animation: {                         duration: 600                     }                 }).data("kendoProgressBar");              ...

Go to the complete details ...