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
Hi
This can be considered like issue we are going to fix for future release.
Regards,
Todor
Thanks Todor