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

RadODataDataSource Model Object

The following table lists the most important methods of the client-side model of the RadODataDataSource :

Name Parameters Return Type Description
nextPage() none none Queries the next page of data
previousPage() none none Queries the previous page of data
get_filterExpression() none array of filters Gets filters for the request
set_filterExpression() array of filters none Sets filters for the request
get_sortExpression() none array of sort expression Returns sort expression
set_sortExpression() array of sort expression none Sets sort expression
In this article