Pivot Grid for WinForms - How to Hide Specific Rows and Columns
The following example demonstrates how handle the CustomFieldValueCells event to hide specific rows and columns. In this example, the event handler iterates through all row headers and removes rows that correspond to the "Employee B" field value, and that are not Total Rows.
Files to Review
- Data.cs (VB: Data.vb)
- Form1.cs (VB: Form1.vb)
- Program.cs (VB: Program.vb)