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

Display resources from different types on the same / shared level

3 Answers 80 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 18 Mar 2015, 04:09 PM
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

3 Answers, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 23 Mar 2015, 09:53 AM
Hello Ates,

If you would need all the Resources to appear on single row - you should use only one ResourceType containing all the needed Resources. However this will end up with a single ComboBox shown in the edit Appointment dialog. If you need to show two ComboBox controls you can try to modify the EditAppoinemntDialog and implement a custom logic that would be setting the selected item as Resource of the Appointment.

Hope this helps.

Regards,
Kalin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Alex
Top achievements
Rank 1
answered on 18 Aug 2015, 07:13 PM
Hello Kalin

I have tried to modify the EditAppoinemntDialog, but without success. Can you give me a simple example how I can do this?

Sincerely,
A. Kasar
0
Kalin
Telerik team
answered on 20 Aug 2015, 07:00 AM
Hi Ates,

I have attached a sample project with the ControlTemplate of the EditAppointment dialog extracted. Note that the project uses Implicit Styles and OfficeBlack theme.

Hope this helps.

Regards,
Kalin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Alex
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Alex
Top achievements
Rank 1
Share this question
or