New to Kendo UI for Angular? Start a free 30-day trial
Predefined Steps
You can configure the way the RangeSlider divides its range and updates the value by using the step options.
Small Steps
To define the small step of the RangeSlider, use the smallStep
property. Based on the min
and max
values, the RangeSlider splits the track into equal ticks.
When the handles are dragged, the RangeSlider value changes with small steps. The smallStep
property accepts both integer
and float
values.
Change Theme
Theme
Loading ...
Large Steps
To define the large step of the RangeSlider, use the largeStep
property. The property specifies that every nth step will render a large tick and a label. The largeStep
value determines the step with which the RangeSlider will be updated when the Page Up
and Page Down
arrow keys are pressed, and has to be a positive integer.
Change Theme
Theme
Loading ...