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

RadScheduler Multiple Resource Values

1 Answer 95 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Jillian
Top achievements
Rank 1
Jillian asked on 11 Jun 2012, 08:35 PM
I have a RadScheduler in an MVC3 web application, using a web service as my data source.  I have two resources - locations and departments.  I want to be able to select multiple departments.  I followed the documentation for "Implementing A Provider That Supports Multi-valued Resources" - but I am still only able to select one department from a drop down list. How do i allow multiple values for my resource?

1 Answer, 1 is accepted

Sort by
0
Accepted
Plamen
Telerik team
answered on 12 Jun 2012, 10:48 AM
Hello Jillian,

 
Thank you for contacting Telerik support.

You can add the AllowMultipleValues=true property as it is done in the code below:

<ResourceTypes>
                <telerik:ResourceType Name="Teacher" AllowMultipleValues="true" />
                  <telerik:ResourceType Name="Student" AllowMultipleValues="true" />
            </ResourceTypes>

I am attaching a sample web page that implements such behavior.

Hope this will be helpful.

Regards,
Plamen Zdravkov
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
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Jillian
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or