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

ResourceType and Grouping

15 Answers 152 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Roberto Moro
Top achievements
Rank 1
Roberto Moro asked on 29 Jun 2011, 05:01 PM
Hi,
I have a question about your control RadScheduleView. 
I have a ObservableCollection of ResourceType like this:

ResourceType centraleType = new ResourceType("CENTRALE");
centraleType.Resources.Add(new Resource("centrale1"));
centraleType.Resources.Add(new Resource("centrale2"));
centraleType.Resources.Add(new Resource("centrale3"));
 
ResourceType unitaType = new ResourceType("UNITA");
unitaType.Resources.Add(new Resource("unità1"));
unitaType.Resources.Add(new Resource("unità2"));
unitaType.Resources.Add(new Resource("unità3"));
 
ResourcesTypes.Add(centraleType);
ResourcesTypes.Add(unitaType);

I use this grouping settings:

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


And that generate the result in the attached picture.

I want to have different "unità" for every "centrale", a thing like that:

centrale1 -> unità1, unità2
centrale2 -> unità3
centrale3 -> unità4,unità5,unità6

Is this possible?

Thanks

Roberto


15 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 30 Jun 2011, 08:17 AM
Hello Roberto,

I'm afraid that RadScheduleView doesn't support a hierarchical resource grouping.  This feature is in our ToDo list but is not scheduled yet.

We hope that this is not a show stopper for you.

Regards,
Yana
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Ramos
Top achievements
Rank 1
answered on 11 Jan 2012, 02:49 PM
Hello,

I return to this post, because I'm in the same issue and unfortunately I can't find any solutions.

Telerik innovations or solutions to this problem? 
0
Yana
Telerik team
answered on 12 Jan 2012, 09:33 AM
Hi Ramos,

Hierarchical resource grouping feature was delayed and at the moment we cannot specify a timeframe for implementing it.

All the best,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Art
Top achievements
Rank 1
answered on 18 Jul 2012, 06:12 PM
We are building a new product and are having this same issue. 

When is this scheduled to be fixed?

Thanks
0
Yana
Telerik team
answered on 19 Jul 2012, 07:38 AM
Hello,

I am afraid that there is nothing new regarding this feature. I would suggest to use the approach demonstrated in this online example - you need to have a different ViewDefinition for each main resource.

We are sorry for the inconvenience.

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Todd
Top achievements
Rank 1
answered on 02 Apr 2013, 07:42 PM
Hi,
Do you have an example project that I could look at?  I want to create a fiscal year reporting caleandar that is hieratical - Years have Quarters which have Months which have Weeks.
0
Yana
Telerik team
answered on 05 Apr 2013, 12:42 PM
Hi Todd,

You could check the online example I referred in the previous post:
http://demos.telerik.com/silverlight/#ScheduleView/Grouping/CustomGrouping

If you have any specific questions, please let us know.

Regards,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Todd
Top achievements
Rank 1
answered on 05 Apr 2013, 01:44 PM
Yana,
Yes I am aware of the online demo, but am interested in a Visual Studio project if you have something available.
Todd
0
Yana
Telerik team
answered on 08 Apr 2013, 08:17 AM
Hi Todd,

We do not have a simpler project at hand. However, you could download the online demos from your account and open them in Visual Studio.

Greetings,
Yana
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Todd
Top achievements
Rank 1
answered on 08 Apr 2013, 09:17 PM
Yana,
Thank you.  I didn't know I could do that.
Todd
0
NICOLAS
Top achievements
Rank 1
answered on 06 Aug 2013, 04:32 PM
Hello,

I return to this post, because I'm in the same issue and unfortunately I can't find any solutions.

Telerik innovations or solutions to this problem? 
0
Yana
Telerik team
answered on 07 Aug 2013, 10:45 AM
Hi Nicolas,

You can vote for this feature and track its progress at the following link:
http://www.telerik.com/support/pits.aspx#/details/Issue=4912

Note that implementing this feature will require major rework of the ScheduleView grouping functionality and could lead to some breaking changes, that is why currently it is not included in our immediate plans.

Regards,
Yana
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Todd
Top achievements
Rank 1
answered on 15 Aug 2013, 01:42 PM
Art,
What I did is put the top item in a listbox and used categories for each sub-item.  The calendar showed only one "group" at a time using this method, but it basically accomplished what I was trying to do.  The down-side is I can't display multiple of the top item at the same time.  See the attachment.
Todd
0
Mark
Top achievements
Rank 1
answered on 17 Aug 2013, 01:50 PM
I thought this was an interesting thread, so much so I wanted to throw in a quick thought.

I think there is enough call for a Hierarchal Schedule Control that it should be considered outside and apart from the current ScheduleView control. 
I think there may be enough interest on the WPF side to warrant consideration of this (as unfortunately SL demand isn't a big influencer).
0
Yana
Telerik team
answered on 19 Aug 2013, 07:16 AM
Hello Mark,

Thank you for sending your feedback.

Regards,
Yana
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
Roberto Moro
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ramos
Top achievements
Rank 1
Art
Top achievements
Rank 1
Todd
Top achievements
Rank 1
NICOLAS
Top achievements
Rank 1
Mark
Top achievements
Rank 1
Share this question
or