This question is locked. New answers and comments are not allowed.
We have discovered a problem in the RadPivotGrid appearance in various scenarios in Q2 2015 SP1 release. The data content does not scroll correctly and the issue can be fixed with the following CSS rule
.RadPivotGrid .rpgContentZoneDiv {
overflow
:
hidden
;
}
Nevertheless, it will be included in the next internal build on 4th of August 2015 and upcoming SP2 release.