This is a migrated thread and some comments may be shown as answers.

How to disable (still display) month header over Kendo Calendar widget ?

1 Answer 232 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Prasad
Top achievements
Rank 1
Prasad asked on 23 Oct 2013, 07:07 AM
Hi,

As a part of client requirement our team needs to use Kendo Calendar while highlighting few dates. Further user should not be able to navigate to any other month/year (which is done through min/max). Moreover, when user clicks on the header part (link displaying the month info e.g. October 2013)  a different view gets displayed. We are trying to disable (still display) this header link at top but to no avail (refer screenshot attached).

Can you guide how can this be achieved?

Thanks,
Prasad

1 Answer, 1 is accepted

Sort by
0
Dimiter Madjarov
Telerik team
answered on 24 Oct 2013, 08:51 AM
Hello Prasad,


If I understand correctly, you would like to completely disable the navigation of the calendar through the header. If that is the case, then you could unbind the click handlers for the links in the header.
E.g.
$(function () {
    $(".k-calendar .k-header .k-link").unbind();
});

I hope that this was the information that you were looking for.

Regards,
Dimiter Madjarov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Calendar
Asked by
Prasad
Top achievements
Rank 1
Answers by
Dimiter Madjarov
Telerik team
Share this question
or