Posted 8 January 2018, 8:13 am EST
Hi,
We are sorry for the late reply.
Here is the reply from the development team.
Unfortunately, OData does not currently support grouping. MS has indicated they planned to add this support, and even approved a standard format for it, but as far as I know it never got implemented.
http://www.odata.org/blog/odata-v4-extensions-aggregation/
Even if they did approve this, the grouping they mention is similar to the GROUPBY clause in SQL. It is supposed to aggregate groups of records and replace some variables with aggregates, Although this is certainly a useful feature, it is not compatible with the grouping used in the CollectionView class, which creates hierartchical structures (CollectionView groups contain child records, they don’t aggregate them).
I suppose if/when this support is added, it will be relatively easy to use it via standard REST interfaces, independently of Wijmo’s CollectionView.
~Manish