I am currently unable to set the values of a slider and rangeslider on a page. There are no Javascript errors, it appears the sliders are just not redrawing with the new values. Sliders:
How I am setting the values:
The strange thing is the values appear to be "sticking" for the sliders, as in if you reference
$(
"#theRangeSlider"
).data(
"kendoRangeSlider"
).values()
the values are exactly as I set them. The slider just does not change.