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

Bind Ressources wcf provider

1 Answer 74 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sanchez
Top achievements
Rank 1
Sanchez asked on 20 Mar 2012, 04:57 PM
hi,
I have a  public class AgendaProvider : DbSchedulerProviderBase
who implements

public

override IDictionary<ResourceType, IEnumerable<Resource>> GetResources(ISchedulerInfo schedulerInfo)

so I get my resource on my appointment form (like Users or Rooms on your template)
How can i get my selected value of my resource on the appointment form ?
I don't use the resource tag on the aspx page...just a

<WebServiceSettings  Path="~/DataSvc/SchedulerWcfService.svc" ResourcePopulationMode="ServerSide"/>

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 23 Mar 2012, 03:52 PM
Hello Sanchez,

Take a look at the following online resources which show how to access the resource drop-downs on the server and on the client:

The following example might be of help too: http://www.telerik.com/community/code-library/aspnet-ajax/scheduler/customize-the-advanced-form-with-the-advanced-template-user-controls.aspx (take a look at the App_Code\MyDbSchedulerProvider.cs file for more information on resources binding).


Greetings,
Ivana
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
Sanchez
Top achievements
Rank 1
Answers by
Ivana
Telerik team
Share this question
or