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?
Does "some code" imply more than setting a few properties in code?
Will RTM support Silverlight 4? Is there any ballpark date, two weeks, two months, Q3?
Thanks
It's more than setting a few properties. There is a sample in the CTP for that.
RTM will support Silverlight 4 and WPF. About the date - how about this week?
Works for me. :)
Just trying to manage customer expectations with a project I am working on.
Could you look at this sample: http://labs.infragistics.com/silverlightdv/2010.2/#/Samples/PivotGrid/Basic/DataSourceXMLA
Is that what you want to achieve?
Very nice, I've got the trial installed and working. Had to do a little SQL Profiling to figure out the proper Filter syntax but it works.
I posted a question in the new forum since it seemed to be the relevant place, http://community.infragistics.com/forums/p/42915/236231.aspx#236231