RadSlider for ASP.NET AJAX

RadControls for ASP.NET AJAX

Set the Orientation property to display the slider Vertical or Horizontal.

 

CopyASPX
<telerik:radslider id="RadSlider1" runat="server" orientation="Horizontal" />
<telerik:radslider id="RadSlider2" runat="server" orientation="Vertical" />

See Also