New to Telerik UI for ASP.NET Core? Download free 30-day trial
RTL support
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
EDIT IN TELERIK REPL
-
Change Theme
default
- Main
- Main Dark
- Nordic
- Ocean Blue
- Purple
- Turquoise
- Main
- Main Dark
- Nordic
- Urban
- Vintage
- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
- Main
- Main Dark
- Opal
- Silver
HtmlHelper
TagHelper
right_to_left_support.cshtml
Right_To_Left_SupportController.cs
ProductViewModel.cs
Right_To_Left_Support_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
The Telerik ASP.NET Core Grid supports right-to-left languages and rendering. All you have to do is to register the kendo.rtl.min.css
file (located at Kendo.Mvc.Examples\Content\web\ installation folder) and wrap the grid in a container element with k-rtl
class set for it, as demonstrated in this example.
More information on the right-to-left support of the components can be found in this topic.
More about Telerik Grid for ASP.NET Core