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
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Cell-Selection.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Cell Selection in UWP Pivot Grid control | Syncfusion
description: Learn here all about Cell Selection support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Cell Selection in UWP Pivot Table | Syncfusion®
description: Cell Selection in Syncfusion® UWP Pivot Table control enables selecting cells, rows, or columns with support for headers, multi-selection, and events.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Cell Selection in UWP Pivot Grid (SfPivotGrid)
# Cell Selection in UWP Pivot Table

The SfPivotGrid supports cell selection. You can select grid value cells like in Microsoft Excel. This can be achieved by setting the `AllowSelection` property of the SfPivotGrid to true.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Cell-Style-and-Template.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Cell Style and Template in UWP Pivot Grid control | Syncfusion
description: Learn here all about Cell Style and Template support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Cell Style and Template in UWP Pivot Table | Syncfusion®
description: Customize cell styles and templates in Syncfusion® UWP Pivot Table control to format headers, values, and summaries with colors, fonts, and custom layouts.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Cell Style and Template in UWP Pivot Grid (SfPivotGrid)
# Cell Style and Template in UWP Pivot Table

## Cell style

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Conditional-Formatting.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Conditional Formatting in UWP Pivot Grid control | Syncfusion
description: Learn here all about Conditional Formatting support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Conditional Formatting in UWP Pivot Table | Syncfusion®
description: Apply conditional formatting in Syncfusion® UWP Pivot Table control to highlight cells dynamically based on conditions, values, and custom styles.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Conditional Formatting in UWP Pivot Grid (SfPivotGrid)
# Conditional Formatting in UWP Pivot Table

The SfPivotGrid supports conditional formatting which allows you to format the grid cells based on certain conditions. Conditional formats can be specified with the help of `ConditionalFormats` property through which required number of formatters of **PivotGridDataConditionalFormat** type can be added to the SfPivotGrid.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Exporting.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Exporting in UWP Pivot Grid control | Syncfusion
description: Learn here all about Exporting support in the Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Exporting in UWP Pivot Table | Syncfusion®
description: Export data from Syncfusion® UWP Pivot Table control to Excel, Word, PDF, and CSV formats with customizable styles for reporting and offline analysis.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Exporting in UWP Pivot Grid (SfPivotGrid)
# Exporting in UWP Pivot Table

The SfPivotGrid can be exported to Microsoft Excel, Microsoft Word, PDF, and CSV file formats. By default, the grid style for export is obtained from the ExportingGridStyleInfo instance. To perform exporting operation, refer to the following assembly in the application.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Freeze-Headers.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Freeze Headers in UWP Pivot Grid control | Syncfusion
description: Learn here all about Freeze Headers support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Freeze Headers in UWP Pivot Table | Syncfusion®
description: Freeze Headers in Syncfusion® UWP Pivot Table control keeps row and column headers visible during scrolling to improve readability and navigation.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Freeze Headers in UWP Pivot Grid (SfPivotGrid)
# Freeze Headers in UWP Pivot Table

The SfPivotGrid provides built-in support to freeze the column and row headers. This can be achieved by setting the `FreezeHeaders` property of SfPivotGrid to `true`.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Grouping-Bar.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Grouping Bar in UWP Pivot Grid control | Syncfusion
description: Learn here all about Grouping Bar support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Grouping Bar in UWP Pivot Table | Syncfusion®
description: Grouping Bar in Syncfusion® UWP Pivot Table control lets users add, rearrange, filter, sort, and remove fields to customize data display at runtime.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Grouping Bar in UWP Pivot Grid (SfPivotGrid)
# Grouping Bar in UWP Pivot Table

Grouping bar allows you to slice and dice the fields between column, row, value, and filter areas. It allows you to add, rearrange, or remove the fields to show the exact data required in the SfPivotGrid. The following are the different kinds of grouping bar available in the SfPivotGrid.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Hyperlink-Cells.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Hyperlink Cells in UWP Pivot Grid control | Syncfusion
description: Learn here all about Hyperlink Cells support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Hyperlink Cells in UWP Pivot Table | Syncfusion®
description: Hyperlink Cells in Syncfusion® UWP Pivot Table control let users click column, row, value, or summary cells to access detailed information easily.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Hyperlink Cells in UWP Pivot Grid (SfPivotGrid)
# Hyperlink Cells in UWP Pivot Table

The SfPivotGrid allows hyperlinking of cells to retrieve detailed information about a particular cell. Hyperlink can be individually applied to the following cells:

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Localization.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Localization in UWP Pivot Grid control | Syncfusion
description: Learn here all about Localization support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Localization in UWP Pivot Table | Syncfusion®
description: Localization in Syncfusion® UWP Pivot Table control enables resx‑based translation, culture specification, and RTL support for globalized applications.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Localization in UWP Pivot Grid (SfPivotGrid)
# Localization in UWP Pivot Table

Localization is the key feature for providing software solutions targeted at global users. SfPivotGrid allows users to localize the control to a specific locale and supports “resx” based localization.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Theming.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Theming in UWP Pivot Grid control | Syncfusion
description: Learn here all about Theming support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Theming in UWP Pivot Table | Syncfusion®
description: Theming in Syncfusion® UWP Pivot Table control lets you apply built-in visual styles like Metro, Office, and Visual Studio themes for a customized look.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Theming in UWP Pivot Grid (SfPivotGrid)
# Theming in UWP Pivot Table

Theming is the process of applying particular settings to visual elements of a control. Following built-in themes are supported in the SfPivotGrid control.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Common/Tooltip.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Tooltip in UWP Pivot Grid control | Syncfusion
description: Learn here all about Tooltip support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Tooltip in UWP Pivot Table | Syncfusion®
description: Tooltip in Syncfusion® UWP Pivot Table control displays cell information when hovering over header or value cells, improving clarity and usability.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Tooltip in UWP Pivot Grid (SfPivotGrid)
# Tooltip in UWP Pivot Table

The SfPivotGrid additionally displays the cell information within a tooltip when the mouse pointer is moved over header cells or value cells.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/All-Level-Type-Member.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: All-Level Type Member in UWP Pivot Grid control | Syncfusion
description: Learn here all about All-Level Type Member support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: All-Level Type Member in UWP Pivot Table | Syncfusion®
description: All-Level Type Member in Syncfusion® UWP Pivot Table shows an all parent level across rows and columns to manage hierarchy visibility.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# All-Level Type Member in UWP Pivot Grid (SfPivotGrid)
# All-Level Type Member in UWP Pivot Table

This feature enables you to display the “All” level type member across the rows and columns in the SfPivotGrid. This member behaves as parent to other members in its hierarchy by controlling their visibility through an expander.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/Drill-Operation.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Drill Operation in UWP Pivot Grid control | Syncfusion
description: Learn here all about Drill Operation support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Drill Operation in UWP Pivot Table | Syncfusion®
description: Drill Operation in Syncfusion® UWP Pivot Table control lets users drill down for detailed data or drill up for summaries, with multiple drill types supported.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Drill Operation in UWP Pivot Grid (SfPivotGrid)
# Drill Operation in UWP Pivot Table

## Drill down/Drill up

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with UWP Pivot Grid control | Syncfusion
description: This page explains how to set up and configure the Pivot Grid (SfPivotGrid) control in a UWP application.
title: Getting Started with UWP Pivot Table | Syncfusion®
description: Learn how to get started with the Syncfusion® UWP Pivot Table control. Explore setup, features, examples, and customization options.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Getting Started with UWP Pivot Grid (SfPivotGrid)
# Getting Started with UWP Pivot Table

>**Important**
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your UWP application to use the components.
Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/Grid-Layout.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Grid Layout in UWP Pivot Grid control | Syncfusion
description: Learn here all about Grid Layout support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Grid Layout in UWP Pivot Table | Syncfusion®
description: Grid Layout in Syncfusion® UWP Pivot Table control customizes summary cell positions with Normal, Excel-like, Top Summary, or No Summaries layouts.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Grid Layout in UWP Pivot Grid (SfPivotGrid)
# Grid Layout in UWP Pivot Table

The position of summary cells in the SfPivotGrid can be customized with the help of `Layout` property. It can be positioned at the top or bottom of each parent member.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/KPI.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: KPI in UWP Pivot Grid control | Syncfusion
description: Learn here all about KPI support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: KPI in UWP Pivot Table | Syncfusion®
description: KPI in Syncfusion® UWP Pivot Table control displays business metrics like goal, status, trend, and value to evaluate performance using OLAP data.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# KPI in UWP Pivot Grid (SfPivotGrid)
# KPI in UWP Pivot Table

KPI (Key Performance Indicator) is a collection of calculations that are associated with a measure group in a cube and are used to evaluate business success. Typically, these calculations are a combination of multi-dimensional expressions (MDX) or calculated members. KPIs also have additional metadata that provides information about how the applications should display the results of KPIs calculations.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/Member-Properties.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Member Properties in UWP Pivot Grid control | Syncfusion
description: Learn here all about Member Properties support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Member Properties in UWP Pivot Table | Syncfusion®
description: Member Properties in Syncfusion® UWP Pivot Table control display details like name, parent level, and children, enabling richer OLAP data visualization.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Member Properties in UWP Pivot Grid (SfPivotGrid)
# Member Properties in UWP Pivot Table

The SfPivotGrid allows binding of members along with their properties. Member properties cover the basic information about each member in each tuple. This basic information includes the member name, parent level, number of children, and so on. Member properties are available for all members at a given level.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/OLAP/Paging.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Paging in UWP Pivot Grid control | Syncfusion
description: Learn here all about Paging support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Paging in UWP Pivot Table | Syncfusion®
description: Paging in Syncfusion® UWP Pivot Table control enables efficient handling of large OLAP data by splitting CellSets into pages with navigation options.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Paging in UWP Pivot Grid (SfPivotGrid)
# Paging in UWP Pivot Table

The SfPivotGrid supports loading and rendering the large amount of data without any performance constraint. The following code snippet illustrates the paging using the current OLAP report.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About UWP Pivot Grid control | Syncfusion®
description: Learn here all about introduction of Syncfusion® UWP Pivot Grid (SfPivotGrid) control, its elements and more.
title: About Syncfusion UWP Pivot Table Control | Syncfusion®
description: Learn about introduction of Syncfusion® Essential Studio UWP Pivot Table control and exploring its features.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# UWP Pivot Grid (SfPivotGrid) Overview
# About Syncfusion® UWP Pivot Table Control

The SfPivotGrid control is an easily configurable presentation-quality business control that summarizes data from OLAP and relational data sources with rich customization and represents it in a cross-tabulated form. It allows users to create multi-dimensional views for analysis and satisfies business users need.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Relational/Display-Options.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Display Options in UWP Pivot Grid control | Syncfusion
description: Learn here all about Display Options support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Display Options in UWP Pivot Table | Syncfusion®
description: Display Options in Syncfusion® UWP Pivot Table control define how calculation values appear, with choices like All, Summary, Calculations, GrandTotal, or None.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Display Options in UWP Pivot Grid (SfPivotGrid)
# Display Options in UWP Pivot Table

The SfPivotGrid control provides support for PivotComputationInfo to display calculation values in preferred areas of the SfPivotGrid with the help of `DisplayOption` property. The following are the different types of display options available in the SfPivotGrid.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Excel-Like Filtering and Sorting in UWP Pivot Grid control | Syncfusion
description: Learn here all about Excel-Like Filtering and Sorting support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Excel-Like Filtering and Sorting in UWP Pivot Table | Syncfusion®
description: Excel-like Filtering and Sorting in Syncfusion® UWP Pivot Table control lets users sort and filter pivot items interactively with label and value options.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Excel-Like Filtering and Sorting in UWP Pivot Grid (SfPivotGrid)
# Excel-Like Filtering and Sorting in UWP Pivot Table

The SfPivotGrid control supports Excel-like filtering and sorting applied to a pivot item. You can enable or disable the Excel-like sorting and filtering support by setting the `AllowMultiFunctionalSortFilter` property in the SfPivotGrid.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Relational/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Filtering in UWP Pivot Grid control | Syncfusion
description: Learn here all about Filtering support in Syncfusion UWP Pivot Grid (SfPivotGrid) control and more.
title: Filtering in UWP Pivot Table | Syncfusion®
description: Filtering in Syncfusion® UWP Pivot Table control displays subsets of data using FilterExpressions, supporting multiple conditions for refined analysis.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Filtering in UWP Pivot Grid (SfPivotGrid)
# Filtering in UWP Pivot Table

Filtering support displays only a subset of data that meets the specific criteria. You can specify and hide the data that you do not want to display. Filters are automatically reapplied every time when the SfPivotGrid is refreshed or updated until you remove those filters. In SfPivotGrid, filters are additive, which means that each additional filter is based on the current filter and further it reduces the subset of data. You can apply 'n' number of filtering conditions to the SfPivotGrid at a time. To apply filter, an instance of **FilterExpression** has to be created and the data will be filtered based on that specification.

Expand Down
8 changes: 4 additions & 4 deletions grid-sdk/uwp/pivot-table/Relational/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started with UWP Pivot Grid control | Syncfusion
description: This page explains how to set up and configure the Pivot Grid (SfPivotGrid) control in a UWP application.
title: Getting Started with UWP Pivot Table | Syncfusion®
description: Learn how to get started with the Syncfusion® UWP Pivot Table control. Explore setup, features, examples, and customization options.
platform: grid-sdk
control: SfPivotGrid
control: Pivot Table
documentation: ug
---

# Getting Started with UWP Pivot Grid
# Getting Started with UWP Pivot Table

>**Important**
Starting with v16.2.0.x, if you refer to Syncfusion assemblies from trial setup or from the NuGet feed, include a license key in your projects. Refer to this [link](https://help.syncfusion.com/common/essential-studio/licensing/license-key) to learn about registering Syncfusion license key in your UWP application to use the components.
Expand Down
Loading