Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.15 KB

File metadata and controls

28 lines (20 loc) · 1.15 KB
title page_title description slug canonicalLink position
RTL Support
RTL Support - DropDownList - Kendo UI for Vue
Explore the RTL support offered by the Kendo UI DropDownList wrapper for Vue.
rtl_support_dropdownlist_wrapper
10

RTL Support

You can activate the right-to-left functionality by adding the k-rtl class to the container of the DropDownList.

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 DropDownList.

{% meta height:350 %} {% embed_file dropdownlist/rtl/main.vue preview %} {% embed_file dropdownlist/rtl/main.js %} {% endmeta %}

Suggested Links