I m using the telerik:RadSlider in my project and its come up fine except it has a 2-drag slider and i only want a 1 drag slider – does anyone know how to get rid of the second one? here’s my code:
<asp:ScriptManager ID="ScriptManager" runat="server" />
<telerik:RadSlider id ="rdSlider" runat="server" Orientation="Horizontal" Width="450"
Height="50" MinimumValue="0" MaximumValue="50" LargeChange="10" TrackPosition="BottomRight"
ItemType="Tick" IsSelectionRangeEnabled="true" SelectionStart="10" SelectionEnd="30" Skin="Default" DragText="Select Premium" >
</telerik:RadSlider>
Also does anyone know how to make the slider (but not the bar) a different colour such as red?
Many thanks
Set the
IsSelectionRangeEnabledproperty to False.For more information see: Slider Handles
For the color of the slider, AFAIK you will need to create a custom skin. See: Creating a custom skin