I am using kendo native calender for my project. I want to show months in calendar.
<template>
<div id="vueapp" class="vue-app">
<div class="example-config">
Number of rendered views:
<numerictextbox
:style="{ width: '230px' }"
:min="1"
:max="10"
@change="handleInputChange"
:value="views"
>
</numerictextbox>
</div>
<calendar :views="views" />
</div>
</template>
Hello, Lakmi.
To be honest, I am not 100% about the functionality that you need to configure in the Kendo UI for Vue Native Calendar. If you want to display months in the calendar, I would assume that you need something like this demo from our documentation.
Talking specifically about the displaying of the months, you can check this StackBlitz example in which the Calendar is defined like this:
<div class="example-config"> <calendar :default-active-view="'year'" /> </div>
Last but not least, I want to share with you that the Kendo UI for Vue is a commercial library that can be used only with a trial or commercial license.
I can see that you don't have any of the mentioned above licenses associated with your profile. Before we continue the discussion in the current thread, may I ask you to register for a trial license using the "Start free trial" button here? Thank you for your cooperation and understanding!
Thank you Petar,
I create a ticket for this. This is ticket ID:1598447
Hi, Lakmi.
Thank you for the update! We will check the ticket and provide feedback about it.