Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
95
XamPivotGrid only drills two levels
posted

Hello,

I'm using a XamPivotGrid with a custom ADOMDDataProvider.

It's working fine but i can't drill more than two levels.

No exceptions are thrown and the Members that i can't expand remain with the following values:

  • HasChildreen = false;
  • ChildCount = 15 (example)
  • Members = 0
  • IsLoaded = true;

What is the best way to diagnose the problem?

Regards,

Ângelo.