I would like to add queries to some of my grids with UrlAdaptors. However, everything I can find has using query, which then you need to extend the datamanager and add a field for every different query item. Is there not a way to take advantage of the where and predicate in the request? I can see it being sent when you do a filter or search.
1) Yes, I would would like to filter the data source externally with some initial filter.
2)
If all gird queries have to have a custom data manager property, then yes.
3) Yes. I know I can append my custom data manager, but then I would have to add a ton of fields in it. Can we not take advantage of the Where property in the data manager?
I would like to perform initial filtering on the grid. I have partial views for different grids that can be populated and I want to be able to pass a parameter to the partial view that will perform an initial filter on the grid. Then if the grid has any other sorts or filters I would like to either keep or re-pass the initial filter along with it.