title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
RTL Support |
Vue Grid Wrapper - RTL Support - Kendo UI for Vue |
Get started with the Vue Grid by Kendo UI and learn how force its RTL support. |
rtl_grid_wrapper |
14 |
You can activate the right-to-left functionality by adding the k-rtl
class to the container of the Kendo UI Grid wrapper for Vue.
If you use a Kendo UI LESS-based theme, register the kendo.rtl.[min].css
file too.
The following example demonstrates how to utilize the RTL support for the Grid.
{% meta height:660 %} {% embed_file grid/rtl/main.vue preview %} {% embed_file grid/rtl/main.js %} {% endmeta %}