Hi,
I was wondering what is the best way to implement the repository pattern with the kendo grid filtering server side.
I know we can use the IQueryable interface but is not the best pratice to do this in your repository pattern.
I took a look at the DataSourceRequest parameter passed in my web api controller.
I wonder how I can convert the Kendo Filter object to use them in my repository pattern and if this is possible ?
Thanks