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?
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?