RTL Support in EJ 1 ASP.NET MVC CurrencyTextBox
10 Jan 2018 / 1 minute to read
CurrencyTextBox provides RTL (Right-To-Left) support. The alignment of CurrencyTextBox can be changed from Left-To-Right into Right-To-Left.
Enable RTL
In the View page add CurrencyTextBox helper, and configure the EnableRTL property.
@Html.EJ().CurrencyTextbox("currency").Value("33").EnableRTL(true)
Output of CurrencyTextBox when EnableRTL is “true” is as follows.
CurrencyTextBox with enableRTL
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page