I’m testing WCF Data Service as shown in here and here.
I show the ODATA result in a JQuery grid. Is there any grid that can support paging and sorting automatically?
In brief, I just want to define a ODATA url property for the grid, and if I click a column to be sorted, it automatically send the ODATA query to the WCF data service as well as pagination data.
You could use the KendoUI framework to bind OData to the KendoUI DataSource (and therafter to the Grid control).