Allow to drag the selected range in the range slider.
Hi Team,
I would like to request a configuration which would set the visibility of the Kendo UI Slider's tooltip to always show.
Thank you!
In some cases, when large numbers are set as smallStep and/or largeStep the tick label is not visible
The label of the third tick for the first and second Slider are not visible.
All tick labels in Slider should be rendered
So I have a largeStep to each day and a smallStep to each hour. That make a lot of tick in the slider, I know. But when the user does not have a big screen, the slider is not wide enough to show all the tick and no tick a all are displayed. That's why in that case I would like to show only the large tick.
invert the kendo slider range with boolean configuration so it easily switches between 0 - 3000 / 3000 - 0 as an example,.
User should be able to show the slider labels as per requirement e.g there should be a setting for configuring the Steps size of labels too. as now, if slider has smaller width (e.g 130px) and labels are 100 in number then lablels are not rendered. So we should set the step to show the labels e.g. If we set labelStepSize= 20 and min =1 and max=100 then Labels will be like 0 20 40 60 80 100
Allow the slider to be 0% - 100% for example, or select from a dollar range.
I want my slider to say Higher, high, mid, low, and lower instaed of 1.2.3.4.5
I want that slider stops only on available values... for example 1,2, 4, 8.. I want set this values passing an array to the values property.
Provide ability to custom format the range labels (using template AND function) so range slider can support Dates (e.g. "2/1", "3/1") as the increment labels.