-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Paging #5
Comments
If you need paging, you have to do server side filtering. I think you will have to implement your own |
I have a oData service that I'm trying to consume via datagrid. So if I didn't miss understood you, you are saying that I have to implement middleware in between. Please confirm. |
Yes, however I'm not sure if that will work. E.g. |
Thanks |
I am late to the game, but I leave it here in case someone comes across this issue. I have added an example for working with an OData Service with a WPF DataGrid at: @tom-englert Thanks for this great library! |
Would you please add an example of how to combine filtering and paging?
The text was updated successfully, but these errors were encountered: