New to Telerik UI for ASP.NET AJAX? Start a 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.