New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core Grid RTL Support
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
Right-to-Left (RTL) support represents the ability of a library, website, or application to handle and respond to users who communicate through right-to-left languages. Right-to-left languages are Arabic, Hebrew, Chinese, Japanese, and others.
The default language input for web users can be left-to-right or right-to-left. The Telerik UI for ASP.NET Core Grid supports both input modes enabling you to properly render a spectrum of languages, including Hebrew, Chinese, and Arabic, thus making your app a truly global one and helping your localization efforts.
Right out of the box, the Telerik UI for ASP.NET Core Grid provides RTL support for languages where users read starting from right to left such as Arabic or Hebrew. This mode of the Data Grid allows for the columns to be reversed and the rightmost column to become first.
The Telerik UI for ASP.NET Core Grid supports right-to-left languages and rendering. To implement the RTL support for the component, register the kendo.rtl.min.css
file, which is located in the Kendo.Core.Examples\\Content\\web\\ installation
folder, and wrap the Data Grid in a container element with the k-rtl
class set for it, as
demonstrated in this example.
For more information about the right-to-left support, refer to the official Telerik UI for ASP.NET Core Data Grid product documentation on the available globalization approaches.