Hi,
I need to have a grid which can simulate the pivoting behavior of a pivot grid. I know Infragistics does not have a pivot grid in Winforms, but would like to know if such a thing can be implemented using the WinGrid.
In the snapshot attached, pivoting has been done on 2 columns "Designation" and "Age". The remaining columns can either show the count of values or the sum of values.
Hoping for your help,
Thanks and regards,
Nihar.
Nihar,
Another alternative would be to host the WPF XamPivotGrid in your windows forms application using the ElementHost. Would this work for you?