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

Filtering Data in Rad scheduler

1 Answer 125 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Arima
Top achievements
Rank 1
Arima asked on 28 Apr 2015, 12:23 PM

Hi

I am struggling to filter data in Scheduler. Currently i am populating appointment data with station name. I am using two  dataSource ID. One is use to bind appointment data . Another datasource ID is use to populate Station Name(<telerik:ResourceType>). Things are working fine. Now i would like to apply a filter. My requirement is by default i need to populate all stations with appointments. In my page, i am having text box. When user enters any station name in the textbox, i should filter data accordingly. (All my code is in client side now). Can you please help me.

Regards

Arima

 

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 01 May 2015, 05:05 AM
Hello,

in such case we recommend to use the server AppointmentDataBound event and if an appointment is not the desired resource to set its visible property to false.

If you are using Web Service binding you can refer to this demo where similar behavior is achieved with checkboxes.

Regards,
Plamen
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Scheduler
Asked by
Arima
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or