Hi,
When PivotGrid.DataSource is associated with some FlatDataSource, setting it to null, does not seem to remove Header rows/cols.
I had to do,
pivotGrid.DataSource = new FlatDataSource();
pivotGrid.DataSource = null;
pivotDataSelector.DataSource = null;
Thanks
Sangeetha
it's been a while since the last post here.
I am using 14.2 and still have the same problem.
In my case user can select which data source to use for pivot grid, so I need to
1. clear everything from previous one (measures, dimensions, etc.) so it will not be confusing and then
2. on Load of data for the next one, load everything and then user will be able to see measures, dimensions, etc. for new data source.
Tried to find any method to clear, reset, whatever old FlatDataSource and use new one for different data - nothing works.
Hope IG support can give me an easy answer.
Thank You Francis.
Hi Sangeetha,
I have logged this issue with Engineering as Development Issue number 94509, and I have sent you details in a private support case.
Thanks,
Thanks Todor
Hi
This can be considered like issue we are going to fix for future release.
Regards,
Todor