Hi,
In this link
http://labs.infragistics.com/silverlightdv/ctp/#/Samples/XamWebPivotGrid/PivotGridBasics here. Certain Dimensions like 'All Sales Territories' and 'North America' are already in drilled down mode. How can I acheive this programatically.
Thanks.
With CTP version, it's hard to be done and it needs some code behind (you can use the code from the sample as reference.
In the RTM version the PivotGrid will supprot drill down from XAML, so you can use it.
Thanks,George
I've downloaded the CTP and samples and only see this code (that modifies the grid).
pivotGrid.ViewModel.SelectedCube = pivotGrid.ViewModel.Cubes[0];
I'm trying to set a measure, dimensions, a filter and have everything be expanded by default.
Is this possible with the CTP?