New to Kendo UI for Vue? Start a free 30-day trial
toDataSourceRequestString
Updated on Jan 16, 2026
Converts a DataSourceRequestState into a string
that is comparable with the DataSourceRequest format in UI for ASP.NET MVC.
Parameters
state
The state that will be serialized.
Returns
string
The serialized state.
The following code snippet demonstrates how to use the toDataSourceRequestString method.