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.
It's possible with the CTP. However it requires some code to be written.
With the RTM (expect it very soon) you can do it from XAML or code behind with ease. Also samples will be provided.
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?
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.