title | page_title | description | slug | canonicalLink | position |
---|---|---|---|---|---|
Disabled Dates |
Disabled Dates - DateRangePicker - Kendo UI for Vue |
Disable certain dates that are rendered by the Kendo UI DateRangePicker wrapper for Vue. |
disabledates_daterangepicker_wrapper |
1 |
The DateRangePicker allows you to disable certain days which are not intended to be selected by the end user—for example, weekends, national holidays, and others.
To disable a date, either:
- Set an array of dates, or
- Add a function to determine the return value for the date that is disabled.
{% meta height:450 %} {% embed_file daterangepicker/disabled/main.vue preview %} {% embed_file daterangepicker/disabled/main.js %} {% endmeta %}