RTL Support
1 Oct 20151 minute to read
The PercentageTextbox provides you RTL (Right-To-Left) support. The alignment of PercentageTextbox 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 PercentageTextbox control with RTL
<ej:PercentageTextBox ID="percentage" Value="22" EnableRTL="true" runat="server"> </ej:PercentageTextBox>
The output for PercentageTextbox when “EnableRTL” is “true”.