Available in the 2017 R1 Release (2017.1.117).
Add options for showing items with no data as in Local data provider.
Hour, minute, second.
I want to create CustomDistinct aggregate, I did it successfully for LocalDataSourceProvider, and I need it also for QueryableDataProvider. See: http://www.telerik.com/forums/custom-aggregate-for-queryabledataprovider
Add support for Hours/Minutes/Seconds steps. Also, add a DayNumber option.
Currently, the string format (used in the cells generated for the from the DateTimeGroupDescription) is determined automatically based on the selected Step (Day, Month, etc.). Add an option to easily set custom string format.
At this moment, you can change the format only if you create a custom description and override a considerable amount of code. This is shown in the following SDK example: https://github.com/telerik/xaml-sdk/tree/master/PivotGrid/CustomDateTimeGroupDescription