title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
RTL Support |
RTL Support - DatePicker - Kendo UI for Vue |
Use the k-rtl class to activate the right-to-left (RTL) support of the Kendo UI DatePicker wrapper for Vue. |
rtl_datepicker_wrapper |
7 |
You can activate the right-to-left functionality by adding the k-rtl
class to the container of the DatePicker.
The following example demonstrates how to utilize the RTL support for the DatePicker.
{% meta height:450 %} {% embed_file datepicker/rtl/main.vue preview %} {% embed_file datepicker/rtl/main.js %} {% endmeta %}