As of today, the Datasource seems to be fully compatible with OData-v4, however, when server-side grouping and aggregation is enabled, we still need to provide a parametermap to correctly encode the group[] and group[aggregates[]] into the URL.
The OData specification should be followed and the URL build by the Datasource when the type is set to "odata-v4":
$apply=groupby((Field1, Field2))
or
$apply=grouppy((Field),aggregate($count as CountField))
thus saving the developers from providing their own encoding implementation.
Hi Ronny,
We will keep tracking the interest expressed by the community on the suggested enhancement. If it gains popularity we will consider the appropriate way in which to provide such support.
Regards,
Neli
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.