How can I Pivot a pivotGrid programmatically (c#) ?
Thank you !
Hi
If you mean to exchange the rows and columns dimensions you can call
pivotGrid.DataSource.PivotGrid(); method
Regards
Todor