diff --git a/MenuConfig.xml b/MenuConfig.xml index 4811099275..6e2e2c9c14 100644 --- a/MenuConfig.xml +++ b/MenuConfig.xml @@ -105,7 +105,6 @@ - diff --git a/concepts/05 UI Components/PivotGrid/02 Overview/00 Overview.md b/concepts/05 UI Components/PivotGrid/02 Overview/00 Overview.md new file mode 100644 index 0000000000..8b79551f54 --- /dev/null +++ b/concepts/05 UI Components/PivotGrid/02 Overview/00 Overview.md @@ -0,0 +1,3 @@ +PivotGrid is a UI component that allows you to display and analyze multi-dimensional data. + +In this overview, you can find a map of PivotGrid elements, information about key features, and what to explore next. \ No newline at end of file diff --git a/concepts/05 UI Components/PivotGrid/02 Overview/05 Elements.md b/concepts/05 UI Components/PivotGrid/02 Overview/05 Elements.md new file mode 100644 index 0000000000..ec71fda80e --- /dev/null +++ b/concepts/05 UI Components/PivotGrid/02 Overview/05 Elements.md @@ -0,0 +1,9 @@ +PivotGrid elements + +1. [Field panel: filter fields](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/fieldPanel/#showFilterFields) +2. [Field panel: data fields](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/fieldPanel/#showDataFields) +3. [Field panel: row fields](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/fieldPanel/#showRowFields) +4. [Field panel: column fields](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/fieldPanel/#showColumnFields) +5. [Field chooser](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/fieldChooser/) +6. [Grand Total row](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/#showRowGrandTotals) +7. [Grand Total column](/Documentation/ApiReference/UI_Components/dxPivotGrid/Configuration/#showColumnGrandTotals) \ No newline at end of file diff --git a/concepts/05 UI Components/PivotGrid/02 Overview/10 Key Features.md b/concepts/05 UI Components/PivotGrid/02 Overview/10 Key Features.md new file mode 100644 index 0000000000..f040009f5d --- /dev/null +++ b/concepts/05 UI Components/PivotGrid/02 Overview/10 Key Features.md @@ -0,0 +1,17 @@ +- **Data Binding** +PivotGrid can display data [from various sources](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/): an [in-memory array](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/#Provide_Data/Using_the_Client-Side_Processing/Using_an_ArrayStore), [HTML5 web storage](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/#Provide_Data/Using_the_Client-Side_Processing/Using_a_LocalStore), [OData service](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/#Provide_Data/Using_the_Client-Side_Processing/Using_an_ODataStore), [OLAP server](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/#Provide_Data/Using_an_OLAP), or a [customized data source](/Documentation/Guide/UI_Components/PivotGrid/Data_Binding/#Provide_Data/Using_the_Client-Side_Processing/Using_a_CustomStore). + +- **Summary Calculation Modes** +PivotGrid displays [value summaries](/Documentation/Guide/UI_Components/PivotGrid/Summaries/). Choose between [predefined summaries](/Documentation/Guide/UI_Components/PivotGrid/Summaries/#Predefined_Summaries), [aggregate](/Documentation/Guide/UI_Components/PivotGrid/Summaries/#Custom_Aggregate_Function) values, or a implement a [custom summary](/Documentation/Guide/UI_Components/PivotGrid/Summaries/#Custom_Summaries). + +- **Customizable Layout** +You can enable or disable multiple PivotGrid elements. More details are available in the [Visual Elements](/Documentation/Guide/UI_Components/PivotGrid/Visual_Elements/) article. + +- **Grouping, Sorting, and Filtering** +PivotGrid [groups data](/Documentation/Guide/UI_Components/PivotGrid/Grouping/) for header items and fields. [Sort](/Documentation/Guide/UI_Components/PivotGrid/Sorting/) or [filter](/Documentation/Guide/UI_Components/PivotGrid/Filtering/) fields through the UI or programmatically. + +- **Export to Excel** +[Export PivotGrid data to Excel](/Documentation/Guide/UI_Components/PivotGrid/Export/) in XLSX or CSV format and customize the exported cells. + +- **Chart Integration** +PivotGrid handles large numeric datasets, which can be hard to interpret. For detailed data visualization, [use the Chart component](/Documentation/Guide/UI_Components/PivotGrid/Integration_with_Chart/) that integrates with PivotGrid. \ No newline at end of file diff --git a/concepts/05 UI Components/PivotGrid/02 Overview/15 Explore More.md b/concepts/05 UI Components/PivotGrid/02 Overview/15 Explore More.md new file mode 100644 index 0000000000..40b458ac06 --- /dev/null +++ b/concepts/05 UI Components/PivotGrid/02 Overview/15 Explore More.md @@ -0,0 +1,3 @@ +- [API](/api-reference/10%20UI%20Components/dxPivotGrid '/Documentation/ApiReference/UI_Components/dxPivotGrid/') + +- [Demos](https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/Overview/) \ No newline at end of file diff --git a/images/pivotgrid/pivot-grid-overview.png b/images/pivotgrid/pivot-grid-overview.png new file mode 100644 index 0000000000..0214460733 Binary files /dev/null and b/images/pivotgrid/pivot-grid-overview.png differ