Hello,
I'm currently having issues with the sliders not sliding in the KendoUI framework. In the AppBuilder Companion App and the In-Browser Client, you can slide the sliders at first, but if you click on the slider track to change the value, you can no longer slide the slider. I've tried these two different ways to instantiate the sliders:
<input id="slider" data-role="slider" />
and
<div id='slider'></div>
<script>
$(function () { $("#slider").kendoSlider() });
</script>
I've also tried disabling the pointer-event on the slider-track. This does allow the user to keep sliding the draghandle, but disables the use of the sliders for the Windows Client.
Thank you for your help,
Stephanie