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

Bug using resource grouping ?

1 Answer 59 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 09 Feb 2013, 10:10 PM
Hi

We use the scheduler and use resource grouping.
Our resourceType is named "employee". When i use this in the DayView - Groupby="employee" this works ok.
Same in the weekview (Grouby = "employee").

But when i want to group together with date this works in the dayview but not in the weekview. 
So our groupby is then :  Groupby=  "Date,employee" 

It rans on jscript error =  this._weekmodels[h.modelIndex].addToBlock(h).
the modelindex is "undefined".
Any idea's howto solve this issue ?

Some information :
ResourcePopulationMode="ServerSide" , resources are added in Page_Load  (but i tried also the manual, clientside)..
-  Appointments are retrieved from Webservice.

I have added an screenshot where the jscript fails.

Regards,
Peter

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 13 Feb 2013, 04:06 PM
Hello Peter,

I am afraid that RadScheduler control does not support grouping by date and resource when WebService binding is used for populating appointments. This is our RadScheduler control limitation and there is not workaround in this case.
I would recommend using grouping by resource and the RadScheduler Timelineview, which gives you ability to customize your date headers and the number of slots to be displayed.
You could find more information about customization the RadScheduler Timelineview here.

Please excuse us for our RadScheduler limitation.

Kind regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Peter
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or