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

Hide resource

1 Answer 91 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Vladimir
Top achievements
Rank 1
Vladimir asked on 28 Jul 2016, 07:01 AM

Hi, 

I have following code: 

<telerik:RadScheduleView >
    <telerik:RadScheduleView.ViewDefinitions >
       <telerik:DayViewDefinition />
       <telerik:WeekViewDefinition />
    </telerik:RadScheduleView.ViewDefinitions>
      <telerik:RadScheduleView.GroupDescriptionsSource>
      <telerik:GroupDescriptionCollection>
          <telerik:DateGroupDescription  />
          <telerik:ResourceGroupDescription ResourceType="_StaffWorkplace" />
      </telerik:GroupDescriptionCollection>
    </telerik:RadScheduleView.GroupDescriptionsSource>
</telerik:RadScheduleView>

How I can hide some resource on certain date?  I tried to use GroupFilter, but it's work fine for me only for DayViewDefinition.

Regards,
Vladimir

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 01 Aug 2016, 08:51 AM
Hello Vladimir,

Unfortunately, with the current implementation of RadScheduleView hiding of the Resources for just a particular days is not supported out of the box - this is how the control is expected to work currently and there isn't any proper approach or workaround that we could suggest you in order to achieve the desired behavior of the control.

Hope this information will help you. If you have any additional questions or concerns regarding Telerik controls, please do not hesitate to contact us.

Regards,
Nasko
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
Vladimir
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or