Hi Team,
Could you tell how to expand all hierarchies of XamPivotGrid at one time by code (not by user)?
Thanks,Youxiang
Hello Ivan,
Here is a link to our online Samples browser:
https://es.infragistics.com/samples/silverlight/pivot-grid/#/expand-hierarchies
where there is a sample showing the functionality you want.
As mentioned earlier, the link to the sample is broken. Can you repost a valid link?
Thx,
Ivan
Hi,
You want to expand all hierarchies at first level only, or all hierarchies for all levels?
And another question: What DataSource are you using - FlatDataSource or XmlaDataSource
Thanks,
M.Yovchev
The link to the sample is broken. I'm looking to expand hierarchies, can you help me?
Thanks
Hi
you can check these two properties for max level depth in row and columns
pivotGrid.GridLayout.PrivateColumnsForRowPanel.Count; pivotGrid.GridLayout.PrivateRowsForColumnPanel.Count;
Regards
Todor