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
605
possible to get filtered data from the xampivotgrid?
posted

Hi, I'm using the XamPivotGrid and I have a need to pop up a secondary view of my data into a XamDataGrid.  The DataSource of my XamDataGrid should be the current filtered list of items in my XamPivotGrid.

Example:  I have a XamPivotGrid with FlatDataSource of 1,000 items.  Using the filters built into the XamPivotGrid the user filters the pivotgrid to display data that is made up of only 600 items.  The other 400 were removed from the filter.  Now I want to get the list of 600 items currently used by the XamPivotGrid and bind to it in the other control, XamDataGrid in this case.  Any way to get the list of items currently used?  Thanks!!