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

Webservice binding & group by

2 Answers 35 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Benny
Top achievements
Rank 1
Benny asked on 07 Mar 2013, 07:33 PM
Is it possible to set the scheduler control in group mode when using webservice binding without doing a postback? The user should be able to switch from group mode to 'normal' mode.

2 Answers, 1 is accepted

Sort by
0
Bozhidar
Telerik team
answered on 12 Mar 2013, 07:21 AM
Hello Benny,

When in WebService binding RadScheduler pre-renders the tables for all views on the server and sends them on the client. Then it populates the Appointments through the web service. Since the tables are rendered on the server, you have to postback in order to change the grouping, as it involves changing the table layout.

What I can suggest is to put the RadScheduler inside a RadAjaxPanel or an UpdatePanel, which will improve the performance in this scenario.
 

Greetings,
Bozhidar
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Benny
Top achievements
Rank 1
answered on 12 Mar 2013, 08:51 AM
Hi,

Thank you for your reply. I've been looking into it none the less and been able to achieve the desired result. I now show or hide the table containing the resources names and the columns matching them. Not easy but it worked.
Tags
Scheduler
Asked by
Benny
Top achievements
Rank 1
Answers by
Bozhidar
Telerik team
Benny
Top achievements
Rank 1
Share this question
or