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

I dont want to display the filter buttons on the timeline

1 Answer 41 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 03 Dec 2014, 02:44 PM
I am using the monthly timeline for a project, since I am only showing the month view I would prefer to not show the month filter button on the timeline.  Is there a way to remove this button?

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 04 Dec 2014, 02:42 PM
Hi Steve,

If you need to hide the "view" buttons in the Scheduler toolbar you can use jQuery to find the wrapping element and hide it:

var scheduler = $("#scheduler").data("kendoScheduler");
scheduler.toolbar.find(".k-scheduler-views").remove();

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