New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

OnClientResourcesPopulated

If specified, the OnClientResourcesPopulated client-side event handler is called when the scheduler has received resources. In the case of server-side binding, the event will not be raised. When client-side binding is used, the event will be raisedafterthe resources have been retrieved from the data service. The event will be raised only once, at the time of the initial load.

One parameter is passed to the handler:

  • sender - the scheduler client object;

This event cannot be cancelled.

In this article