RTL Support

23 Jun 20201 minute to read

The NumericTextbox provides you RTL (Right-To-Left) support. The alignment of the NumericTextbox can be changed from Left-To-Right into Right-To-Left. It accepts Boolean values. The default value is false.

Enable RTL

Add the following code example in your ASPX page to render the NumericTextbox control with RTL support.

  • HTML
  • <ej:NumericTextBox ID="numeric" Value="11" EnableRTL="true" runat="server"> </ej:NumericTextBox>

    The following screenshot displays the output of the NumericTextbox when the “EnableRTL” is set to “true”.

    C:/Users/giftline.jebamani/Desktop/o.png