SASS Themes
LESS Themes
Grid / RTL support
Description
The Telerik MVC 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.
ASP.NET MVC source
Also available for:
- right_to_left_support.cshtml
- Right_To_Left_SupportController.cs
- ProductService.cs