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

OnRequestSucceeded

The OnRequestSucceeded client-side event occurs when data requested is successfully received.

The event handler receives two parameters:

  • sender - an instance of the datasource;

  • args -containing the following methods:

  • get_count()- returns the total number of data items;

  • get_data()- returns array containing the results of the query.

In this article