display month in kendo native multiview calendar vue

0 Answers 55 Views
Calendar
lakmi
Top achievements
Rank 1
lakmi asked on 16 Feb 2023, 05:33 AM

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: &nbsp;
      <numerictextbox
        :style="{ width: '230px' }"
        :min="1"
        :max="10"
        @change="handleInputChange"
        :value="views"
      >
      </numerictextbox>
    </div>
    <calendar :views="views" />
  </div>
</template>

Petar
Telerik team
commented on 20 Feb 2023, 12:42 PM

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!

lakmi
Top achievements
Rank 1
commented on 21 Feb 2023, 08:07 AM

Thank you Petar,

I create a ticket for this. This is ticket ID:1598447

 

Petar
Telerik team
commented on 22 Feb 2023, 11:21 AM

Hi, Lakmi. 

Thank you for the update! We will check the ticket and provide feedback about it. 

No answers yet. Maybe you can help?

Tags
Calendar
Asked by
lakmi
Top achievements
Rank 1
Share this question
or