Unplanned
Last Updated: 27 Jan 2021 13:24 by ADMIN
Danny
Created on: 26 Sep 2012 14:42
Category: Kendo UI for jQuery
Type: Feature Request
11
Implement templates for the labels of the Slider/Range Slider
Slider seems to only output numbers, I want to use it for date ranges, ala mint.com.
4 comments
ADMIN
Petar
Posted on: 04 Jun 2019 13:11
Hi Nicolas,

The RangeSlider doesn't support date format range by default. However this functionality could be achieved in MVVM scenario by using getTime() JavaScript method and representing the dates in milliseconds format.

Please, check this Dojo example implementing the described above approach.The selected start and end dates of the RangeSlider are being set via the selectedStartDate and the selectedEndDate properties of the viewModel and they should be Date() objects.

Let me know if you have any questions regarding the above implementation. 

Regards,
Petar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Nicolas
Posted on: 28 May 2019 18:22
how to, Brandon ?
Ravi
Posted on: 12 Dec 2013 13:00
I want show Month Names from Jan-Dec in the rangeslider which is currently no possible.
ADMIN
Brandon
Posted on: 06 Jun 2013 18:32
This can be implemented by specifying dates as tick values and then using a label template for formatting.