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

Group by Day

3 Answers 83 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Hardy
Top achievements
Rank 1
Hardy asked on 05 Apr 2016, 08:40 AM

Hi,

how to Group by Day and not by Resource?

Is there a way to do that?

We like to have a "DayView" where all Resources are listed at one Day/Date.

 

Regards

Hardy

3 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 05 Apr 2016, 12:46 PM
Hello Hardy,

Thank you for writing.

By design, RadScheduler supports only grouping by resources. We already have a similar request logged in our feedback portal. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.

Meanwhile, I can suggest you using TimelineView with the appropriate time scale where you can show all resources. Additional information is available here: http://docs.telerik.com/devtools/winforms/scheduler/views/timeline-view

I hope this information helps. Should you have further questions I would be glad to help.

 Regards,
Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
0
Hardy
Top achievements
Rank 1
answered on 05 Apr 2016, 05:10 PM

Hi Dess,

thanks for your Suggestion. But how to fade out the cells not needed?

I'm Looping through Cells like

For Each cell In viewElement.GetCellElements
                If not cell.IsWorkTime Then
                    cell.Visibility = Telerik.WinControls.ElementVisibility.Collapsed Or Telerik.WinControls.ElementVisibility.Hidden
                    cell.Size = New Size(cell.Size.Height, 0)
                End If
            Next

So in TimeLine only Cells which are in WorkTime (9:00 to 16:00) should be displayed each day.

Any Idea?

 

Regards

Hardy

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 06 Apr 2016, 09:27 AM
Hello Hardy,

Thank you for writing back. 

Currently, RadScheduler in Timeline view does not indicate work time and doesn't hide the non-working hours. However, we already have a similar feature request it. You can track its progress, subscribe for status changes and add your vote/comment to it on the following link - feedback item.

Currently, the possible solution that I can suggest is to use the CellFormatting event and customize the cells color for example for non-working hours.

I hope this information helps. If you have any additional questions, please let me know.

Regards, Dess
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
Scheduler and Reminder
Asked by
Hardy
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Hardy
Top achievements
Rank 1
Share this question
or