display month in kendo native calendar vue

0 Answers 51 Views
Calendar
lakmi
Top achievements
Rank 1
lakmi asked on 16 Feb 2023, 02:23 PM

I am using kendo native calender for my project. I want to show months in the calendar. wapper has prop called "showviewheader" but this not working kendo native calender.

<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>

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

Hello, Lakmi. 

I can see that the current thread is a duplicate of this one. Now that we have the details about the targeted functionality, what I can share about it is that the showViewHeader property or its equivalent is not available in the Kendo UI for Vue Native Calendar. 

Here is a Feature request about the discussed configuration that you can vote for. The more votes the request collect, the bigger the chance for its sooner implementation to be.

As in the other forum ticket you submitted, I want to share 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!

No answers yet. Maybe you can help?

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