toDataSourceRequestString
Function
Definition
Package:@progress/kendo-data-query
Converts a DataSourceRequestState into a string
that is comparable with the DataSourceRequest format in UI for ASP.NET MVC.
Parameters:stateDataSourceRequestState
The state that will be serialized.
Returns:string
The serialized state.
The following code snippet demonstrates how to use the toDataSourceRequestString method.