When the Slider's increase and decrease buttons are focused, there's no key to change the Slider's value.
Workaround: https://dojo.telerik.com/UXoCoBuX/8
The Slider's value cannot be changed through the keyboard when the buttons are focused
You should be able to change the value through the keyboard
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.
Create Multiple range Sliders
Allow the slider to be 0% - 100% for example, or select from a dollar range.
We required to set the range for a slider dynamically based on the calculated values or values from Database. At the moment Kendo UI range slider do not support to set its MIN & MAX values dynamically.
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
I want to be able to change what the steps are based from. Example: Step: 5 Min: 13 Max: 29 Value: 16 With these configs, the possible values of the slider are: 13, 18, 23, 28, 29 (with an initial value of 16 that cannot be selected after you slided to something else) But it would be nice to be able to set 0 (or anything else) as the starting point for steps, which would gives: 13, 15, 20, 25, 29
I guess, ability to disable some segments in Range Slider ('busy' segments) would be quite necessary.
http://demos.telerik.com/kendo-ui/slider/keyboard-navigation The up arrow arrow key increments the pgUp key increments the Home key goes in the oposite direction that the above two keys go. The Home, upArrow, and PgUp keys are all at the top of the keypad and it is natural to think they would move that way. The Home key move down to the min value instead of to the max value. The same applies to the End, downArrow, and PgDn keys but in the opposite direction. Make the Home key go twords the max value and the End key go twords the min value. The up arrow arrow key increments the pgUp key increments the Home key goes in the oposite direction that the above two keys go.
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.
invert the kendo slider range with boolean configuration so it easily switches between 0 - 3000 / 3000 - 0 as an example,.
like: // green // handle // orange for example
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.
Allow to drag the selected range in the range slider.
Please provide support of changing min and max value of slider since this is a good way to avoid selecting invalid data. We have business rule that currently must set these values, but unfortunatly the slider does not get redrawn.