Hi,
I'm trying to pass in DataSourceRequest instance to a web api method (POST), and can't find the model binder for it.
Here's my scenario in short:
1) Kendo Grid uses MVC controller action to get the data, and DataSourceRequest is binded ok.
2) In turn, the MVC action needs to call a web api url (using post), and include the DataSourceRequest as content (json format)
I checked this article: http://docs.telerik.com/kendo-ui/controls/data-management/grid/how-to/web-api-server-operations
But it only discusses the GET request, and when grid is directly calling web api.
Is there a json model binder for DataSourceRequest, for web api?