Need More Info
Last Updated: 12 Feb 2024 14:37 by ADMIN
Created by: Ammaiyappan
Comments: 4
Category: Slider
Type: Bug Report
0

when click kendo slider increment or decrement tile it's moving two small steps.

My case instead of moving two steps, one step need to move

Declined
Last Updated: 18 Jul 2023 15:33 by ADMIN

My users have the requirement to have a range from +3 through to -3 with a step of 1. Provide an option to start at max then go to min. i.e to have a higher min than max

Declined
Last Updated: 01 Dec 2022 09:08 by ADMIN

FR displaying long labels

If the labels are long, having all displayed below or on top of the slider would result in a messy layout.

Instead an option to place every odd item to the top and every even item (label) on the bottom would allow for longer texts

https://stackblitz.com/edit/kendo-angular-slider-steplabelsfn-this-obhuar?file=app/app.component.ts

Furthermore missing in documentation:

The [title] input won't work without setting [largeStep] as well.

Furthermore missing in documentation:

The callback to the [title] input has to be a fat-arrow function,

or an extra patch is needed (as the UI component currently 2019/10/30) this.getStepLabelNotWorking = this.getStepLabelNotWorking.bind(this); as inside a classic function the this refers not to the class itself, but to the component. IMO this is a BUG! See: https://stackblitz.com/edit/kendo-angular-slider-steplabelsfn-this?file=app/app.component.ts

Unplanned
Last Updated: 13 Jul 2021 09:50 by ADMIN
Created by: Imported User
Comments: 0
Category: Slider
Type: Feature Request
10
The slider should allow a drag handle tooltip to be configured as an input binding. This is useful for showing the current slider value, for example.

Something similar exists in jQuery: https://demos.telerik.com/kendo-ui/slider/events
Completed
Last Updated: 18 Sep 2020 11:50 by ADMIN
Created by: Michael
Comments: 1
Category: Slider
Type: Feature Request
35
The Slider component should support two thumbs for indicating a range of values.
Declined
Last Updated: 30 Oct 2019 10:37 by balazs
Created by: Lance
Comments: 2
Category: Slider
Type: Feature Request
0
Please add the option of having labels for ticks in the Slider control.
Completed
Last Updated: 17 Jul 2018 14:51 by ADMIN
Created by: Imported User
Comments: 1
Category: Slider
Type: Feature Request
8
The Slider component should allow tick labels to be shown next to the ticks, similar to the Kendo jQuery implementation (e.g. https://demos.telerik.com/kendo-ui/slider/events).
Completed
Last Updated: 14 Jun 2018 16:55 by ADMIN
Created by: Imported User
Comments: 1
Category: Slider
Type: Feature Request
7
The Slider Component should support defining a largetStep value, in addition to the smallStep input which is already available. The jQuery Slider supports a similar behavior: https://demos.telerik.com/kendo-ui/slider/events.