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…
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
…
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…
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…