Hi,
I’m using Syncfusion.EJ2.AspNet.Core, version 16.4.0.46.
I’ve created a range slider which works as I need it to except
for one aspect. When the page loads and the slider is first loaded, I
want the slider tooltip to appear and display the initial value of the slider,
just as it does when the slider handle is clicked.
I’ve tried this in $(document).ready(function () , which does not work:
sliderHandle
= document.getElementById('myslider).querySelector('.e-handle');
sliderHandle.click();
I’ve attached two screenshots to illustrate.
Can anyone please tell me how to achieve what I need?
Mike
Attachment:
SliderScreenshots_468484d0.zip