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

Filter resources in RadScheduler

1 Answer 208 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Teija
Top achievements
Rank 1
Teija asked on 31 May 2010, 05:21 PM
Hi

I've based my application on the example: 
That way to use a provider solved many of my previous problems with the scheduler.

Now I just have one more problem to solve and that is how to filter my resources.
I use two resource types which I populate in the Load functions used in the example. 
But now I have an external filtering possibiliy in my app that gives the user a way to select which resources they want to see in the scheduler. And I cannot find an easy way where to do this filtering in the most easiest way.

My first thought was to do it in the load function but I cannot get that function to run when I post back the scheduler. Only when I 
reload the entire app.
Does anyone know of an easy solution on how to filter my resources correctly?

//Mathias

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 02 Jun 2010, 01:23 PM
Hello Mathias,

(I'm posting the reply from your support ticket here for community reference)

Your approach of filtering the resources in the provider is completely valid. It seems that you need to call Rebind in order to reload the data after changing the filtering criteria.

I hope this helps.

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