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
610
XamPivotDataSlicer looses the Data Slicer Items when the Target Heirarchy is Changed.
posted
We are using a V15.2  XamPivotGrid and XamPivotDataSlicer linked to a MVVM based Olap.FlatDataSource.
Assume we have three dimensions / target heirarchies: Color, Make and Year and that the current
Target Heirarchy is Year
When the Target Heirarchy value is changed from say Year to Color or Make in the
Header Area of the Data Slicer, the Data Slicer Items area are goes blank and
changing the Target Heirarchy value back to Year still leaves the Data Slicer
Items area blank.
1) Can you please explaing why the above is happening.
2) Is it possible to Disable or Hide the Header Area so that the user cannot change the Target Heirarchy ?
3) Is it possible to trap the Target Heirarchy_Changed event and cancel the users change ?

Thanks in Advance !

Parents
No Data
Reply
  • 1760
    Verified Answer
    posted

    Hi,

    About first question I can say that you have to select and target level so that slicer items are shown.

    About second question I can say that it is possible when a custom template is applied to slicer control. You can grab the default slicer template and remove the header part or disable the combo selectors. It is not possible to disable this part of slicer control with property. 

    About third question I was not able to achieve this. My opinion is that applying custom template is better solution. 

    Thanks,

    M.Yovchev

Children