New to Kendo UI for Vue? Start a free 30-day trial
Customizing DatePicker to Render Months Instead of Days
Updated on Feb 6, 2026
Environment
| Product | Kendo UI for Vue DatePicker |
| Version | Current |
Description
I want to customize the Kendo UI for Vue DatePicker component to render only the months of each year. The goal is to allow users to select a month instead of a specific day in the calendar view.
This knowledge base article also answers the following questions:
- How can I make the Kendo UI for Vue DatePicker show months instead of days?
- How to implement a month picker using Kendo UI for Vue DatePicker?
- What is the correct approach to customize the Kendo UI for Vue DatePicker for month selection?
Solution
To customize the Kendo UI for Vue DatePicker component for rendering months instead of days, follow these steps:
- Create a custom Calendar component to render months only.
- Use the custom Calendar component within the DatePicker.
Change Theme
Theme
Loading ...
Key Points
- The
CustomCalendarcomponent replaces the standard calendar view with buttons representing months. - Use the
@changeevent to update the selected month. - Attach the custom calendar component to the
calendarprop of the DatePicker.