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

Custom Provider no checkboxes

1 Answer 55 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Shawn Davis
Top achievements
Rank 2
Shawn Davis asked on 30 Mar 2011, 12:54 AM
I built a custom provider that has mutlivalues for field called attendees.  When I just run that as is (without changing the advanced template) the list of attendees shows up but there are no check-boxes to select from.  Do you know why?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Veronica
Telerik team
answered on 30 Mar 2011, 12:02 PM
Hi Shawn Davis,

Have you set the AllowMultipleValues to true to the resources:

RadScheduler1.ResourceTypes.FindByName("User").AllowMultipleValues = true;

Also please make sure that you have set the AdvancedForm-EnableResourceEditing property to "true" to be able to see the custom attributes in the advanced form.

Regards,
Veronica Milcheva
the Telerik team
Tags
Scheduler
Asked by
Shawn Davis
Top achievements
Rank 2
Answers by
Veronica
Telerik team
Share this question
or