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

MultiDayView with Vertical GroupingDirection and variable start/end day time

1 Answer 32 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Krste
Top achievements
Rank 1
Krste asked on 17 Feb 2015, 04:17 PM
Hi All
Im working on a web app for client which organizes tournaments, lasting 2-3 days. He wants to have one large scheduler where where he will schedule and see all the matches. Since the matches are on multiple locations I have the following structure:

date: 02.17.2015                                                                                                         
                                         Location 1           Location 2           Location 3

8:00                                appointment1                                   appointment2               

8:15                                                                                                                             
.
.
.
date: 02.18.2015                                                                                                         
                                       Location 1           Location 2           Location 3

8:00                                                                                                                             

8:15                                                                                                                             
.
.
.
This is already implemented and working properly with the following setup 
<MultiDayView UserSelectable="false" GroupBy="Date, MatchLocation" GroupingDirection="Vertical" />

However, since one tournament may last for 3 days starting from the mornings till the evening, making the scheduler huge and you need to scroll endlessly. They want to save space on this form, and want me to have different start time for each day. For instance most of the tournaments start at the evening of the first day, then continue early next day, and last few hours (finals only) starting late in the third day. Is there any way to set up start and end time for each day in such multi day view?? So instead of the structure above I have something like this:

date: 02.17.2015                                                                                                         
                                         Location 1           Location 2           Location 3

18:30                                appointment1                                   appointment2               

18:45                                                                                                                             
.
.
.
21:45                                                                                                                             
                                                                                                                           
date: 02.18.2015                                                                                                         
                                        Location 1           Location 2           Location 3

8:00                                                                                                                             

8:15                                                                                                                             
.
.
.
21:45                                                                                                                            

date: 02.19.2015                                                                                                         
                                        Location 1           Location 2           Location 3

13:00                                                                                                                             

13:15                                                                                                                             
.
.
.
16:00                                                                                                                           

I would really appreciate your help

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 20 Feb 2015, 03:17 PM
Hello,

I am afraid that all days for same view should have same start and end time. It is possible to set dynamically the start and end time for the current view. For example if 17th, 18th and 19th of February are shown in the same view they should have same start and end time.
But if 18th of February is shown when you click on the next period you can set different start and end time for that view, but I guess that this is not your case.


Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
Krste
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or