Hi,I have problem with XamPivotDataSelector (I have not see the Cube)Finally, I tried to run your Sample (https://es.infragistics.com/samples/silverlight/pivot-grid/#/flatdatasource-excel-file) FlatDatSource(Excel file)My result is:
Result at example is:
Why I don't see this (Red color)?
Hi
The XamPivotDataSelector has property DataSource. Have you set this property?
The data source is the same like for pivot grid.
RegardsTodor
Yes,I copy code from example.
.................................................this.pivotGrid.DataSource = dataSource; this.dataSelector.DataSource = dataSource;