Kendo UI for Vue Native DateRangePicker Overview
The Kendo UI for Vue Native DateRangePicker combines the Kendo UI for Vue DateInput and Calendar components and enables the user to enter or pick a date-range value.
The following example demonstrates the DateRangePicker in action.
Change Theme
Theme
Loading ...
The DateRangePicker is part of the Kendo UI for Vue Date Inputs component library. The procedures for installing, importing, and using the Date Inputs are identical for all components in the package. To learn how to use the DateRangePicker and the rest of the Date Inputs, see the Getting Started with the Kendo UI for Vue Date Inputs guide.
Key Features
- Controlled mode—By using the controlled mode, you can manage the date value and the state of the popup in the DateRangePicker.
- Default value—The
defaultValue
property allows you to configure an initial value, while thedefaultShow
property sets the initial state of the popup. - Disabled DateRangePicker—To prevent users from interacting with the DateRangePicker, you can render it in a disabled state until specific requirements are met.
- Focused dates—The DateRangePicker enables you to change the default focused date.
- Date limits—You can configure a specific date limit that allows the user to select dates only within that predefined range.
- Reverse selection