It seems that the option to turn of sums has no effect for hirachie columns.
No matter if this option is checked or not, they do not disappear.
It works on regular columns.
add a textbox which allows users to find matching distinc values when using report filters. Very valuable if you are dealing with many distinct values.
Similar to Excel - RadPivotGrid could have an area, where you can select some filter/group descriptions.
Currently when you have null value in a cell, RadPivotGrid considers it as 0. This way when you apply some Aggregate Functions, like Average for example, the result may not be as expected. For example if you have the cells 10, null, 10 RadPivotGrid will show as total the value 6.67 (for Average function). You should be able to exclude null values, so the value 10 will be shown as average for the mentioned cells. Available in the 2016 R2 release.
Implement: "% of Parent", "% of Parent Row", "% of Parent Column"
Hour, minute, second.
Add support for Hours/Minutes/Seconds steps. Also, add a DayNumber option.
Add support for frozen columns. Like in RadGridView or Excel. This way you can scroll the data horizontally while part of the columns are frozen and you can always see them.
We can also consider adding frozen rows like in RadGridView or Excel.