I need to update the smallStep property based on user actions.
I tried:
but it had no impact. The first line did access the slider, but 'slider.smallStep' is undefined. I tried to re-initialize the slider but that also had no impact.
I tried:
var slider = $("#sliderHours").data("kendoSlider");slider.smallStep = "1";but it had no impact. The first line did access the slider, but 'slider.smallStep' is undefined. I tried to re-initialize the slider but that also had no impact.