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;
Did you try to increase the selector height to be able to see the metadata tree. could you attache another picture then.
Thanks for reply.I have made some stupid mistake.Now it's works fine.Thanks,