Hi,
I've done a bit of searching through the sample code, and on the community site but I'm still lost on how to approach this specific requirement.
I need to have a RadTreeView and a RadScheduler control on a web page where the TreeView would display clubs, offices and departments at our school and the RadScheduler would display any events scheduled at these groups. The user would check off various groups they are interested in and the RadScheduler by way of an ajax request would be updated with a response of just the events from the groups that were selected.
I've tried out the Web Service binding example found here. But I haven't be able to determine if there is anyway to add my selected groups as extra parameters to the calls made to the "GetAppointments()" method that is part of the SchedulerWebService.cs.
I've also looked briefly at the AjaxManager examples, but haven't found any samples working with the RadScheduler. It also looks like the response is less efficient because it brings back the full html for the control - along with the appointment data.
What would be your suggested approach to meeting my requirement and do you have any sample code showing how it would work?
Thanks,
Greg
I've done a bit of searching through the sample code, and on the community site but I'm still lost on how to approach this specific requirement.
I need to have a RadTreeView and a RadScheduler control on a web page where the TreeView would display clubs, offices and departments at our school and the RadScheduler would display any events scheduled at these groups. The user would check off various groups they are interested in and the RadScheduler by way of an ajax request would be updated with a response of just the events from the groups that were selected.
I've tried out the Web Service binding example found here. But I haven't be able to determine if there is anyway to add my selected groups as extra parameters to the calls made to the "GetAppointments()" method that is part of the SchedulerWebService.cs.
I've also looked briefly at the AjaxManager examples, but haven't found any samples working with the RadScheduler. It also looks like the response is less efficient because it brings back the full html for the control - along with the appointment data.
What would be your suggested approach to meeting my requirement and do you have any sample code showing how it would work?
Thanks,
Greg