Hi,
i'm using the grid with paging/sorting/grouping/etc, all with the magical WebApiDataSourceRequestModelBinder and the ToDataSourceResult...
the thing is, that sometimes if the user is filtering too much information the url is not enough, so i was wondering if all that data could be send through a POST instead a GET...
i've tried configuring the datasource as POST, but i can't get the DataSourceRequest filled with the passing data...
any hint on this?
regards.