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

Show all events for day in Month View

6 Answers 473 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 25 Nov 2013, 11:37 PM
I'm trying to have the days in the month view automatically expand to show all of the events.  I assumed that I could apply the same css that should be applied for printing but it does not appear to be changing anything.  The only thing that gives me any kind of result is when I explicitly set the height of the td as:

.k-scheduler td{
    height:200px;
}

which is not at all really what I want.  It needs to be dynamic so that it has a minimum height for the day and then expands to show all events as added.  Is there some other css that can be applied here to work?

Thanks,
Andrew

6 Answers, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 27 Nov 2013, 01:59 PM
Hi Andrew,


Please note that the required behavior is not supported out of the box and it would require creating custom view. Creating custom views however is out of scope of our support service as it covers the build-in functionality of the controls only. 

For example of extending default scheduler views you can check this forum post

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Kyle
Top achievements
Rank 1
answered on 07 Mar 2014, 10:59 AM
I would like to extend the dayview to show more than one event within the cell, but couldn't figure out where to start, and what options does the dayview provides for extension.

Could you point me to somewhere for some guides?

Thanks,
Kyle

0
Kyle
Top achievements
Rank 1
answered on 09 Mar 2014, 04:17 PM
Besides extending the DayView, is it possible to use the eventTemplate to show all events in a "day" cell and remove the "dots"?

Thanks,
Kyle
0
Vladimir Iliev
Telerik team
answered on 11 Mar 2014, 07:58 AM
Hi Kyle,


Please find the answers of your questions below:

1) As the "dayView" renders all available events in given cell (next to each other) by default it's not clear for us what is the exact behavior that you are trying to achieve - could you please clarify?

2) What options does the dayview provides for extension - All options of the "dayView" can be extended for example using jQuery "extend" method. You can check the following demo which demonstrates how to create custom view by extending the scheduler base view:
3) is it possible to use the eventTemplate to show all events in a "day" cell and remove the "dots" - in order to remove the expand button you should extend the view - for more information please check the previous point. 

Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Chad
Top achievements
Rank 2
answered on 25 Jul 2015, 11:59 PM
The link in the final post is dead. Does this link still exist. I'm looking to have all the events on a day show in Month view.
0
Vladimir Iliev
Telerik team
answered on 27 Jul 2015, 09:04 AM
Hello Robert,

Please check the updated link below:

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
Andrew
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Kyle
Top achievements
Rank 1
Chad
Top achievements
Rank 2
Share this question
or