UNPKG

@progress/kendo-grid-vue-wrapper

Version:
29 lines (20 loc) 1.12 kB
--- title: RTL Support page_title: Vue Grid Wrapper - RTL Support - Kendo UI for Vue description: "Get started with the Vue Grid by Kendo UI and learn how force its RTL support." slug: rtl_grid_wrapper canonicalLink: "https://www.telerik.com/kendo-vue-ui/components/grid/globalization/" position: 14 --- <div><WrapperBanner link="/kendo-vue-ui/components/grid/globalization"></WrapperBanner></div> # RTL Support 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](https://docs.telerik.com/kendo-ui/styles-and-layout/appearance-styling), 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 %} ## Suggested Links * [Kendo UI Grid for jQuery](https://docs.telerik.com/kendo-ui/controls/data-management/grid/overview) * [API Reference of the Grid Widget](https://docs.telerik.com/kendo-ui/api/javascript/ui/grid)