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
3914
PivotGrid DataSource is not reset properly
posted

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