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
415
Generic Debugging Question
posted

This is a generic debugging question that arose because of a very specific problem I am having. I have a flat datasource bound to a XamPivotGrid. The PivotGrid works great if I specify that the DataSource use DimensionGenerationMode = DimensionGenerationMode.Property. However, when I define cube metadata and specify that the data source use DimensionGenerationMode.Metadata, I later get an exception when I bind the XamPivotGrid DataContext to this DataSource.

I already know that there is something wrong either with the data I have or with how I defined the Metadata. I just CAN'T figure out what.

So my question is this: Is there any way to enable extra diagnostic debug output in the Infragistics NetVantage WPF Library? I am using version 13.1 of the library so it is a fairly recent version. It would be nice if I could identify better where the problem is being created.

Sincerely,

Louis

Parents Reply Children
No Data