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

Display multiple resource types

1 Answer 74 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Steve
Top achievements
Rank 1
Steve asked on 21 Mar 2014, 01:54 PM
Hi,

We are trying to model the following:

Every user exists as a User in our SystemUser database table.
We have a Project table and each project can have appointments which are the appointments visible in ScheduleView.
A project also has many Project Resources which relate to a user and a role on the project.
This means that each User can relate to many Project Resources if they are allocated to many Projects.

We need to group the RadScheduleView by the User view so that if I for example was allocated to three projects my name would only appear on the left hand side once and the my appointments would have a relationship to the different project resources for myself.

I have attached a screenshot showing the issue we are currently getting by using the Project Resource directly as the ResourceGroupDescription

<telerik:RadScheduleView.GroupDescriptionsSource>
                <telerik:GroupDescriptionCollection>
                    <telerik:DateGroupDescription />
                    <telerik:ResourceGroupDescription ResourceType="ProjectResource" />
                </telerik:GroupDescriptionCollection>
            </telerik:RadScheduleView.GroupDescriptionsSource>

Should I create the User as a ResourceType with one ResourceType for each username??
The Project Resources for that user would be added to that resource type.

Can I display multiple resource types at the same time?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 26 Mar 2014, 12:55 PM
Hello Steve,

It seems from the provided description that you need hierarchical resources grouping, however, in the current version of RadScheduleView such kind of grouping is not supported. We have it logged in our Feedback Portal, you can vote for it and track its progress at the following link:
http://feedback.telerik.com/Project/143/Feedback/Details/114230-grouping-by-hierarchical-resources

In the meantime, you could create custom ViewDefinitions for each user and filter the displayed resources as demonstrated in the ScheduleView Custom Grouping example in the Silverlight Demos.

Hope this helps.

Regards,
Yana
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

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