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

Get rid of colors on the Agenda view

3 Answers 34 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Tate
Top achievements
Rank 1
Tate asked on 10 Jul 2015, 05:14 PM

I'm trying to display the Agenda view on the Scheduler without the colors. 

 

I have tried using a custom event template like so (edited for brevity):

 

Html.Kendo().Scheduler<Project.Models.ViewModel>()
            .Name("Scheduler")
            .EventTemplate(
                "<div class='agenda-template'>" +
                    "<p>#= title #</p>" +
                "</div>"
            )

 

 

However, this does not get rid of the colors on the Agenda view. Suggestions?

3 Answers, 1 is accepted

Sort by
0
Accepted
Kiril Nikolov
Telerik team
answered on 14 Jul 2015, 10:38 AM

Hello Tate,

You can hide them with a simple CSS rule. Please check the following example and let me know if it helps:

http://dojo.telerik.com/OLisA

Regards,
Kiril Nikolov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Tate
Top achievements
Rank 1
answered on 14 Jul 2015, 01:11 PM
Perfect! Thank you!
0
Kiril Nikolov
Telerik team
answered on 14 Jul 2015, 02:38 PM

Hello Tate,

 

I am happy to hear that the proposed solution worked for you.

 

In case something else comes up to do not hesitate to contact us.

 

Regards,
Kiril Nikolov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Scheduler
Asked by
Tate
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Tate
Top achievements
Rank 1
Share this question
or