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

Filtering appointments in ScheduleView

2 Answers 114 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Christian Burkhardt
Top achievements
Rank 1
Christian Burkhardt asked on 05 May 2011, 02:47 PM
Hi,

Is there and easy way to filter the appointments displayed on scheduleview? I need to filter the entries by a resource type but without to do a grouping.

I need a way to run a predicate for every appointment which will return a Boolean which specifies if the item should be displayed or not.
Is this possible with the current implementation of ScheduleView?

Thank you very much

2 Answers, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 10 May 2011, 10:16 AM
Hello Christian,

Unfortunately currently there is no way to filter the appointments in RadScheduleView. We are considering adding an API to do that, but most probably it will not be available before Q2 2011 in July.

Kind regards,
Valeri Hristov
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
Jakkie Esschert van den
Top achievements
Rank 1
answered on 12 May 2011, 12:21 PM
It's fairly easy to add this if you are willing to build a customized scheduleview library. You should plug in your own filtering event or delegate in the AppointmentsFilter function in ScheduleView.Common.cs and rebuild the library. If you change the Telerik references on the project to build it against the installed version you can just drop in the new ScheduleView.dll. I did that yesterday, and it was easier then I expected.
Tags
ScheduleView
Asked by
Christian Burkhardt
Top achievements
Rank 1
Answers by
Valeri Hristov
Telerik team
Jakkie Esschert van den
Top achievements
Rank 1
Share this question
or