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

Multi-Level Scheduling Possible?

2 Answers 41 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
IT
Top achievements
Rank 1
IT asked on 02 Sep 2016, 06:40 PM

I am trying to see if the ScheduleView could be customized enough to be used for scheduling of Shifts.  Basically, what we have is a tree like this:

<Schedule>
   <Plants>
      <Plant>
          <Sections>
               <Section Name="Warehouse">
                   <Shifts>
                       <Shift Name="Shift 1">
                          <ScheduledItems>
                              <ScheduledItem Name="Some Task1" Type="Maintence" StartTime="6:00 am" EndTime="8:00 am" />
                              <ScheduledItem Name="Some Task2" Type="Retool" StartTime="6:00 pm" EndTime="8:00 pm" />
                          </ScheduledItems>
                       </Shift>
                       <Shift Name="Shift 2">
                          <ScheduledItems>
                              <ScheduledItem Name="Some Task1" Type="Maintence" StartTime="6:00 am" EndTime="8:00 am" />
                          </ScheduledItems>
                       </Shift>
                   </Shifts>
               <Section Name="Back Office" />
               <Section Name="Front Office" />
          <Sections>
      </Plant>
   </Plants>
</Schedule>

I have attached an image of what I am trying to accomplish.  Basically, you only schedule items at the Shift level.  You can't add items to Plant or Section.  That is simply to show grouping of them as a whole.  So this would also allow the user to show only one Plant at time if they wanted.

I am hoping I can get some guidance on if it is possible and how could I make the headers on the left and be grouped like this?  If I could do this, this would be HUGE!!!

 

 

2 Answers, 1 is accepted

Sort by
0
IT
Top achievements
Rank 1
answered on 05 Sep 2016, 05:33 PM
Actually, scrap this. I am going another direction on this.  The ScheduleView won't work.
0
Yana
Telerik team
answered on 06 Sep 2016, 07:26 AM
Hello,

I will leave my comment for the community:

RadScheduleView does not support hierarchical resources grouping, however, the required approach could be achieved to some extent with the help of RadTreeView as demonstrated in the following SDK example:
Hierarchical Grouping and Filtering with TreeView

Regards,
Yana
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
ScheduleView
Asked by
IT
Top achievements
Rank 1
Answers by
IT
Top achievements
Rank 1
Yana
Telerik team
Share this question
or