RTL support

1 Oct 20151 minute to read

Slider includes the Right to Left alignment support. Operations in the Slider are performed from Right to Left.

Enabling RTL

Use the EnableRTL property to enable the RTL support. By default this property is disabled. Data type of this property is Boolean.

In an ASPX page, define the Slider control and set the EnableRTL property to true. 

  • HTML
  • <ej:Slider ID="RangeSlider" runat="server" Width="500" Values="25,75" SliderType="Range" EnableRTL="true"></ej:Slider>

    The following screenshot displays the output of the above code example.