Pivot Grid for Winforms - Hide Unnecessary Grid Lines and Text
This example demonstrates how to clear grid lines and hide the following Pivot Grid elements:
- The grand total column when there are no Data or Column fields.
- The "Drop Data Items Here", "Drop Column Fields Here", and "Drop Filter Fields Here" labels.
API in this example:
- PivotGridControl.CustomDrawFieldValue event
- PivotGridControl.Appearance.Lines property
- PivotGridLocalizer class