10.6. RadSlider

RadSlider is a control that enables users to select a value from within a defined range. This control exposes a huge client-side API along with a rich set of features that will help you with almost any needs you have.

When configuring RadSlider, you have to first define if you will use a numeric range or a set of items. For this purpose, you need to set the property ItemType to either Tick (for a numeric range of values) or Items (for a set of items). If you set up RadSlider to use a numeric range (ticks), use the MaximumValue and MinimunValue properties to create the desired range of allowed values. Also, set the optional LargeChange and SmallChange properties to the values used to present track lines that RadSlider will show. ...

Get Pro Telerik ASP.NET and Silverlight Controls: Master Telerik Controls for Advanced ASP.NET and Silverlight Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.