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

[Solved] e.Appointment.Resources not showing all resources on AppointmentInsert

1 Answer 40 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shawn Tracy
Top achievements
Rank 1
Shawn Tracy asked on 23 Sep 2009, 04:12 PM
I am using the Advanced Form and have set up 7 resources (used as dropdowns).  I'm declaratively databinding, which works fine with all of the resources.  However I need to do some other things on Insert and Update, and so I'm using the AppointmentInsert and AppointmentUpdate methods.  I'm looping through the resource collection by doing the following:

For Each res As Resource In e.Appointment.Resources  
   'Do something with res.Type, res.Key, res.Text            
Next 

This exact code works perfectly in the AppointmentUpdate method - I'm able to see all of the resources.  But for some reason, only the top 5 show in AppointmentInsert.  I have no idea what the deal is, but I need access to all of the resources.

Thanks
Shawn Tracy

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Sep 2009, 03:15 PM

Weird indeed. Do you have a demo of the issue which you can send via a support ticket?


Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler
Asked by
Shawn Tracy
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or