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

Is it possible to configure what days of the week are visible?

3 Answers 84 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Rod Yager
Top achievements
Rank 1
Rod Yager asked on 11 Aug 2011, 03:07 PM
Can I hide Saturday's and Sunday's and only show M-F? In all views (Maybe not month view)?
Rod

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 11 Aug 2011, 03:20 PM
Hi Rod,

Please check Grouping and FIltering example in the RadScheduleView for WPF demos where it's demonstrate how to achieve the needed approach.

Unfortunately, this is not supported in MonthViewDefinition.

Best wishes,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

0
Rod Yager
Top achievements
Rank 1
answered on 11 Aug 2011, 04:02 PM
Thanks. I tried this and it only appears to work correctly for the Week view? Can you confirm that this is the case? On the day view, today is Thursday and I have it configured to only show Sat and Sun (like the demo). In the Day view, the day headers are missing but it still appears to be today that I am looking at. On the timeline view, I still see every day of the week. Week view appears correctly only showing sat and sun.
0
Yana
Telerik team
answered on 12 Aug 2011, 11:55 AM
Hi Rod,

I'm sorry for my confusion.

Actually this kind of grouping ( filtering of some days ) is supported only in WeekViewDefinition and DayViewDefinition ( in case the VisibleDays is set ):

<scheduleView:RadScheduleView.ViewDefinitions>
    <scheduleView:WeekViewDefinition GroupFilter="{Binding GroupFilter}" />
        <scheduleView:DayViewDefinition GroupFilter="{Binding GroupFilter}" VisibleDays="2" />         
</scheduleView:RadScheduleView.ViewDefinitions>

Kind regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
ScheduleView
Asked by
Rod Yager
Top achievements
Rank 1
Answers by
Yana
Telerik team
Rod Yager
Top achievements
Rank 1
Share this question
or