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

Customprovider, resources and extending functionality

3 Answers 63 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Derek
Top achievements
Rank 1
Derek asked on 09 May 2010, 04:32 PM
What's the best way to modify the way that custom resources are displayed?

One my of my developers has created a customprovider for the scheduler, where we have Team Members and Contacts. Team Members will probably be 10-15, but contacts could run into the hundreds, so it's clearly not practical to display checkboxes for every one.

Is it possible to modify the display to use multiselect listboxes instead of checkboxes? What would be even better is to extend it so that I have some kind of add/remove listbox pairs. We've thought about building our own, but it's convenient and practical to have it embedded in the scheduler.

TIA for any suggestions.

3 Answers, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 10 May 2010, 02:26 PM
Hi Derek,

The best way to change the appearance and functionality of the resource pickers is to use a custom advanced form. This will give you the freedom to use whatever controls you find suitable. Please, refer to these resources:

http://demos.telerik.com/aspnet-ajax/scheduler/examples/advancedformtemplate/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/schedule_advancedformtemplate.html

I hope this helps.

Greetings,
Tsvetomir Tsonev
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
Derek
Top achievements
Rank 1
answered on 10 May 2010, 02:47 PM
Is it possible to incorporate other data sets that aren't part of the scheduler item? We need to record a list of selected team members, as well as a list of selected contacts, and those lists could get fairly lengthy so we're looking at listboxes with transfer enabled. We've got it working in the interim via a context menu and separate forms, but it would be clean if we could embed it in the same form.
0
Peter
Telerik team
answered on 12 May 2010, 03:15 PM
Hi Derek,

Yes, this is possible. The kb article on related RadComboBox controls in the advanced form demonstrates this. I hope you find it helpful.


Kind regards,
Peter
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
Asked by
Derek
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Derek
Top achievements
Rank 1
Peter
Telerik team
Share this question
or