Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Asynchronous-Data-Processing.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Asynchronous Data Processing in WinForms Pivot Grid | Syncfusion®
description: Learn about Asynchronous Data Processing support in Syncfusion® Windows Forms Pivot Grid control and more details.
description: Enable asynchronous data processing in Syncfusion® Windows Forms Pivot Grid control with async loading, events, and icon customization.
platform: windowsforms
control: Pivot Grid
documentation: ug
---

# Asynchronous Data Processing in Windows Forms Pivot Grid
# Asynchronous Data Processing in WinForms Pivot Grid

Pivot grid control provides support for loading the data in a unique UI thread i.e., the pivot grid control can perform long running operations asynchronously on a background thread. It also loads the data asynchronously for every layout related operation in the pivot grid.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Cell-Selection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Cell Selection in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Cell Selection support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Cell Selection in Windows Forms Pivot Grid | Syncfusion®
description: Enable cell selection in Syncfusion® Windows Forms Pivot Grid control with Excel-like frames, multi-cell selection, and customizable borders.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Grid/Conditional-Formatting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Conditional Formatting in Windows Forms Pivot Grid | Syncfusion®
description: Learn about Conditional Formatting support in Syncfusion® Windows Forms Pivot Grid control and more details.
description: Apply conditional formatting in Syncfusion® Windows Forms Pivot Grid control to style cells dynamically based on rules, ranges, and conditions.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data Binding in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Data Binding support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Data Binding in Windows Forms Pivot Grid | Syncfusion®
description: Bind IEnumerable lists or data tables to Syncfusion® Windows Forms Pivot Grid control with refresh support and events for dynamic data updates.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Data-Exploration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Data Exploration in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Data Exploration support in Syncfusion® Windows Forms Pivot Grid control and more details.
title: Data Exploration in Windows Forms Pivot Grid | Syncfusion®
description: Explore data in Syncfusion® Windows Forms Pivot Grid control with drill down and drill up support, expanding or collapsing headers programmatically.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Editing-Values.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Editing Values in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Editing Values support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Editing Values in Windows Forms Pivot Grid | Syncfusion®
description: Edit values in Syncfusion® Windows Forms Pivot Grid control, allowing runtime changes to value and total cells with customization support.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Exporting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Exporting in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Exporting support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Exporting in Windows Forms Pivot Grid | Syncfusion®
description: Export data from Syncfusion® Windows Forms Pivot Grid control to Excel, Word, and PDF formats with support for cell-by-cell and pivot table modes.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to bind PivotGrid with chart | Windows Forms | Syncfusion
description: How to bind pivot grid with chart
title: How to Bind Pivot Grid with Chart in Windows Forms | Syncfusion®
description: Bind Pivot Grid with Chart in Syncfusion® Windows Forms control using PivotGridChartHelper, customize chart styles, and persist series type at runtime.
platform: windowsforms
control: Pivot Grid
documentation: ug
---

# How to Bind Pivot Grid with Chart
# How to Bind Pivot Grid with Chart in Windows Forms Pivot Grid

The [PivotGridChartHelper](https://help.syncfusion.com/cr/windowsforms/Syncfusion.GridHelperClasses.PivotGridChartHelper.html) class acts as an interface to bind the values of pivot grid control with the chart control. Based on selected ranges or values of the pivot grid control, the chart control is rendered. To achieve this support, the [WireGrid](https://help.syncfusion.com/cr/windowsforms/Syncfusion.GridHelperClasses.PivotGridChartHelper.html#Syncfusion_GridHelperClasses_PivotGridChartHelper_WireGrid_Syncfusion_Windows_Forms_PivotAnalysis_PivotGridControl_Syncfusion_Windows_Forms_Chart_ChartControl_) method of the PivotGridChartHelper class should be used.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to Change Row Height and Column Width | PivotGrid | Windows Forms | Syncfusion
description: How to change row height and column width of pivot grid control
title: Row Height and Column Width in Windows Forms Pivot Grid | Syncfusion®
description: Change row height and column width in Syncfusion® Windows Forms Pivot Grid control using RowHeights and ColWidths properties with code examples.
platform: windowsforms
control: Pivot Grid
documentation: ug
---

# How to Change Row Height and Column Width
# How to Change Row Height and Column Width in Windows Forms Pivot Grid

The height of rows and the width of columns in the pivot grid control can be altered with the help of [RowHeights](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Grid.GridModel.html#Syncfusion_Windows_Forms_Grid_GridModel_RowHeights) and [ColWidths](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Grid.GridModel.html#Syncfusion_Windows_Forms_Grid_GridModel_ColWidths) properties.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to Show Calculations as Columns | PivotGrid | Windows Forms | Syncfusion
description: How to show calculations as columns in pivot grid
title: Show Calculations as Columns in Windows Forms Pivot Grid | Syncfusion®
description: Show calculations as columns in Syncfusion® Windows Forms Pivot Grid control using the ShowCalculationsAsColumns property or schema designer option.
platform: windowsforms
control: Pivot Grid
documentation: ug
---

# How to Show Calculations as Columns
# How to Show Calculations as Columns in Windows Forms Pivot Grid

The pivot grid control provides support to support to show the calculation values by checking the check box "[Show Calculations as Columns](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.PivotAnalysis.PivotSchemaDesigner.html#Syncfusion_Windows_Forms_PivotAnalysis_PivotSchemaDesigner_ShowCalculationsAsColumnCheckBox)" available at the bottom left corner of the pivot schema designer.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: How to show Tooltip for PivotGrid | Windows Forms | Syncfusion
description: How to show tooltip for pivot grid
title: How to Show Tooltip in Windows Forms Pivot Grid | Syncfusion®
description: Show tooltip in Syncfusion® Windows Forms Pivot Grid control for cells including headers, values, summaries, and customize using CellTipText property.
platform: windowsforms
control: Pivot Grid
documentation: ug
---

# How to Show Tooltip for Pivot Grid
# How to Show Tooltip in Windows Forms Pivot Grid

The pivot grid control provides support to enable or disable the tooltip for individual cells that include column header cells, row header cells, value cell cells, summary cells and summary header cells.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Filtering in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Filtering support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Filtering in Windows Forms Pivot Grid | Syncfusion®
description: Apply filtering in Syncfusion® Windows Forms Pivot Grid control to refine data views using filter expressions or grouping bar with multiple conditions.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Freezing-Headers.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Freezing Headers in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Freezing Headers support in Syncfusion® Windows Forms Pivot Grid control and more details.
title: Freezing Headers in Windows Forms Pivot Grid | Syncfusion®
description: Keep row and column headers visible in Syncfusion® Windows Forms Pivot Grid control by enabling frozen headers for easier navigation in large datasets.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Grid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Getting Started with Windows Forms Pivot Grid | Syncfusion®
description: Learn here about getting started with Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
description: Learn how to get started with the Syncfusion® Windows Forms Pivot Grid control. Explore setup, features, examples, and customization options.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Grouping-Bar.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Grouping Bar in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Grouping Bar support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Grouping Bar in Windows Forms Pivot Grid | Syncfusion®
description: Manage fields in Syncfusion® Windows Forms Pivot Grid control using the grouping bar to filter, sort, reorder, and remove items interactively.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Hyperlink-Cells.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Hyperlink Cells in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Hyperlink Cells support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Hyperlink Cells in Windows Forms Pivot Grid | Syncfusion®
description: Enable hyperlink cells in Syncfusion® Windows Forms Pivot Grid control to access detailed information from row, column, summary, or value cells.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Layouts.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Layouts in Windows Forms Pivot Grid Control | Syncfusion®
description: Learn here all about layouts support in Syncfusion® Windows Forms Pivot Grid control, its elements, and more.
title: Layouts in Windows Forms Pivot Grid | Syncfusion®
description: Configure layouts in Syncfusion® Windows Forms Pivot Grid control with support for normal and flat layouts, subtotals, grand totals, and interactive options.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Localization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Localization in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Localization support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Localization in Windows Forms Pivot Grid | Syncfusion®
description: Localize Syncfusion® Windows Forms Pivot Grid control using ILocalizationProvider or satellite assemblies to support multiple cultures and languages.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Pivot-Grid/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Windows Forms Pivot Grid control | Syncfusion®
description: Learn here all about introduction of Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: About Syncfusion Windows Forms Pivot Grid Control | Syncfusion®
description: Learn about introduction of Syncfusion® Essential Studio Windows Forms Pivot Grid control and more details.
platform: windowsforms
control: PivotGrid
documentation: ug
---

# Windows Forms Pivot Grid Overview
# About Syncfusion Windows Forms Pivot Grid Control

The [WinForms Pivot Grid](https://www.syncfusion.com/winforms-ui-controls/pivot-grid) control is a powerful cell-oriented, extensible grid control that simulates the pivot table feature of Excel. The pivot grid, as the name implies, pivots data to be organized in a cross-tabulated form. The major advantage of pivot grid is that you can extract the desired information from a large list within seconds. Along with presenting the data, the pivot grid also enables you to summarize and group the data.

Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Grid/Pivot-Calculations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Calculations in Windows Forms Pivot Grid | Syncfusion®
description: Learn about Pivot Calculations support in Syncfusion® Windows Forms Pivot Grid control and more details.
description: Define pivot calculations in Syncfusion® Windows Forms Pivot Grid control using PivotComputationInfo with formatting, formulas, types, and synchronization.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Pivot-Columns.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Columns in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Pivot Columns support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Pivot Columns in Windows Forms Pivot Grid | Syncfusion®
description: Define and manage pivot columns in Syncfusion® Windows Forms Pivot Grid control using PivotItem with support for synchronization, sorting, and formatting.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Pivot-Rows.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Rows in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Pivot Rows support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Pivot Rows in Windows Forms Pivot Grid | Syncfusion®
description: Define and manage pivot rows in Syncfusion® Windows Forms Pivot Grid control using PivotItem with support for synchronization, sorting, and formatting.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Grid/Pivot-Schema-Designer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Pivot Schema Designer in Windows Forms Pivot Grid | Syncfusion®
description: Learn about Pivot Schema Designer support in Syncfusion® Windows Forms Pivot Grid control and more details.
description: Use Pivot Schema Designer in Syncfusion® Windows Forms Pivot Grid control to add, arrange, filter, and manage fields with Excel-like layout and features.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Printing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Printing in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Printing support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Printing in Windows Forms Pivot Grid | Syncfusion®
description: Print Syncfusion® Windows Forms Pivot Grid control with support for preview, headers, footers, landscape or portrait views, and customizable events.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Pivot-Grid/Right-To-Left-Support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Right to Left Support in Windows Forms Pivot Grid | Syncfusion®
description: Learn about Right to Left Support support in Syncfusion® Windows Forms Pivot Grid control and more details.
description: Enable right-to-left layout in Syncfusion® Windows Forms Pivot Grid control to support Middle Eastern languages like Arabic and Hebrew for localization.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Serialization-and-Deserialization.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Serialization and Deserialization in Pivot Grid | Syncfusion®
description: Learn about Serialization and Deserialization support in Syncfusion® Windows Forms Pivot Grid control and more details.
title: Serialization in Windows Forms Pivot Grid | Syncfusion®
description: Serialize and deserialize settings in Syncfusion® Windows Forms Pivot Grid control using XML files, streams, or custom options for persistence.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Sorting.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Sorting in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Sorting support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Sorting in Windows Forms Pivot Grid | Syncfusion®
description: Enable sorting in Syncfusion® Windows Forms Pivot Grid control to quickly organize, visualize, and analyze data using custom comparers or grouping bar.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Summaries.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Summaries in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Summaries support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Summaries in Windows Forms Pivot Grid | Syncfusion®
description: Define summaries in Syncfusion® Windows Forms Pivot Grid control using built-in summary types or custom logic with SummaryBase for calculation values.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Theming.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Theming in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Theming support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Theming in Windows Forms Pivot Grid | Syncfusion®
description: Apply built-in themes in Syncfusion® Windows Forms Pivot Grid control using GridVisualStyles with support for Metro, Office styles, and customization.
platform: windowsforms
control: PivotGrid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Touch-Support.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Touch Support in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Touch Support support in Syncfusion® Windows Forms Pivot Grid control, its elements and more details.
title: Touch Support in Windows Forms Pivot Grid | Syncfusion®
description: Enable touch support in Syncfusion® Windows Forms Pivot Grid control for scrolling, swiping, gestures, and Excel-like cell selection with indicators.
platform: WindowsForms
control: Pivot Grid
documentation: ug
Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Pivot-Grid/Updating-Values.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Updating Values in Windows Forms Pivot Grid control | Syncfusion®
description: Learn about Updating Values support in Syncfusion® Windows Forms Pivot Grid control and more details.
title: Updating Values in Windows Forms Pivot Grid | Syncfusion®
description: Update values in Syncfusion® Windows Forms Pivot Grid control in real time with EnableUpdating and ThrottleUpdateRate for efficient performance.
platform: windowsforms
control: Pivot Grid
documentation: ug
Expand Down