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

Problem with resource grouping

4 Answers 112 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
K N
Top achievements
Rank 1
K N asked on 17 May 2010, 07:02 AM
hey guys I finally figured out why I can't see my appointments!
if I enable the following code I can't see any appointments:
            radScheduler1.GroupType = GroupType.Resource;
if I use no group type I can see all my appointments !!! why is that ? please help me out !!!

regards

4 Answers, 1 is accepted

Sort by
0
Anastasios
Top achievements
Rank 1
answered on 18 May 2010, 02:11 PM
Hi K N,

How do you make the event provider and resource provider mapping?
I have the same problem with you, maybe we can find some common cause in our source codes.
0
Boyko Markov
Telerik team
answered on 18 May 2010, 10:19 PM
Hi K N,

We will kindly ask you to not open separate threads on the same problem. Please, keep related communication in the same thread, as this will help us assist you better.

When you set the GroupType property, appointments without assigned resources would not be visible in the Scheduler  as our code checks whether an appointment has an assigned resource or not (in order to group it). If your appointment has an assigned resource, then it is shown in the appropriate resource area when the GroupType property is true. If you will not use the Resource grouping feature of RadScheduler, you do not need to set the GroupType property, otherwise I would suggest you to take a look at the resource grouping examples in the Demo project which are installed with our products. There is a lot of useful source code which demonstrates how to apply this feature to RadScheduler.

A bit off topic, please ask the person who has purchased our controls in your company to add you as a License Developer to the purchase. This will give you full access to the products your company has purchased, to our downloads section, and to our support ticketing system. Additionally, all your questions will be reviewed according to the license you have. More information on License Developers you can find here: www.telerik.com/account/faqs.aspx.


Best wishes,
Boyko Markov
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
K N
Top achievements
Rank 1
answered on 21 May 2010, 08:37 AM
Hey, It's my all in the code, I know what the problem is, somehow I haven't managed to set the relation correctly so the table AppointmentResources is never populated, therefore I can't see my appointments !!!
where exactly are you talking about ?


0
Dobry Zranchev
Telerik team
answered on 24 May 2010, 11:30 AM
Hi K N,

You should use the Rebind method of the SchedulerBindingDataSource. Please call this method after you fill AppointmentResources data table.


Regards,
Dobry Zranchev
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.
Tags
Scheduler and Reminder
Asked by
K N
Top achievements
Rank 1
Answers by
Anastasios
Top achievements
Rank 1
Boyko Markov
Telerik team
K N
Top achievements
Rank 1
Dobry Zranchev
Telerik team
Share this question
or