Hello
I am using ScheduleView and have a few questions regarding resources.
I have multiple resource types (users, rooms, etc).
Preferrably I would like to group these resources by date.
This is possible using the following programming:
<schedule:RadScheduleView.GroupDescriptionsSource>
<schedule:GroupDescriptionCollection>
<schedule:DateGroupDescription />
<schedule:ResourceGroupDescription ResourceType="Rooms" />
<schedule:ResourceGroupDescription ResourceType="User" />
</schedule:GroupDescriptionCollection>
</schedule:RadScheduleView.GroupDescriptionsSource>
The result is shown in image 1.
However, I would like to have all resources on one shared level and not grouped below one another - see image 2.
I would also like to keep the option to have several resource-types with individual resources. Because the selection of resources in the edit-window should be done via separate combo-box selecting options - view image 3.
Thank you very much for your help and information,
Sincerely,
A. Kasar
I am using ScheduleView and have a few questions regarding resources.
I have multiple resource types (users, rooms, etc).
Preferrably I would like to group these resources by date.
This is possible using the following programming:
<schedule:RadScheduleView.GroupDescriptionsSource>
<schedule:GroupDescriptionCollection>
<schedule:DateGroupDescription />
<schedule:ResourceGroupDescription ResourceType="Rooms" />
<schedule:ResourceGroupDescription ResourceType="User" />
</schedule:GroupDescriptionCollection>
</schedule:RadScheduleView.GroupDescriptionsSource>
The result is shown in image 1.
However, I would like to have all resources on one shared level and not grouped below one another - see image 2.
I would also like to keep the option to have several resource-types with individual resources. Because the selection of resources in the edit-window should be done via separate combo-box selecting options - view image 3.
Thank you very much for your help and information,
Sincerely,
A. Kasar