Example of Ticks in ASP.NET MVC Range Slider Control
This sample demonstrates the customization of Slider's Tick. Drag the thumb over the bar for selecting the values between min and max.
DEMO
SOURCE
In this demo, we have demonstrated the following customization of Ticks using CSS.
- Dynamic ticks color - In this sample, Ticks has been customized to different colors by adding icon at each Ticks.
- Ticks with legends - In this sample, Track has been formatted to display custom text using renderingTicks and renderedTicks events.