Questions tagged [kendo-slider]

A slider component of the Kendo UI framework

Slider is a Kendo UI () component.


Related tags

6 questions
3
votes
0 answers

Kendo slider no initial value

I'm trying to initialize a kendo-slider but I want to load it without a preselected value. Currently, I initialize the slider by adding an extra step at the beginning (minValue - 1), so the drag handle starts at this position (label: '-'). Is there…
kapantzak
  • 11,610
  • 4
  • 39
  • 61
1
vote
1 answer

KendoUI Angular2 - Debounce slider

I would like to update a model when the slider change event is triggered + a debounce time (in order to not stressing too much the layout, since that model is going to be used in a massive chart refreshed every 250ms). This is the scenario: HTML …
Dyd666
  • 705
  • 1
  • 11
  • 30
1
vote
0 answers

I have commented both k-slide() and k-change() events descriptions, but still when I drag-drop the slider, its removing part of my URL

Below is the link. While I drag drop slider with commented event body, still "#!#35157" of my link vanished. I suspect it may be the routing issue but how sliders are firing change or slide events though everything are commented? It works fine when…
Bhuwan Maharjan
  • 515
  • 4
  • 7
1
vote
1 answer

How to reset kendo.ui.RangeSlider to initial value?

I have implemented the angular js version of kendo.ui.RangeSlider. Below is my code. HTML
Angular Code $scope.fbaStart = 0; $scope.fbaEnd = 0; $scope.fba = { min: 0, max:…
Anshuman Jasrotia
  • 3,135
  • 8
  • 48
  • 81
0
votes
2 answers

How to assign Kendo Slider properties via object in Angular Application

I am working on Angular 5 application along with Kendo UI. I need Kendo Slider which works fine with hard-coded properties but in my case I need to assign from object as data is coming dynamically. what I found possibly conflicting is square…
K.Z
  • 5,201
  • 25
  • 104
  • 240
0
votes
1 answer

kendo slider - reset value on click event

Is there a way i can reset the value of kendo slider once it is changed. Please see this example code: http://dojo.telerik.com/AKOhe/6 entire code:
user2439903
  • 1,277
  • 2
  • 34
  • 68