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

Load Complete Event

2 Answers 115 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 04 Aug 2011, 01:41 PM
Just wondering if there is a load complete or post render event for radscheduler? I need to begin some other processing once the scheduler is completely loaded.

Thanks,
Dan

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 04 Aug 2011, 04:24 PM
Hi Dan,

Do you need a server-side or a client-side event?

For server-side, you can handle RadScheduler's DataBound event.

For client-side, pageLoad(){ } is late enough and RadScheduler is fully loaded.

With Web Service Binding, you can use OnClientAppointmentsPopulated or OnClientDataBound.


Kind regards, Peter
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Dan
Top achievements
Rank 1
answered on 04 Aug 2011, 04:26 PM
Server side. Thanks Peter!
Tags
Scheduler
Asked by
Dan
Top achievements
Rank 1
Answers by
Peter
Telerik team
Dan
Top achievements
Rank 1
Share this question
or