diff --git a/grid-sdk/uwp/tree-grid/Clipboard-Operations.md b/grid-sdk/uwp/tree-grid/Clipboard-Operations.md index dad17c6d3..e615098e4 100644 --- a/grid-sdk/uwp/tree-grid/Clipboard-Operations.md +++ b/grid-sdk/uwp/tree-grid/Clipboard-Operations.md @@ -1,13 +1,13 @@ --- layout: post -title: Clipboard Operations in UWP TreeGrid control | Syncfusion® -description: Learn here all about Clipboard Operations support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Clipboard Operations in UWP TreeGrid | Syncfusion® +description: Learn about Clipboard Operations in the Syncfusion® UWP TreeGrid control. Copy and paste grid data seamlessly with flexible options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Clipboard Operations in UWP TreeGrid (SfTreeGrid) +# Clipboard Operations in UWP TreeGrid SfTreeGrid provides support to the clipboard operations such as cut, copy, and paste the data within control and between other applications such as Notepad and Excel. The clipboard operations of copy and paste are enabled by default. You can copy the selected nodes/cells from tree grid by clicking `Ctrl+C` and can paste the content from [Clipboard](https://msdn.microsoft.com/en-us/library/system.windows.clipboard.aspx) to tree grid by clicking `Ctrl+V`. diff --git a/grid-sdk/uwp/tree-grid/ColumnTypes.md b/grid-sdk/uwp/tree-grid/ColumnTypes.md index 9c85f4ec3..0182ef7f7 100644 --- a/grid-sdk/uwp/tree-grid/ColumnTypes.md +++ b/grid-sdk/uwp/tree-grid/ColumnTypes.md @@ -1,14 +1,14 @@ --- layout: post -title: ColumnTypes in UWP TreeGrid control | Syncfusion® -description: Learn here all about ColumnTypes support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Column Types in UWP TreeGrid | Syncfusion® +description: Use different column types in the Syncfusion® UWP TreeGrid control. Define text, numeric, date, and template columns to display data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# ColumnTypes in UWP TreeGrid (SfTreeGrid) +# Column Types in UWP TreeGrid SfTreeGrid provides support for various built-in column types. Each column has its own properties and renderer to handle different types of data. You can also add or override existing columns and renderers as you need. @@ -619,7 +619,7 @@ Below code, sets the customized style selector to `TreeGridColumn.CellStyleSelec {% tabs %} {% highlight xaml %} - + + {% endhighlight %} {% endtabs %} diff --git a/grid-sdk/uwp/tree-grid/Columns.md b/grid-sdk/uwp/tree-grid/Columns.md index 3a9259e0f..55f79f1ce 100644 --- a/grid-sdk/uwp/tree-grid/Columns.md +++ b/grid-sdk/uwp/tree-grid/Columns.md @@ -1,13 +1,13 @@ --- layout: post -title: Columns in UWP TreeGrid control | Syncfusion® -description: Learn here all about Columns support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Columns in UWP TreeGrid | Syncfusion® +description: Manage columns in the Syncfusion® UWP TreeGrid control. Automatically generate columns from data or manually define them to customize display and binding. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Columns in UWP TreeGrid (SfTreeGrid) +# Columns in UWP TreeGrid SfTreeGrid allows you to add or remove columns using [SfTreeGrid.Columns](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_Columns) property. You can choose the columns to be added from built-in column types or you can create your own column and add to the `SfTreeGrid.Columns`. diff --git a/grid-sdk/uwp/tree-grid/Conditional-Styling.md b/grid-sdk/uwp/tree-grid/Conditional-Styling.md index ce7c80413..c33ac753b 100644 --- a/grid-sdk/uwp/tree-grid/Conditional-Styling.md +++ b/grid-sdk/uwp/tree-grid/Conditional-Styling.md @@ -1,12 +1,12 @@ --- layout: post -title: Conditional Styling in UWP TreeGrid control | Syncfusion® -description: Learn here all about Conditional Styling support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Conditional Styling in UWP TreeGrid | Syncfusion® +description: Apply conditional styling in the Syncfusion® UWP TreeGrid control. Customize row and cell appearance based on data values or conditions. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Conditional Styling in UWP TreeGrid (SfTreeGrid) +# Conditional Styling in UWP TreeGrid You can style the treegrid and its inner elements conditionally based on data in three ways, @@ -61,19 +61,19 @@ Here, grid cell background is changed using converter, where converter return {% tabs %} {% highlight xaml %} xmlns:utils="using:Syncfusion.UI.Xaml.Utils" -; + - + {% endhighlight %} {% highlight c# %} @@ -235,7 +235,7 @@ You can download the sample [here](https://github.com/SyncfusionExamples/how-to- ### Style rows using converter -The record rows ([TreeGridRowControl ](]https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.TreeGridRowControl.html)) can be customized conditionally by changing its property value based on ‘cell value’ or ‘data object’ by using converter, where converter returns the value based on underlying record. +The record rows ([TreeGridRowControl](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.TreeGridRowControl.html)) can be customized conditionally by changing its property value based on ‘cell value’ or ‘data object’ by using converter, where converter returns the value based on underlying record. {% tabs %} {% highlight xaml %} diff --git a/grid-sdk/uwp/tree-grid/Data-Binding.md b/grid-sdk/uwp/tree-grid/Data-Binding.md index 194693c68..d4da85ad2 100644 --- a/grid-sdk/uwp/tree-grid/Data-Binding.md +++ b/grid-sdk/uwp/tree-grid/Data-Binding.md @@ -1,13 +1,13 @@ --- layout: post -title: Data Binding in UWP TreeGrid control | Syncfusion® -description: Learn here all about Data Binding support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Data Binding in UWP TreeGrid | Syncfusion® +description: Bind data to the Syncfusion® UWP TreeGrid control. Supports hierarchical collections and enables displaying structured data seamlessly. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Data Binding in UWP TreeGrid (SfTreeGrid) +# Data Binding in UWP TreeGrid SfTreeGrid is designed to display the self-relational and hierarchical data in tree structure with columns. The data binding can be achieved by assigning the data source to [SfTreeGrid.ItemsSource](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ItemsSource) property directly through self-relational binding or nested collection or retrieving the parent and child nodes items dynamically with [RequestTreeItems](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_RequestTreeItems). If the data source implements [INotifyCollectionChanged](https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=net-7.0&redirectedfrom=MSDN) interface, then SfTreeGrid control will automatically refresh the UI when item is added, removed or while list cleared. When you add, remove item in[ObservableCollection](https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.observablecollection-1?view=net-7.0&redirectedfrom=MSDN)`, SfTreeGrid automatically refresh the UI as `ObservableCollection’ implements `INotifyCollectionChanged`. But when you do the same in [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?view=net-7.0&redirectedfrom=MSDN), SfTreeGrid will not refresh the UI automatically. @@ -483,7 +483,7 @@ This event receives two arguments namely sender that handles SfTreeGrid and  The `GridItemsSourceChangedEventArgs` object contains the following properties: * `OldItemsSource` - Gets the value of old data source -* `NewItemsSource` - Get the value of new data source +* `NewItemsSource` - Gets the value of new data source ## View diff --git a/grid-sdk/uwp/tree-grid/Data-Validation.md b/grid-sdk/uwp/tree-grid/Data-Validation.md index 99666de08..64c0cddb2 100644 --- a/grid-sdk/uwp/tree-grid/Data-Validation.md +++ b/grid-sdk/uwp/tree-grid/Data-Validation.md @@ -1,13 +1,13 @@ --- layout: post -title: Data Validation in UWP TreeGrid control | Syncfusion® -description: Learn here all about Data Validation support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Data Validation in UWP TreeGrid | Syncfusion® +description: Validate data in the Syncfusion® UWP TreeGrid control. Supports built‑in and custom validation rules to ensure accurate input and maintain data integrity. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Data Validation in UWP TreeGrid (SfTreeGrid) +# Data Validation in UWP TreeGrid SfTreeGrid allows you to validate the data and display hints in case of validation is not passed. In case of invalid data, error icon is displayed at the top right corner of [TreeGridCell](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.TreeGridCell.html). When mouse over the error icon, error information will be displayed in tooltip. diff --git a/grid-sdk/uwp/tree-grid/Editing.md b/grid-sdk/uwp/tree-grid/Editing.md index e41eff10d..d1561c7fd 100644 --- a/grid-sdk/uwp/tree-grid/Editing.md +++ b/grid-sdk/uwp/tree-grid/Editing.md @@ -1,7 +1,7 @@ --- layout: post -title: Editing in UWP TreeGrid control | Syncfusion® -description: Learn here all about Editing support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Editing in UWP TreeGrid | Syncfusion® +description: Edit data in the Syncfusion® UWP TreeGrid control. Enter edit mode with keys or taps and control cursor placement using selection behaviors. platform: grid-sdk control: SfTreeGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# Editing in UWP TreeGrid (SfTreeGrid) +# Editing in UWP TreeGrid SfTreeGrid provides support for editing and it can be enabled or disabled by setting [SfTreeGrid.AllowEditing](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowEditing) property. diff --git a/grid-sdk/uwp/tree-grid/Export-To-Excel.md b/grid-sdk/uwp/tree-grid/Export-To-Excel.md index 63fc03c69..d3110f023 100644 --- a/grid-sdk/uwp/tree-grid/Export-To-Excel.md +++ b/grid-sdk/uwp/tree-grid/Export-To-Excel.md @@ -1,13 +1,13 @@ --- layout: post -title: Export To Excel in UWP TreeGrid control | Syncfusion® -description: Learn here all about Export To Excel support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Export to Excel in UWP TreeGrid | Syncfusion® +description: Export data from the Syncfusion® UWP TreeGrid control to Excel. Supports exporting hierarchical data with options for customization. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Export To Excel in UWP TreeGrid (SfTreeGrid) +# Export to Excel in UWP TreeGrid SfTreeGrid provides support to export the data to Excel file. This also provides support to export the headers and stacked headers. This maintains the sorting and filtering process when exporting. diff --git a/grid-sdk/uwp/tree-grid/Export-To-PDF.md b/grid-sdk/uwp/tree-grid/Export-To-PDF.md index c143e2a6d..7549fce42 100644 --- a/grid-sdk/uwp/tree-grid/Export-To-PDF.md +++ b/grid-sdk/uwp/tree-grid/Export-To-PDF.md @@ -1,13 +1,13 @@ --- layout: post -title: Export To PDF in UWP TreeGrid control | Syncfusion® -description: Learn here all about Export To PDF support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Export to PDF in UWP TreeGrid | Syncfusion® +description: Export data from the Syncfusion® UWP TreeGrid control to PDF. Supports exporting hierarchical data with options for customization. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Export To PDF in UWP TreeGrid (SfTreeGrid) +# Export to PDF in UWP TreeGrid SfTreeGrid provides support to export the data to PDF file. This also provides support to export the headers and stacked headers. This maintains the sorting and filtering processes when exporting. diff --git a/grid-sdk/uwp/tree-grid/Filtering.md b/grid-sdk/uwp/tree-grid/Filtering.md index 906ea0b3b..74f997152 100644 --- a/grid-sdk/uwp/tree-grid/Filtering.md +++ b/grid-sdk/uwp/tree-grid/Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Filtering in UWP TreeGrid control | Syncfusion® -description: Learn here all about Filtering support in Syncfusion® Essential UWP TreeGrid (SfTreeGrid) control, its elements, and more. +title: Filtering in UWP TreeGrid | Syncfusion® +description: Filter data in the Syncfusion® UWP TreeGrid control. Supports built‑in filter options and customization to refine and display hierarchical data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Filtering in UWP TreeGrid (SfTreeGrid) +# Filtering in UWP TreeGrid ## Overview @@ -16,7 +16,7 @@ SfTreeGrid provides support for programmatic filtering. It can be achieved by se {% tabs %} {% highlight c# %} -public bool FilerNodes(object o) +public bool FilterNodes(object o) { var data = o as Employee; @@ -27,7 +27,7 @@ public bool FilerNodes(object o) private void Button_Click(object sender, RoutedEventArgs e) { - treeGrid.View.Filter = FilerNodes; + treeGrid.View.Filter = FilterNodes; treeGrid.View.RefreshFilter(); } diff --git a/grid-sdk/uwp/tree-grid/Getting-Started.md b/grid-sdk/uwp/tree-grid/Getting-Started.md index 14dcc9ffb..9763d51bd 100644 --- a/grid-sdk/uwp/tree-grid/Getting-Started.md +++ b/grid-sdk/uwp/tree-grid/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with UWP TreeGrid control | Syncfusion® -description: Learn here about getting started with Syncfusion® UWP TreeGrid (SfTreeGrid) control, its elements and more. +title: Getting Started with UWP TreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion® UWP TreeGrid control. Explore setup, features, examples, and customization options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Getting Started with UWP TreeGrid (SfTreeGrid) +# Getting Started with UWP TreeGrid The SfTreeGrid is a data oriented control that displays the self-relational and hierarchical data in tree structure with columns. The data can be loaded on-demand also. diff --git a/grid-sdk/uwp/tree-grid/Helpers.md b/grid-sdk/uwp/tree-grid/Helpers.md index 9bcc12a13..a259035a5 100644 --- a/grid-sdk/uwp/tree-grid/Helpers.md +++ b/grid-sdk/uwp/tree-grid/Helpers.md @@ -1,13 +1,13 @@ --- layout: post -title: Helpers in UWP TreeGrid control | Syncfusion® -description: Learn here all about Helpers support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Helpers in UWP TreeGrid | Syncfusion® +description: Learn about helpers in the Syncfusion® UWP TreeGrid control. Use index resolver to get node indexes and manage disposal. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Helpers in UWP TreeGrid (SfTreeGrid) +# Helpers in UWP TreeGrid ## IndexResolver diff --git a/grid-sdk/uwp/tree-grid/Interactive-Features.md b/grid-sdk/uwp/tree-grid/Interactive-Features.md index 722e8575a..11c271ab6 100644 --- a/grid-sdk/uwp/tree-grid/Interactive-Features.md +++ b/grid-sdk/uwp/tree-grid/Interactive-Features.md @@ -1,13 +1,13 @@ --- layout: post -title: Interactive feature | TreeGrid | UWP | Syncfusion® -description: This section explains about the Interactive Features in SfTreeGrid. +title: Interactive Features in UWP TreeGrid | Syncfusion® +description: Add interactive features in the Syncfusion® UWP TreeGrid control. Supports context menus for nodes, rows, headers, and expanders with customization options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Interactive Features +# Interactive Features in UWP TreeGrid ## Context menu diff --git a/grid-sdk/uwp/tree-grid/Localization.md b/grid-sdk/uwp/tree-grid/Localization.md index 95f5cad81..52e391bf8 100644 --- a/grid-sdk/uwp/tree-grid/Localization.md +++ b/grid-sdk/uwp/tree-grid/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in UWP TreeGrid control | Syncfusion® -description: Learn here all about Localization support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Localization in UWP TreeGrid | Syncfusion® +description: Localize the Syncfusion® UWP TreeGrid control. Supports changing culture, language, and text resources to deliver region‑specific user experiences. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Localization in UWP TreeGrid (SfTreeGrid) +# Localization in UWP TreeGrid Localization is the process of translating the application resources into different language for the specific cultures. You can localize the treegrid by adding resource file. Application culture can be changed by setting [CurrentUICulture](https://msdn.microsoft.com/en-us/library/system.globalization.cultureinfo.currentuiculture.aspx) before InitializeComponent method. diff --git a/grid-sdk/uwp/tree-grid/MVVM.md b/grid-sdk/uwp/tree-grid/MVVM.md index 6555549b9..369cbb579 100644 --- a/grid-sdk/uwp/tree-grid/MVVM.md +++ b/grid-sdk/uwp/tree-grid/MVVM.md @@ -1,13 +1,13 @@ --- layout: post -title: MVVM in UWP TreeGrid control | Syncfusion® -description: Learn here all about MVVM support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: MVVM in UWP TreeGrid | Syncfusion® +description: Apply the MVVM pattern in the Syncfusion® UWP TreeGrid control with support for data binding, commands, and structured application development. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# MVVM in UWP TreeGrid (SfTreeGrid) +# MVVM in UWP TreeGrid This section explains various MVVM requirements using SfTreeGrid. @@ -165,14 +165,13 @@ Refer to the following code example in which the treegrid column is populated { this.Employees = GetEmployeesDetails(); rowDataCommand = new RelayCommand(ChangeCanExecute); -this.sfGridColumns = new TreeGridColumns(); + this.sfGridColumns = new TreeGridColumns(); sfGridColumns.Add(new TreeGridTextColumn() { MappingName = "FirstName" }); sfGridColumns.Add(new TreeGridTextColumn() { MappingName = "LastName" }); sfGridColumns.Add(new TreeGridTextColumn() { MappingName = "Id" }); - sfGridColumns.Add(new TreeGridTextColumn() { MappingName = "DOB" }); } - - + sfGridColumns.Add(new TreeGridTextColumn() { MappingName = "DOB" }); } + #endregion } {% endhighlight %} diff --git a/grid-sdk/uwp/tree-grid/Node-CheckBox.md b/grid-sdk/uwp/tree-grid/Node-CheckBox.md index 8b68f2e27..427a5340b 100644 --- a/grid-sdk/uwp/tree-grid/Node-CheckBox.md +++ b/grid-sdk/uwp/tree-grid/Node-CheckBox.md @@ -1,12 +1,12 @@ --- layout: post -title: Node CheckBox in UWP TreeGrid control | Syncfusion® -description: Learn here all about Node CheckBox support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Node CheckBox in UWP TreeGrid | Syncfusion® +description: Add checkboxes to nodes in the Syncfusion® UWP TreeGrid control. Supports selecting, toggling, and customizing node check states for hierarchical data. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Node CheckBox in UWP TreeGrid (SfTreeGrid) +# Node CheckBox in UWP TreeGrid SfTreeGrid provides support for loading `CheckBox` in the expander cell of each node, which allows the user to check/uncheck the corresponding node. You can display check box in each node by setting [SfTreeGrid.ShowCheckBox](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ShowCheckBox) property as `true`. It also provides support to process the selection in the context of state of the checkbox based on [SfTreeGrid.CheckBoxSelectionMode](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_CheckBoxSelectionMode) property. diff --git a/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md b/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md index 1b46b37a8..1c4339f76 100644 --- a/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md +++ b/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md @@ -1,7 +1,7 @@ --- layout: post -title: Row Drag and Drop in UWP TreeGrid Control | Syncfusion® -description: Learn here all about row drag and drop support in Syncfusion® Essential® UWP TreeGrid control, it's elements and more. +title: Row Drag and Drop in UWP TreeGrid | Syncfusion® +description: Drag and drop rows in the Syncfusion® UWP TreeGrid control to reorder, move between nodes, and customize drag‑drop behavior. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/uwp/tree-grid/Rows.md b/grid-sdk/uwp/tree-grid/Rows.md index 097e1a650..19b4d1660 100644 --- a/grid-sdk/uwp/tree-grid/Rows.md +++ b/grid-sdk/uwp/tree-grid/Rows.md @@ -1,18 +1,16 @@ --- layout: post -title: Rows in UWP TreeGrid control | Syncfusion® -description: Learn here all about Rows support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Rows in UWP TreeGrid | Syncfusion® +description: Configure rows in Syncfusion® UWP TreeGrid with row indicators, index row headers, hidden headers, and custom header styles. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Rows in UWP TreeGrid (SfTreeGrid) +# Rows in UWP TreeGrid This section explains about various row types in treegrid and its customizations. -# Rows in UWP TreeGrid (SfTreeGrid) - RowHeader is a special column used to indicate the status of row (current row, editing status, errors in row, etc.) which is placed as first cell of each row. You can show or hide the row header by setting [SfTreeGrid.ShowRowHeader](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_ShowRowHeader) property. {% tabs %} @@ -131,6 +129,7 @@ You can hide the header row by setting [SfTreeGrid.HeaderRowHeight ](https://h ChildPropertyName="Children" ColumnSizer="Star" ItemsSource="{Binding PersonDetails}"> + {% endhighlight %} {% endtabs %} @@ -267,6 +266,7 @@ You can change the header cell background and foreground for specific column or ChildPropertyName="Children" ColumnSizer="Star" ItemsSource="{Binding PersonDetails}"> + {% endhighlight %} {% endtabs %} diff --git a/grid-sdk/uwp/tree-grid/Selection.md b/grid-sdk/uwp/tree-grid/Selection.md index 891e8d8cb..c441948c1 100644 --- a/grid-sdk/uwp/tree-grid/Selection.md +++ b/grid-sdk/uwp/tree-grid/Selection.md @@ -1,13 +1,13 @@ --- layout: post -title: Selection in UWP TreeGrid control | Syncfusion® -description: Learn here all about Selection support in Syncfusion® UWP TreeGrid (SfTreeGrid) control, its elements, features, and more. +title: Selection in UWP TreeGrid | Syncfusion® +description: Enable row and cell selection in the Syncfusion® UWP TreeGrid control with support for single, multiple, and extended selection modes. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Selection in UWP TreeGrid (SfTreeGrid) +# Selection in UWP TreeGrid SfTreeGrid allows you select one or more rows. @@ -237,7 +237,7 @@ this.treeGrid.ScrollInView(new RowColumnIndex(rowIndex, columnIndex)); ### Scroll to selected item -You can scroll programmatically to the `SelectedItem` sing the `ScrollInView` method by resolving the index of the item selected. +You can scroll programmatically to the `SelectedItem` using the `ScrollInView` method by resolving the index of the item selected. {% tabs %} {% highlight c# %} diff --git a/grid-sdk/uwp/tree-grid/Sorting.md b/grid-sdk/uwp/tree-grid/Sorting.md index 329dcea66..33f06e268 100644 --- a/grid-sdk/uwp/tree-grid/Sorting.md +++ b/grid-sdk/uwp/tree-grid/Sorting.md @@ -1,14 +1,14 @@ --- layout: post -title: Sorting in UWP TreeGrid control | Syncfusion® -description: Learn here all about Sorting support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: Sorting in UWP TreeGrid | Syncfusion® +description: Sort data in the Syncfusion® UWP TreeGrid control with support for single and multi‑column sorting, custom comparers, and interactive sort icons. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Sorting in UWP TreeGrid (SfTreeGrid) +# Sorting in UWP TreeGrid SfTreeGrid allows you to sort the data against one or more columns either in ascending or descending order. When sorting is applied, the rows are rearranged based on sort criteria. You can allow users to sort the data by touching or clicking the column header using [SfTreeGrid.AllowSorting](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowSorting) property to `true`. diff --git a/grid-sdk/uwp/tree-grid/ToolTip.md b/grid-sdk/uwp/tree-grid/ToolTip.md index 08c29caab..a50633d0f 100644 --- a/grid-sdk/uwp/tree-grid/ToolTip.md +++ b/grid-sdk/uwp/tree-grid/ToolTip.md @@ -1,12 +1,13 @@ --- layout: post -title: ToolTip in UWP TreeGrid control | Syncfusion® -description: Learn here all about ToolTip support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more. +title: ToolTip in UWP TreeGrid | Syncfusion® +description: Add ToolTip support in Syncfusion® UWP TreeGrid. Show helpful information on hover cells and customize tooltip content and style. platform: grid-sdk control: SfTreeGrid documentation: ug --- +# ToolTip in UWP TreeGrid ## Tooltip diff --git a/grid-sdk/winui/tree-grid/Clipboard-Operations.md b/grid-sdk/winui/tree-grid/Clipboard-Operations.md index d69726078..77cdcea9f 100644 --- a/grid-sdk/winui/tree-grid/Clipboard-Operations.md +++ b/grid-sdk/winui/tree-grid/Clipboard-Operations.md @@ -1,7 +1,7 @@ --- layout: post -title: Clipboard Operations in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Clipboard Operations support in Syncfusion® WinUI TreeGrid(sfTreeGrid) control and more. +title: Clipboard Operations in WinUI TreeGrid | Syncfusion® +description: Learn about Clipboard Operations in the Syncfusion® WinUI TreeGrid control. Copy and paste grid data seamlessly with flexible options. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Column-Sizing.md b/grid-sdk/winui/tree-grid/Column-Sizing.md index aaa748cd9..ca1874bec 100644 --- a/grid-sdk/winui/tree-grid/Column-Sizing.md +++ b/grid-sdk/winui/tree-grid/Column-Sizing.md @@ -1,7 +1,7 @@ --- layout: post -title: Column Sizing in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Column Sizing support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Column Sizing in WinUI TreeGrid | Syncfusion® +description: Learn about Column Sizing in the Syncfusion® WinUI TreeGrid control. Adjust column widths automatically or manually for better layout. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/ColumnTypes.md b/grid-sdk/winui/tree-grid/ColumnTypes.md index 8d6272482..003c3a145 100644 --- a/grid-sdk/winui/tree-grid/ColumnTypes.md +++ b/grid-sdk/winui/tree-grid/ColumnTypes.md @@ -1,7 +1,7 @@ --- layout: post -title: Column Types in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Column Types support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Column Types in WinUI TreeGrid | Syncfusion® +description: Learn about Column Types in the Syncfusion® WinUI TreeGrid control. Use different column types to display data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Columns.md b/grid-sdk/winui/tree-grid/Columns.md index 5c4fb4049..14d7f1e9a 100644 --- a/grid-sdk/winui/tree-grid/Columns.md +++ b/grid-sdk/winui/tree-grid/Columns.md @@ -1,7 +1,7 @@ --- layout: post -title: Columns in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Columns support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with automatic generating support and more. +title: Columns in WinUI TreeGrid | Syncfusion® +description: Learn about Columns in the Syncfusion® WinUI TreeGrid control. Automatically generate and customize columns to display data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug @@ -32,7 +32,7 @@ Use to display the string data. -{{'[TreeGriNumericColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.html)'| markdownify }} +{{'[TreeGridNumericColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridNumericColumn.html)'| markdownify }} Use to display the numeric data. @@ -40,7 +40,7 @@ Use to display the numeric data. -{{'[TreeGriDateColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridDateColumn.html)'| markdownify }} +{{'[TreeGridDateColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridDateColumn.html)'| markdownify }} Use to display the date value @@ -51,7 +51,7 @@ Use to display the date value {{'[TreeGridTimeColumn](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridTimeColumn.html)'| markdownify }} -Use to display the DateTimeOffSet type data as time value. +Use to display the DateTimeOffset type data as time value. diff --git a/grid-sdk/winui/tree-grid/Conditional-Styling.md b/grid-sdk/winui/tree-grid/Conditional-Styling.md index 2ee670a3d..902fe35f7 100644 --- a/grid-sdk/winui/tree-grid/Conditional-Styling.md +++ b/grid-sdk/winui/tree-grid/Conditional-Styling.md @@ -1,15 +1,15 @@ --- layout: post -title: Conditional Styling | TreeGrid | WinUI | Syncfusion® -description: Learn here all about conditional styling support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Conditional Styling in WinUI TreeGrid | Syncfusion® +description: Learn about conditional styling in the Syncfusion® WinUI TreeGrid control. Apply styles dynamically based on data values or conditions. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Conditional styling in WinUI TreeGrid +# Conditional Styling in WinUI TreeGrid -You can style the treegrid and its inner elements conditionally based on data Using StyleSelector. +You can style the treegrid and its inner elements conditionally based on data using StyleSelector. ## Cells @@ -62,7 +62,7 @@ public class SelectorClass : StyleSelector ### Add image to cell -You can add the image to tree gird cell by using TreeGridTemplateColumn, +You can add the image to tree grid cell by using TreeGridTemplateColumn, {% tabs %} {% highlight xaml %} diff --git a/grid-sdk/winui/tree-grid/ContextFlyout.md b/grid-sdk/winui/tree-grid/ContextFlyout.md index 8e9d0217f..bfdc0780f 100644 --- a/grid-sdk/winui/tree-grid/ContextFlyout.md +++ b/grid-sdk/winui/tree-grid/ContextFlyout.md @@ -1,7 +1,7 @@ --- layout: post -title: Context Flyout in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Context Flyout support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Context Flyout in WinUI TreeGrid | Syncfusion® +description: Learn about Context Flyout in the Syncfusion® WinUI TreeGrid control. Provide quick actions with right‑click menus for better usability. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Data-Binding.md b/grid-sdk/winui/tree-grid/Data-Binding.md index 6a0df5901..5010b8178 100644 --- a/grid-sdk/winui/tree-grid/Data-Binding.md +++ b/grid-sdk/winui/tree-grid/Data-Binding.md @@ -1,7 +1,7 @@ --- layout: post -title: Data Binding in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Data Binding support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Data Binding in WinUI TreeGrid | Syncfusion® +description: Learn about Data Binding in the Syncfusion® WinUI TreeGrid control. Connect and display hierarchical data with flexible binding options. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Data-Validation.md b/grid-sdk/winui/tree-grid/Data-Validation.md index 7597d041c..4c2e31913 100644 --- a/grid-sdk/winui/tree-grid/Data-Validation.md +++ b/grid-sdk/winui/tree-grid/Data-Validation.md @@ -1,7 +1,7 @@ --- layout: post -title: Data Validation in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Data Validation support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Data Validation in WinUI TreeGrid | Syncfusion® +description: Learn about Data Validation in the Syncfusion® WinUI TreeGrid control. Validate user input and ensure data integrity with flexible rules. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Editing.md b/grid-sdk/winui/tree-grid/Editing.md index d2c7679ba..3ea0875c7 100644 --- a/grid-sdk/winui/tree-grid/Editing.md +++ b/grid-sdk/winui/tree-grid/Editing.md @@ -1,7 +1,7 @@ --- layout: post -title: Editing in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Editing feature of Syncfusion® WinUI TreeGrid(SfTreeGrid) control with cursor placement support and more. +title: Editing in WinUI TreeGrid | Syncfusion® +description: Learn about Editing in the Syncfusion® WinUI TreeGrid control. Edit cell values with cursor placement, validation, and flexible editing modes. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Export-To-Excel.md b/grid-sdk/winui/tree-grid/Export-To-Excel.md index dd28b7c5b..abccefa07 100644 --- a/grid-sdk/winui/tree-grid/Export-To-Excel.md +++ b/grid-sdk/winui/tree-grid/Export-To-Excel.md @@ -1,13 +1,13 @@ --- layout: post -title: Export To Excel in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Export To Excel support in Syncfusion® WinUI TreeGrid (SfTreeGrid) control and more. +title: Export To Excel in WinUI TreeGrid | Syncfusion® +description: Learn about Export To Excel in the Syncfusion® WinUI TreeGrid control. Export grid data to Excel with customization options. platform: grid-sdk control: TreeGrid documentation: ug --- -# Export To Excel in WinUI TreeGrid (SfTreeGrid) +# Export To Excel in WinUI TreeGrid The [WinUI TreeGrid](https://help.syncfusion.com/winui/treegrid/overview) supports exporting data to excel. Export merged cells and stacked headers while exporting. diff --git a/grid-sdk/winui/tree-grid/Filtering.md b/grid-sdk/winui/tree-grid/Filtering.md index e32f00ec1..1b5eba629 100644 --- a/grid-sdk/winui/tree-grid/Filtering.md +++ b/grid-sdk/winui/tree-grid/Filtering.md @@ -1,7 +1,7 @@ --- layout: post -title: Filtering in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Filtering support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with programmatic support and more. +title: Filtering in WinUI TreeGrid | Syncfusion® +description: Learn about Filtering in the Syncfusion® WinUI TreeGrid control. Apply filters programmatically or interactively to refine displayed data. platform: grid-sdk control: SfTreeGrid documentation: ug @@ -58,7 +58,7 @@ View filtering can be achieved by setting the [SfTreeGrid.View.Filter](https://h {% tabs %} {% highlight c# %} -public bool FilerNodes(object o) +public bool FilterNodes(object o) { var data = o as Employee; @@ -71,7 +71,7 @@ private void Button_Click(object sender, RoutedEventArgs e) { if (treeGrid != null && treeGrid.View != null) { - treeGrid.View.Filter = FilerNodes; + treeGrid.View.Filter = FilterNodes; treeGrid.View.RefreshFilter(); } } diff --git a/grid-sdk/winui/tree-grid/Getting-Started.md b/grid-sdk/winui/tree-grid/Getting-Started.md index c1d344742..cdc4a9370 100644 --- a/grid-sdk/winui/tree-grid/Getting-Started.md +++ b/grid-sdk/winui/tree-grid/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with WinUI TreeGrid control | Syncfusion® -description: Learn here all about getting started with Syncfusion® WinUI TreeGrid control, its elements, and more. +title: Getting Started with WinUI TreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion WinUI TreeGrid control. Explore setup, features, examples, and customization options. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/GridLines.md b/grid-sdk/winui/tree-grid/GridLines.md index 5ddab0933..5649617b6 100644 --- a/grid-sdk/winui/tree-grid/GridLines.md +++ b/grid-sdk/winui/tree-grid/GridLines.md @@ -1,7 +1,7 @@ --- layout: post -title: Grid Lines Customization in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Grid Lines Customization support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Grid Lines Customization in WinUI TreeGrid | Syncfusion® +description: Customize grid lines in the Syncfusion® WinUI TreeGrid control. Adjust line styles, visibility, and appearance to enhance data presentation. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Helpers.md b/grid-sdk/winui/tree-grid/Helpers.md index 8ec17c994..84f1e9d7b 100644 --- a/grid-sdk/winui/tree-grid/Helpers.md +++ b/grid-sdk/winui/tree-grid/Helpers.md @@ -1,13 +1,13 @@ --- layout: post -title: Helpers | TreeGrid | WinUI | Syncfusion® -description: This section describes about the index resolver class for getting the row/column/node indexes and Dispose method of TreeGrid. +title: Helpers in WinUI TreeGrid | Syncfusion® +description: Learn about helpers in the Syncfusion® WinUI TreeGrid control. Use index resolver to get node indexes and manage disposal. platform: grid-sdk control: TreeGrid documentation: ug --- -# Helpers in WinUI TreeGrid (SfTreeGrid) +# Helpers in WinUI TreeGrid ## IndexResolver diff --git a/grid-sdk/winui/tree-grid/Load-On-Demand.md b/grid-sdk/winui/tree-grid/Load-On-Demand.md index 442a83c6a..d6abcfcac 100644 --- a/grid-sdk/winui/tree-grid/Load-On-Demand.md +++ b/grid-sdk/winui/tree-grid/Load-On-Demand.md @@ -1,7 +1,7 @@ --- layout: post -title: Load On Demand in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Load On Demand support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Load On Demand in WinUI TreeGrid | Syncfusion® +description: Enable Load On Demand in the Syncfusion® WinUI TreeGrid control. Expand nodes dynamically and fetch data only when required for efficiency. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/MVVM.md b/grid-sdk/winui/tree-grid/MVVM.md index ea71071ad..66d441d81 100644 --- a/grid-sdk/winui/tree-grid/MVVM.md +++ b/grid-sdk/winui/tree-grid/MVVM.md @@ -1,13 +1,13 @@ --- layout: post -title: MVVM | TreeGrid | WinUI | Syncfusion® -description: Learn here all about MVVM support to cutomize the Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: MVVM in WinUI TreeGrid | Syncfusion® +description: Implement MVVM in the Syncfusion® WinUI TreeGrid control. Customize behavior, bind data, and manage logic with a clean separation of concerns. platform: grid-sdk control: TreeGrid documentation: ug --- -# MVVM in WinUI TreeGrid (SfTreeGrid) +# MVVM in WinUI SfTreeGrid This section explains various MVVM requirements using SfTreeGrid. diff --git a/grid-sdk/winui/tree-grid/Merge-Cells.md b/grid-sdk/winui/tree-grid/Merge-Cells.md index 181c37cea..de84b9677 100644 --- a/grid-sdk/winui/tree-grid/Merge-Cells.md +++ b/grid-sdk/winui/tree-grid/Merge-Cells.md @@ -1,7 +1,7 @@ --- layout: post -title: Merge Cells in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Merge Cells support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with column wise changing support and more. +title: Merge Cells in WinUI TreeGrid | Syncfusion® +description: Merge cells in the Syncfusion® WinUI TreeGrid control. Combine adjacent cells column‑wise for better readability. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Node-CheckBox.md b/grid-sdk/winui/tree-grid/Node-CheckBox.md index e32d7dde7..036a0c774 100644 --- a/grid-sdk/winui/tree-grid/Node-CheckBox.md +++ b/grid-sdk/winui/tree-grid/Node-CheckBox.md @@ -1,7 +1,7 @@ --- layout: post -title: Node CheckBox in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Node CheckBox support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control and more. +title: Node CheckBox in WinUI TreeGrid | Syncfusion® +description: Add Node CheckBox support in the Syncfusion® WinUI TreeGrid control. Enable checkboxes for nodes to manage selection and hierarchy easily. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Overview.md b/grid-sdk/winui/tree-grid/Overview.md index 23c34c3a0..565fd77f4 100644 --- a/grid-sdk/winui/tree-grid/Overview.md +++ b/grid-sdk/winui/tree-grid/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About WinUI TreeGrid control | Syncfusion® -description: Learn here all about introduction of Syncfusion® WinUI TreeGrid(SfTreeGrid) control with key features and more. +title: About Syncfusion WinUI TreeGrid Control | Syncfusion® +description: Learn about introduction of the Syncfusion® Essential Studio WinUI TreeGrid control and more details. platform: grid-sdk control: TreeGrid documentation: ug --- -# WinUI TreeGrid Overview +# About Syncfusion WinUI TreeGrid Control The Syncfusion® [WinUI TreeGrid](https://www.syncfusion.com/winui-controls/treegrid) is a data-oriented control that displays self-relational data in a tree-structure user interface like a multicolumn tree view. The data can be loaded on demand. The control's rich feature set includes editing with different column types, selection, and node selection with check boxes, sorting, and filtering. diff --git a/grid-sdk/winui/tree-grid/Row-Drag-and-Drop.md b/grid-sdk/winui/tree-grid/Row-Drag-and-Drop.md index 22d9c98bc..8b9749706 100644 --- a/grid-sdk/winui/tree-grid/Row-Drag-and-Drop.md +++ b/grid-sdk/winui/tree-grid/Row-Drag-and-Drop.md @@ -1,13 +1,13 @@ --- layout: post -title: Row drag and drop in WinUI TreeGrid control | Syncfusion® -description: Learn here all about row drag and drop support in Syncfusion® WinUI TreeGrid (SfTreeGrid) control and more. +title: Row Drag and Drop in WinUI TreeGrid | Syncfusion® +description: Enable row drag and drop in the Syncfusion® WinUI TreeGrid control. Rearrange rows interactively and customize drop behavior for flexibility. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Row drag and drop in WinUI TreeGrid (SfTreeGrid) +# Row Drag and Drop in WinUI TreeGrid `SfTreeGrid` allows you to drag and drop the rows by setting the [AllowRowDragDrop](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Grids.SfGridBase.html#Syncfusion_UI_Xaml_Grids_SfGridBase_AllowRowDragDrop) and [AllowDrop](https://docs.microsoft.com/en-us/dotnet/api/system.windows.uielement.allowdrop) properties to true. You can also drag and drop the rows between treegrid and other controls such as [ListView](https://docs.microsoft.com/en-us/windows/apps/design/controls/listview-and-gridview), [DataGrid](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.DataGrid.SfDataGrid.html) and [SfTreeView](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeView.SfTreeView.html). @@ -31,7 +31,7 @@ sfTreeGrid.AllowDrop = true; While dropping, the dragging nodes can be added above or below or as a child node based on their [DropPosition](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridRowDropPosition.html). For example, if you drop a node at the bottom of the target node, it will be added below the target node. If you drop over the target node, it will be added as a child of that target node. -Drap and Drop the Row in WinUI TreeGrid +Drag and Drop the Row in WinUI TreeGrid N> Drag indicators will not be shown when [DropPosition](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridRowDropPosition.html) is set to [AsChild](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridRowDropPosition.html#Syncfusion_UI_Xaml_TreeGrid_TreeGridRowDropPosition_AsChild). diff --git a/grid-sdk/winui/tree-grid/Rows.md b/grid-sdk/winui/tree-grid/Rows.md index 965f57589..d23a4b6e3 100644 --- a/grid-sdk/winui/tree-grid/Rows.md +++ b/grid-sdk/winui/tree-grid/Rows.md @@ -1,7 +1,7 @@ --- layout: post -title: Rows in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Rows support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with header width support and more. +title: Rows in WinUI TreeGrid | Syncfusion® +description: Manage rows in the Syncfusion® WinUI TreeGrid control. Customize row appearance to improve layout and readability. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Selection.md b/grid-sdk/winui/tree-grid/Selection.md index 4150b4eac..7961d6589 100644 --- a/grid-sdk/winui/tree-grid/Selection.md +++ b/grid-sdk/winui/tree-grid/Selection.md @@ -1,7 +1,7 @@ --- layout: post -title: Selection in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Selection support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with cell navigation and more. +title: Selection in WinUI TreeGrid | Syncfusion® +description: Manage selection in the Syncfusion® WinUI TreeGrid control. Enable row and cell selection with navigation options for flexible interaction. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/Sorting.md b/grid-sdk/winui/tree-grid/Sorting.md index 6381e1dc6..66256217a 100644 --- a/grid-sdk/winui/tree-grid/Sorting.md +++ b/grid-sdk/winui/tree-grid/Sorting.md @@ -1,7 +1,7 @@ --- layout: post -title: Sorting in WinUI TreeGrid control | Syncfusion® -description: Learn here all about Sorting support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with sort column, order support and more. +title: Sorting in WinUI TreeGrid | Syncfusion® +description: Perform sorting in the Syncfusion® WinUI TreeGrid control. Sort columns in ascending or descending order and customize sorting behavior easily. platform: grid-sdk control: TreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/ToolTip.md b/grid-sdk/winui/tree-grid/ToolTip.md index 5672e8870..fc618fd57 100644 --- a/grid-sdk/winui/tree-grid/ToolTip.md +++ b/grid-sdk/winui/tree-grid/ToolTip.md @@ -1,7 +1,7 @@ --- layout: post -title: ToolTip in WinUI TreeGrid control | Syncfusion® -description: Learn here all about ToolTip support in Syncfusion® WinUI TreeGrid(SfTreeGrid) control with customization support and more. +title: ToolTip in WinUI TreeGrid | Syncfusion® +description: Add ToolTip support in Syncfusion® WinUI TreeGrid. Show helpful information on hover cells and customize tooltip content and style. platform: grid-sdk control: SfTreeGrid documentation: ug diff --git a/grid-sdk/winui/tree-grid/UI-Customization.md b/grid-sdk/winui/tree-grid/UI-Customization.md index 16cb39f0a..4c353a88f 100644 --- a/grid-sdk/winui/tree-grid/UI-Customization.md +++ b/grid-sdk/winui/tree-grid/UI-Customization.md @@ -1,13 +1,13 @@ --- layout: post -title: UI Customization in WinUI TreeGrid control | Syncfusion®. -description: Learn about UI Customization in Syncfusion® WinUI TreeGrid (SfTreeGrid) control and more details.| Syncfusion® | SfTreeGrid +title: UI Customization in WinUI TreeGrid | Syncfusion® +description: Customize the UI in the Syncfusion® WinUI TreeGrid control by styling the column header to create a clean and user‑friendly layout. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# UI Customization in WinUI TreeGrid (SfTreeGrid) +# UI Customization in WinUI TreeGrid ## Styling Column Header diff --git a/grid-sdk/wpf/pivot-table/Asynchronous-Data-Loading.md b/grid-sdk/wpf/pivot-table/Asynchronous-Data-Loading.md index 3b9f7d688..e5c085a3f 100644 --- a/grid-sdk/wpf/pivot-table/Asynchronous-Data-Loading.md +++ b/grid-sdk/wpf/pivot-table/Asynchronous-Data-Loading.md @@ -1,13 +1,13 @@ --- layout: post -title: Asynchronous Data Loading in WPF Pivot Grid control | Syncfusion® -description: Learn about Asynchronous Data Loading support in Syncfusion® WPF Pivot Grid control, its elements and more. +title: Asynchronous Data Loading in WPF Pivot Table | Syncfusion® +description: Load large data sets asynchronously in the Syncfusion® WPF Pivot Table control to improve performance and provide a responsive user experience. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Asynchronous Data Loading in WPF Pivot Grid +# Asynchronous Data Loading in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) control supports loading data in a unique UI thread. That is, it can perform long running operations asynchronously on a background thread. It also loads asynchronously for every layout change operation, such as filtering, sorting, drag and drop, manipulating the field list, or changing the pivot schema designer. This can be achieved by setting the `LoadInBackground` property of the pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Binding-PivotSchemaDesigner-to-PivotGrid.md b/grid-sdk/wpf/pivot-table/Binding-PivotSchemaDesigner-to-PivotGrid.md index d4d4f8e3e..2e9203c17 100644 --- a/grid-sdk/wpf/pivot-table/Binding-PivotSchemaDesigner-to-PivotGrid.md +++ b/grid-sdk/wpf/pivot-table/Binding-PivotSchemaDesigner-to-PivotGrid.md @@ -1,13 +1,13 @@ --- layout: post -title: Binding PivotSchemaDesigner in WPF Pivot Grid control | Syncfusion® -description: Learn about Binding PivotSchemaDesigner support in Syncfusion® WPF Pivot Grid control, its elements and more. +title: Binding PivotSchemaDesigner in WPF Pivot Table | Syncfusion® +description: Bind the PivotSchemaDesigner to the Syncfusion® WPF Pivot Table control to configure fields, measures, and hierarchies interactively for pivot analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Binding PivotSchemaDesigner in WPF Pivot Grid +# Binding PivotSchemaDesigner in WPF Pivot Table The pivot schema designer can be bound to the pivot grid with the help of the `PivotControl` property. After creating a pivot grid, a new pivot schema designer is created using the `PivotSchemaDesigner` class and bound to the pivot grid control using the `PivotControl` property. This can be achieved either in XAML or code-behind. diff --git a/grid-sdk/wpf/pivot-table/Column-Filtering.md b/grid-sdk/wpf/pivot-table/Column-Filtering.md index 7a2d384b0..1a05b668e 100644 --- a/grid-sdk/wpf/pivot-table/Column-Filtering.md +++ b/grid-sdk/wpf/pivot-table/Column-Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Filtering in WPF Pivot Grid control | Syncfusion® -description: Learn about Filtering support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Column Filtering in WPF Pivot Table | Syncfusion® +description: Apply column filtering in the Syncfusion® WPF Pivot Table control to refine data views by including or excluding specific column values for focused analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Filtering in WPF Pivot Grid +# Column Filtering in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) allows you to restrict the display of records by using a mechanism called filter. A filter enables you to extract a subset of records that meet certain criteria. diff --git a/grid-sdk/wpf/pivot-table/Column-Sorting.md b/grid-sdk/wpf/pivot-table/Column-Sorting.md index 219896d42..7cc3b612c 100644 --- a/grid-sdk/wpf/pivot-table/Column-Sorting.md +++ b/grid-sdk/wpf/pivot-table/Column-Sorting.md @@ -1,13 +1,13 @@ --- layout: post -title: Sorting in WPF Pivot Grid control | Syncfusion® -description: Learn about Sorting support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Column Sorting in WPF Pivot Table | Syncfusion® +description: Column Sorting in the Syncfusion® WPF Pivot Table control supports ascending, descending, and custom options for organized pivot data. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Sorting in WPF Pivot Grid +# Column Sorting in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) control provides a sorting option for calculation columns in RowPivotsOnly mode. This can be enabled or disabled using the `AllowSort` property of `PivotComputationInfo`. diff --git a/grid-sdk/wpf/pivot-table/Conditional-Formatting-ColorScales.md b/grid-sdk/wpf/pivot-table/Conditional-Formatting-ColorScales.md index e36442f1e..100140fae 100644 --- a/grid-sdk/wpf/pivot-table/Conditional-Formatting-ColorScales.md +++ b/grid-sdk/wpf/pivot-table/Conditional-Formatting-ColorScales.md @@ -1,13 +1,13 @@ --- layout: post -title: Formatting using gradient color scales in WPF Pivot Grid | Syncfusion® -description: Learn about Formatting using gradient color scales support in Syncfusion® WPF Pivot Grid control and more. +title: Formatting using gradient color scales in WPF Pivot Table | Syncfusion® +description: Apply gradient color scale formatting in the Syncfusion® WPF Pivot Table control to highlight cell values visually for better analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Formatting using gradient color scales in WPF Pivot Grid +# Formatting using gradient color scales in WPF Pivot Table Conditional formatting is a process of applying customized styles to any object based on specified conditions. In this scenario, styles are applied in the form of gradient color scales through-out the control. diff --git a/grid-sdk/wpf/pivot-table/Conditional-Formatting.md b/grid-sdk/wpf/pivot-table/Conditional-Formatting.md index afbfe76a5..2f487de48 100644 --- a/grid-sdk/wpf/pivot-table/Conditional-Formatting.md +++ b/grid-sdk/wpf/pivot-table/Conditional-Formatting.md @@ -1,13 +1,13 @@ --- layout: post -title: Formatting using data conditions in WPF Pivot Grid | Syncfusion® -description: Learn about Formatting using data conditions support in Syncfusion® WPF Pivot Grid control, its elements and more. +title: Formatting using data conditions in WPF Pivot Table | Syncfusion® +description: Apply conditional formatting in the Syncfusion® WPF Pivot Table control to highlight cells based on data values for better analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Formatting using data conditions in WPF Pivot Grid +# Formatting using data conditions in WPF Pivot Table Conditional formatting is a process of applying customized styles to any object based on specified conditions. diff --git a/grid-sdk/wpf/pivot-table/Context-Menu.md b/grid-sdk/wpf/pivot-table/Context-Menu.md index c58f54554..7ca08d3a3 100644 --- a/grid-sdk/wpf/pivot-table/Context-Menu.md +++ b/grid-sdk/wpf/pivot-table/Context-Menu.md @@ -1,13 +1,13 @@ --- layout: post -title: Context Menu in WPF Pivot Grid control | Syncfusion® -description: Learn about Context Menu support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Context Menu in WPF Pivot Table | Syncfusion® +description: Context Menu in the Syncfusion® WPF Pivot Table control provides quick actions and manages pivot table operations efficiently. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Context Menu in WPF Pivot Grid +# Context Menu in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) supports the context menu option in RowPivotsOnly mode. Following are the available options. diff --git a/grid-sdk/wpf/pivot-table/Custom-Calculations.md b/grid-sdk/wpf/pivot-table/Custom-Calculations.md index bbdf5bd4d..a4036ed29 100644 --- a/grid-sdk/wpf/pivot-table/Custom-Calculations.md +++ b/grid-sdk/wpf/pivot-table/Custom-Calculations.md @@ -1,13 +1,13 @@ --- layout: post -title: Custom Calculations in WPF Pivot Grid control | Syncfusion® -description: Learn about Custom Calculations support in Syncfusion® WPF Pivot Grid control, its elements and more. +title: Custom Calculations in WPF Pivot Table | Syncfusion® +description: Define custom calculations in the Syncfusion® WPF Pivot Table control to create user-defined formulas and extend pivot table analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Custom Calculations in WPF Pivot Grid +# Custom Calculations in WPF Pivot Table **CalculationType** is an enumerator defined in the PivotComputationInfo class that is used to specify the type of calculation. The various types of calculations are: diff --git a/grid-sdk/wpf/pivot-table/Data-Binding.md b/grid-sdk/wpf/pivot-table/Data-Binding.md index 722c858da..159492307 100644 --- a/grid-sdk/wpf/pivot-table/Data-Binding.md +++ b/grid-sdk/wpf/pivot-table/Data-Binding.md @@ -1,13 +1,13 @@ --- layout: post -title: Data Binding in WPF Pivot Grid control | Syncfusion® -description: Learn about Data Binding support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Data Binding in WPF Pivot Table | Syncfusion® +description: Bind data sources to the Syncfusion® WPF Pivot Table control to display and analyze relational data in a pivot table format. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Data Binding in WPF Pivot Grid +# Data Binding in WPF Pivot Table ## Binding pivot grid to list diff --git a/grid-sdk/wpf/pivot-table/Defining-Grouping-Bar-properties-for-PivotGr.md b/grid-sdk/wpf/pivot-table/Defining-Grouping-Bar-properties-for-PivotGr.md index 98dbbd109..05bcb8816 100644 --- a/grid-sdk/wpf/pivot-table/Defining-Grouping-Bar-properties-for-PivotGr.md +++ b/grid-sdk/wpf/pivot-table/Defining-Grouping-Bar-properties-for-PivotGr.md @@ -1,13 +1,13 @@ --- layout: post -title: Defining grouping bar Properties for Pivot Grid | Syncfusion® -description: Support to perform sorting, filtering, and summarizing of data the way a user wants at runtime using GroupingBar. +title: Defining Grouping Bar Properties in WPF Pivot Table | Syncfusion® +description: Configure grouping bar in the Syncfusion® WPF Pivot Table control to perform sorting, filtering, and summarizing of data at runtime. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Defining Grouping Bar Properties for Pivot Grid +# Defining Grouping Bar Properties in WPF Pivot Table The grouping bar allows you to perform sorting, filtering, and summarizing of data the way a user wants at runtime. Each item contains: diff --git a/grid-sdk/wpf/pivot-table/Defining-RowPivotsOnly-Mode-for-PivotGridCont.md b/grid-sdk/wpf/pivot-table/Defining-RowPivotsOnly-Mode-for-PivotGridCont.md index 54a79fe8f..2f75a39a9 100644 --- a/grid-sdk/wpf/pivot-table/Defining-RowPivotsOnly-Mode-for-PivotGridCont.md +++ b/grid-sdk/wpf/pivot-table/Defining-RowPivotsOnly-Mode-for-PivotGridCont.md @@ -1,13 +1,13 @@ --- layout: post -title: RowPivotsOnly Mode in WPF Pivot Grid control | Syncfusion® -description: Learn about RowPivotsOnly Mode support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: RowPivotsOnly Mode in WPF Pivot Table | Syncfusion® +description: RowPivotsOnly mode in the Syncfusion® WPF Pivot Table control displays only row pivots and simplifies pivot table analysis with filtering and sorting support. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# RowPivotsOnly Mode in WPF Pivot Grid +# RowPivotsOnly Mode in WPF Pivot Table RowPivotsOnly mode allows the pivot grid to display only the column values. diff --git a/grid-sdk/wpf/pivot-table/Disable-Grouping-by-Specific-Fields.md b/grid-sdk/wpf/pivot-table/Disable-Grouping-by-Specific-Fields.md index d343f53f4..82fa680a3 100644 --- a/grid-sdk/wpf/pivot-table/Disable-Grouping-by-Specific-Fields.md +++ b/grid-sdk/wpf/pivot-table/Disable-Grouping-by-Specific-Fields.md @@ -1,13 +1,13 @@ --- layout: post -title: Prevent Grouping of Specific Pivot Item | Syncfusion® -description: Support to prevent the drag and drop of certain pivot items in the pivot schema designer or grouping bar. +title: Prevent Grouping of Pivot Items in WPF Pivot Table | Syncfusion® +description: Restrict grouping in the Syncfusion® WPF Pivot Table by preventing drag and drop of specific pivot items in the schema designer or grouping bar. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Prevent Grouping of Specific Pivot Item +# Prevent Grouping of Specific Pivot Item in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) control allows preventing the drag and drop of certain pivot items in the pivot schema designer or grouping bar. diff --git a/grid-sdk/wpf/pivot-table/Disable-GroupingBar-by-Specific-Area.md b/grid-sdk/wpf/pivot-table/Disable-GroupingBar-by-Specific-Area.md index fda0a9e06..cd3a6dc2f 100644 --- a/grid-sdk/wpf/pivot-table/Disable-GroupingBar-by-Specific-Area.md +++ b/grid-sdk/wpf/pivot-table/Disable-GroupingBar-by-Specific-Area.md @@ -1,13 +1,13 @@ --- layout: post -title: Visibility of Grouping Bar in Specific Area | Syncfusion® -description: Support to customize the visibility of grouping bar headers to some specific areas in PivotGrid control. +title: Visibility of Grouping Bar in WPF Pivot Table | Syncfusion® +description: Grouping bar visibility in Syncfusion® WPF Pivot Table to show headers in row only or in both row and column areas. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Visibility of Grouping Bar in Specific Area +# Visibility of Grouping Bar in WPF Pivot Table The pivot grid supports defining the visibility of grouping bar to some specific areas as mentioned below. diff --git a/grid-sdk/wpf/pivot-table/Display-Options.md b/grid-sdk/wpf/pivot-table/Display-Options.md index 4a80b5ec6..a8565d1d7 100644 --- a/grid-sdk/wpf/pivot-table/Display-Options.md +++ b/grid-sdk/wpf/pivot-table/Display-Options.md @@ -1,13 +1,13 @@ --- layout: post -title: Display Options in WPF Pivot Grid control | Syncfusion® -description: Learn about Display Options support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Display Options in WPF Pivot Table | Syncfusion® +description: Configure display options in the Syncfusion® WPF Pivot Table control to customize layout, headers, and data presentation at runtime. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Display Options in WPF Pivot Grid +# Display Options in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) control provides support for the PivotComputationInfo to display calculation values in preferred areas of the pivot grid using the `DisplayOption` property. diff --git a/grid-sdk/wpf/pivot-table/Editing.md b/grid-sdk/wpf/pivot-table/Editing.md index c7f6ea2e7..d9a19c7d8 100644 --- a/grid-sdk/wpf/pivot-table/Editing.md +++ b/grid-sdk/wpf/pivot-table/Editing.md @@ -1,13 +1,13 @@ --- layout: post -title: Editing in WPF Pivot Grid control | Syncfusion® -description: Learn about Editing support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Editing in WPF Pivot Table | Syncfusion® +description: Enable editing in the Syncfusion® WPF Pivot Table control to modify cell values directly and update pivot table data at runtime. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Editing in WPF Pivot Grid +# Editing in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) supports editing the value and total cells, and this can be achieved by using the `EnableValueEditing` property. While handling the editing operations, the values will be calculated automatically and its total values will be adjusted accordingly. diff --git a/grid-sdk/wpf/pivot-table/Excel-Like-Filtering.md b/grid-sdk/wpf/pivot-table/Excel-Like-Filtering.md index 32dcb80c0..5a27b25a4 100644 --- a/grid-sdk/wpf/pivot-table/Excel-Like-Filtering.md +++ b/grid-sdk/wpf/pivot-table/Excel-Like-Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Excel-Like Filtering in WPF Pivot Grid control | Syncfusion® -description: Learn about Excel-Like Filtering support in Syncfusion® WPF Pivot Grid control, its elements and more. +title: Excel-Like Filtering in WPF Pivot Table | Syncfusion® +description: Apply Excel-like filtering in the Syncfusion® WPF Pivot Table control to filter data interactively and refine pivot table analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Excel-Like Filtering in WPF Pivot Grid +# Excel-Like Filtering in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) control provides Excel-like sorting and filtering features applied to a pivot item. You can enable or disable the Excel-like sorting and filtering pop-up in the pivot grid by setting the `AllowMultiFunctionalSortFilter` property of grouping bar in the pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Exporting.md b/grid-sdk/wpf/pivot-table/Exporting.md index b3b296139..b8243b994 100644 --- a/grid-sdk/wpf/pivot-table/Exporting.md +++ b/grid-sdk/wpf/pivot-table/Exporting.md @@ -1,13 +1,13 @@ --- layout: post -title: Exporting in WPF Pivot Grid control | Syncfusion® -description: Learn about Exporting support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Exporting in WPF Pivot Table | Syncfusion® +description: Export data from the Syncfusion® WPF Pivot Table control to Excel, PDF, and other formats for easy sharing and reporting. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Exporting in WPF Pivot Grid +# Exporting in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) provides an option to export its content to various formats. It provides the following exporting options. diff --git a/grid-sdk/wpf/pivot-table/Expression-Fields.md b/grid-sdk/wpf/pivot-table/Expression-Fields.md index 0284a7999..addbcbda2 100644 --- a/grid-sdk/wpf/pivot-table/Expression-Fields.md +++ b/grid-sdk/wpf/pivot-table/Expression-Fields.md @@ -1,13 +1,13 @@ --- layout: post -title: Expression Fields in WPF Pivot Grid control | Syncfusion® -description: Learn about Expression Fields support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Expression Fields in WPF Pivot Table | Syncfusion® +description: Add expression fields in the Syncfusion® WPF Pivot Table control to create calculated fields and extend pivot table analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Expression Fields in WPF Pivot Grid +# Expression Fields in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) supports adding expression fields and handles other features similar to normal fields. You can add new expression field information by using the `AllowedFields` class in the pivot grid control and you can use the following property to load the allowed fields in the pivot grid: diff --git a/grid-sdk/wpf/pivot-table/Filtering.md b/grid-sdk/wpf/pivot-table/Filtering.md index d130dd05e..4f3dd6ebd 100644 --- a/grid-sdk/wpf/pivot-table/Filtering.md +++ b/grid-sdk/wpf/pivot-table/Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Filtering in WPF Pivot Grid control | Syncfusion® -description: Learn about Filtering support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Filtering in WPF Pivot Table | Syncfusion® +description: Apply filtering in Syncfusion WPF Pivot Table control using FilterExpressions with multiple conditions for refined data analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Filtering in WPF Pivot Grid +# Filtering in WPF Pivot Table Filtered data displays only a subset of data that meets a specified criterion. **Pivot grid filters** are automatically reapplied every time the pivot grid is refreshed or updated until you remove those filters. In the pivot grid, filters are additive, which means that each additional filter is based on the current filter and reduces the subset of data. You can apply 'n' number of filtering conditions to the pivot grid at a time. While applying filters, a **FilterExpression** is created and data is filtered based on that specified FilterExpression. diff --git a/grid-sdk/wpf/pivot-table/Freeze-Headers.md b/grid-sdk/wpf/pivot-table/Freeze-Headers.md index 646986941..000febb45 100644 --- a/grid-sdk/wpf/pivot-table/Freeze-Headers.md +++ b/grid-sdk/wpf/pivot-table/Freeze-Headers.md @@ -1,13 +1,13 @@ --- layout: post -title: Freeze Headers in WPF Pivot Grid control | Syncfusion® -description: Learn about Freeze Headers support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Freeze Headers in WPF Pivot Table | Syncfusion® +description: Freeze headers in the Syncfusion® WPF Pivot Table control to keep row and column headers visible during scrolling for easier data navigation. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Freeze Headers in WPF Pivot Grid +# Freeze Headers in WPF Pivot Table The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) provides built-in support for freezing column and row headers for better viewing of value cells. diff --git a/grid-sdk/wpf/pivot-table/GetRawItem.md b/grid-sdk/wpf/pivot-table/GetRawItem.md index 01c46113c..f82fadb91 100644 --- a/grid-sdk/wpf/pivot-table/GetRawItem.md +++ b/grid-sdk/wpf/pivot-table/GetRawItem.md @@ -1,13 +1,13 @@ --- layout: post -title: GetRawItem in WPF Pivot Grid control | Syncfusion® -description: Learn about GetRawItem support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: GetRawItem in WPF Pivot Table | Syncfusion® +description: Retrieve raw data objects in the Syncfusion® WPF Pivot Table for value, total, or grand total cells with hyperlink support for detailed records. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# GetRawItem in WPF Pivot Grid +# GetRawItem in WPF Pivot Table GetRawItemFor method is used to obtain the list of raw items for value cell, total cell, or grand total cell in the pivot grid. diff --git a/grid-sdk/wpf/pivot-table/Grid-Layout.md b/grid-sdk/wpf/pivot-table/Grid-Layout.md index dc5ee94c3..5f4568dc6 100644 --- a/grid-sdk/wpf/pivot-table/Grid-Layout.md +++ b/grid-sdk/wpf/pivot-table/Grid-Layout.md @@ -1,13 +1,13 @@ --- layout: post -title: Grid Layout in WPF Pivot Grid control | Syncfusion® -description: Learn about Grid Layout support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Grid Layout in WPF Pivot Table | Syncfusion® +description: Configure grid layout in the Syncfusion® WPF Pivot Table control to arrange pivot items, customize structure, and improve data visualization. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Grid Layout in WPF Pivot Grid +# Grid Layout in WPF Pivot Table The pivot grid supports for two different types of layout options with respect to summaries. That is, whether to display the summary data of each pivot item at the top or at the bottom of value cells. diff --git a/grid-sdk/wpf/pivot-table/Grouping-Bar-Context-Menu.md b/grid-sdk/wpf/pivot-table/Grouping-Bar-Context-Menu.md index 1af7463f0..c3cc4fd4e 100644 --- a/grid-sdk/wpf/pivot-table/Grouping-Bar-Context-Menu.md +++ b/grid-sdk/wpf/pivot-table/Grouping-Bar-Context-Menu.md @@ -1,13 +1,13 @@ --- layout: post -title: Grouping Bar Context Menu in WPF Pivot Grid control | Syncfusion® -description: Learn about Grouping Bar Context Menu support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more details. +title: Grouping Bar Context Menu in WPF Pivot Table | Syncfusion® +description: Grouping bar context menu in the Syncfusion® WPF Pivot Table control provides quick actions to manage fields and customize pivot tables efficiently. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Grouping Bar Context Menu in WPF Pivot Grid +# Grouping Bar Context Menu in WPF Pivot Table The grouping bar context menu consists of the following menu items: diff --git a/grid-sdk/wpf/pivot-table/Grouping-Bar.md b/grid-sdk/wpf/pivot-table/Grouping-Bar.md index 9670062d9..7d2847369 100644 --- a/grid-sdk/wpf/pivot-table/Grouping-Bar.md +++ b/grid-sdk/wpf/pivot-table/Grouping-Bar.md @@ -1,13 +1,13 @@ --- layout: post -title: Grouping Bar in WPF Pivot Grid control | Syncfusion® -description: Learn about Grouping Bar support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Grouping Bar in WPF Pivot Table | Syncfusion® +description: Grouping bar in the Syncfusion® WPF Pivot Table control provides quick actions to drag, drop, and arrange fields for customizing pivot table layout. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Grouping Bar in WPF Pivot Grid +# Grouping Bar in WPF Pivot Table Grouping bar allows you to slice and dice the fields between column, row, value, and filter. This allows you to add, rearrange, or remove the fields to show data in the pivot grid as desired. It consists of the following areas: diff --git a/grid-sdk/wpf/pivot-table/Header-Cell-Context-Menu.md b/grid-sdk/wpf/pivot-table/Header-Cell-Context-Menu.md index 4761e3c32..14f394b12 100644 --- a/grid-sdk/wpf/pivot-table/Header-Cell-Context-Menu.md +++ b/grid-sdk/wpf/pivot-table/Header-Cell-Context-Menu.md @@ -1,13 +1,13 @@ --- layout: post -title: Expand/Collapse Headers in WPF Pivot Grid control | Syncfusion® -description: Learn about Expand/Collapse Headers support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Expand/Collapse Headers in WPF Pivot Table | Syncfusion® +description: Expand or collapse headers in the Syncfusion® WPF Pivot Table control using context menu options to manage hierarchical data for focused analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Expand/Collapse Headers in WPF Pivot Grid +# Expand/Collapse Headers in WPF Pivot Table Expand/collapse operations can be done at both UI and programmatic level. diff --git a/grid-sdk/wpf/pivot-table/Hiding-Sub-Totals.md b/grid-sdk/wpf/pivot-table/Hiding-Sub-Totals.md index 65b0bd000..2f54f9862 100644 --- a/grid-sdk/wpf/pivot-table/Hiding-Sub-Totals.md +++ b/grid-sdk/wpf/pivot-table/Hiding-Sub-Totals.md @@ -1,13 +1,13 @@ --- layout: post -title: Show/Hide Sub-Totals in WPF Pivot Grid control | Syncfusion® -description: Learn about Show/Hide Sub-Totals support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Show/Hide Sub-Totals in WPF Pivot Table | Syncfusion® +description: Show or hide sub-totals in the Syncfusion® WPF Pivot Table control to customize summaries, simplify views, and focus analysis on essential pivot data. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Show/Hide Sub-Totals in WPF Pivot Grid +# Show/Hide Sub-Totals in WPF Pivot Table The subtotal hiding feature is used to show or hide subtotals in the pivot grid. It provides an abstract view of data as desired and provides the following levels of hiding. diff --git a/grid-sdk/wpf/pivot-table/How-To/Change-the-Gridline-Color-and-Thickness.md b/grid-sdk/wpf/pivot-table/How-To/Change-the-Gridline-Color-and-Thickness.md index 800950b49..3b5aaf2db 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Change-the-Gridline-Color-and-Thickness.md +++ b/grid-sdk/wpf/pivot-table/How-To/Change-the-Gridline-Color-and-Thickness.md @@ -1,13 +1,13 @@ --- layout: post -title: 142-Change-the-Gridline-Color-and-Thickness | Syncfusion -description: Section that helps to know how to change the color and thickness of grid lines in pivot grid control. +title: Change GridLine Color and Thickness in WPF Pivot Table | Syncfusion® +description: Change the grid line color and thickness in Syncfusion® WPF Pivot Table control using GridLineStroke and BorderThickness properties. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to change the GridLine color and thickness? +# How to Change GridLine Color and Thickness in WPF Pivot Table The color and thickness of the grid lines can be modified using the `GridLineStroke` property of the PivotGridControl and the `BorderThickness` property of PivotGridCellStyle. diff --git a/grid-sdk/wpf/pivot-table/How-To/Customize-the-Appearance-of-Expanders-in-a-Gri.md b/grid-sdk/wpf/pivot-table/How-To/Customize-the-Appearance-of-Expanders-in-a-Gri.md index 3da26a67d..65a9aff96 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Customize-the-Appearance-of-Expanders-in-a-Gri.md +++ b/grid-sdk/wpf/pivot-table/How-To/Customize-the-Appearance-of-Expanders-in-a-Gri.md @@ -1,13 +1,13 @@ --- layout: post -title: 143-Customize-the-Appearance-of-Expanders-in-a-Gri | Syncfusion -description: Section helps to know how to customize the appearance of expanders using customized styles in PivotGrid control. +title: How to Customize Expanders Appearance in WPF Pivot Table | Syncfusion® +description: Customize the appearance of expanders in Syncfusion® WPF Pivot Table control using custom styles and templates for styling and binding. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to customize the appearance of expanders in PivotGrid? +# How to Customize Expanders Appearance in WPF Pivot Table Define your own style for the expander and assign that style to the `ExpanderStyle` property of the PivotGrid control. diff --git a/grid-sdk/wpf/pivot-table/How-To/Display-the-Count-of-Records-which-are-Current.md b/grid-sdk/wpf/pivot-table/How-To/Display-the-Count-of-Records-which-are-Current.md index d5033a5c4..847c9dbd7 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Display-the-Count-of-Records-which-are-Current.md +++ b/grid-sdk/wpf/pivot-table/How-To/Display-the-Count-of-Records-which-are-Current.md @@ -1,13 +1,13 @@ --- layout: post -title: 146-Display-the-Count-of-Records-which-are-Current | Syncfusion -description: Section helps to know how to get the count of records which are currently visible in pivot grid control. +title: How to Get Count of Visible Records in WPF Pivot Table | Syncfusion® +description: Get the count of records currently visible in Syncfusion® WPF Pivot Table control using the VisibleRecords property of PivotEngine. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to get the count of records in WPF PivotGridControl +# How to Get Count of Visible Records in WPF Pivot Table It is possible to get the count of records which are currently visible in PivotGrid by using `VisibleRecords` property. diff --git a/grid-sdk/wpf/pivot-table/How-To/Expand-and-Collapse-all-Groups-in-a-Grid.md b/grid-sdk/wpf/pivot-table/How-To/Expand-and-Collapse-all-Groups-in-a-Grid.md index 648b0a097..a4df4e014 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Expand-and-Collapse-all-Groups-in-a-Grid.md +++ b/grid-sdk/wpf/pivot-table/How-To/Expand-and-Collapse-all-Groups-in-a-Grid.md @@ -1,14 +1,13 @@ --- layout: post -title: 141-Expand-and-Collapse-all-Groups-in-a-Grid | Syncfusion -description: Section that helps to know how to expand or collapse the entire groups programmatically in pivot grid control. +title: Expand and Collapse Entire Groups in WPF Pivot Table | Syncfusion® +description: Expand or collapse all groups programmatically in Syncfusion® WPF Pivot Table control using ExpandAllGroup and CollapseAllGroup methods. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to expand and collapse entire group in PivotGrid? - +# How to Expand and Collapse Entire Groups in WPF Pivot Table ## Expanding entire group in PivotGrid After defining PivotGrid control, invoke the method `ExpandAllGroup()` to expand entire group in the PivotGrid control. diff --git a/grid-sdk/wpf/pivot-table/How-To/Hide-the-Grand-Totals-Present-in-the-PivotGrid.md b/grid-sdk/wpf/pivot-table/How-To/Hide-the-Grand-Totals-Present-in-the-PivotGrid.md index e7f846210..0bb404bfb 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Hide-the-Grand-Totals-Present-in-the-PivotGrid.md +++ b/grid-sdk/wpf/pivot-table/How-To/Hide-the-Grand-Totals-Present-in-the-PivotGrid.md @@ -1,13 +1,13 @@ --- layout: post -title: 144-Hide-the-Grand-Totals-Present-in-the-PivotGrid | Syncfusion -description: Section that helps to know how to show or hide the grand totals present in pivot grid control. | Syncfusion +title: How to Hide Grand Totals in WPF Pivot Table | Syncfusion® +description: Hide the grand totals in Syncfusion® WPF Pivot Table control by setting the ShowGrandTotals property to false. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to hide the Grand Total present in the PivotGrid? +# How to Hide Grand Totals in WPF Pivot Table It can be achieved by setting the property `ShowGrandTotals` to false. By default, PivotGrid displays Grand Total for both column and row headers. It can be mentioned either in *XAML* or in *Code-Behind*. diff --git a/grid-sdk/wpf/pivot-table/How-To/Improve-Loading-and-Scrolling-Performance-in-P.md b/grid-sdk/wpf/pivot-table/How-To/Improve-Loading-and-Scrolling-Performance-in-P.md index 72a3ae510..69591528e 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Improve-Loading-and-Scrolling-Performance-in-P.md +++ b/grid-sdk/wpf/pivot-table/How-To/Improve-Loading-and-Scrolling-Performance-in-P.md @@ -1,13 +1,13 @@ --- layout: post -title: 147-Improve-Loading-and-Scrolling-Performance-in-P | Syncfusion -description: Section helps to know how to improve the loading and scrolling performance programmatically in pivot grid control. +title: How to Improve Performance in WPF Pivot Table | Syncfusion® +description: Improve loading and scrolling performance in Syncfusion® WPF Pivot Table control by enabling on-demand calculations and disabling auto-sizing. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to improve loading and scrolling performance in PivotGrid? +# How to Improve Loading and Scrolling Performance in WPF Pivot Table The performance of the PivotGrid control can be improved by enabling the on-demand calculation on the value cells and by disabling the auto-sizing option. This refreshes the calculation only while loading or scrolling the PivotGrid control. This can be achieved by using `EnableOnDemandCalculations` and `AutoSizeOption` properties of PivotGrid control. diff --git a/grid-sdk/wpf/pivot-table/How-To/Load-an-existing-PivotEngine-into-a-PivotGrid.md b/grid-sdk/wpf/pivot-table/How-To/Load-an-existing-PivotEngine-into-a-PivotGrid.md index 75574657d..7e7f0a1b5 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Load-an-existing-PivotEngine-into-a-PivotGrid.md +++ b/grid-sdk/wpf/pivot-table/How-To/Load-an-existing-PivotEngine-into-a-PivotGrid.md @@ -1,13 +1,13 @@ --- layout: post -title: Load-an-existing-PivotEngine-into-a-PivotGrid | Syncfusion -description: Section helps to know how to load on existing or external pivot engine into pivot grid control programmatically. +title: How to Load an Existing PivotEngine into WPF Pivot Table | Syncfusion® +description: Load an existing or external PivotEngine into Syncfusion® WPF Pivot Table control programmatically by enabling IsExternalEngine and assigning PivotEngine. platform: grid-sdk -control: PivotGrid +control: Pivot Table documentation: ug --- -# How to load an existing PivotEngine into PivotGrid? +# How to Load an Existing PivotEngine into WPF Pivot Table After defining the PivotGrid control, set the property `IsExternalEngine` as true. Now create a new PivotEngine using `PivotEngine` class and assign it to your PivotGrid control's PivotEngine. diff --git a/grid-sdk/wpf/pivot-table/How-To/Resizing-columns-and-rows-in-Pivotgrid.md b/grid-sdk/wpf/pivot-table/How-To/Resizing-columns-and-rows-in-Pivotgrid.md index 137dff21e..d239a16ed 100644 --- a/grid-sdk/wpf/pivot-table/How-To/Resizing-columns-and-rows-in-Pivotgrid.md +++ b/grid-sdk/wpf/pivot-table/How-To/Resizing-columns-and-rows-in-Pivotgrid.md @@ -1,13 +1,13 @@ --- layout: post -title: Resizing columns and rows | Syncfusion -description: Section helps to know how to resize the rows and columne at run-time in pivot grid control. | Syncfusion +title: How to Resize columns and Rows in WPF Pivot Table | Syncfusion® +description: Resize columns and rows dynamically in Syncfusion® WPF Pivot Table control by enabling AllowResizeColumns and AllowResizeRows properties. platform: grid-sdk -control: Pivot Grid +control: Pivot Table documentation: ug --- -# How to resizing the columns and rows in PivotGrid? +# How to Resize columns and Rows in WPF Pivot Table PivotGridControl supports resizing of rows and columns dynamically. In this topic, on-demand resizing of rows and columns is discussed. diff --git a/grid-sdk/wpf/pivot-table/How-To/To-defer-the-layout-update-of-PivotGrid.md b/grid-sdk/wpf/pivot-table/How-To/To-defer-the-layout-update-of-PivotGrid.md index e937fa165..98bf85a9f 100644 --- a/grid-sdk/wpf/pivot-table/How-To/To-defer-the-layout-update-of-PivotGrid.md +++ b/grid-sdk/wpf/pivot-table/How-To/To-defer-the-layout-update-of-PivotGrid.md @@ -1,13 +1,13 @@ --- layout: post -title: 145-Display-the-Calculation-Columns-in-Row | Syncfusion -description: Section helps to know how to set defer layout update either programmatically or dynamically in pivot grid control | Syncfusion +title: How to Set Defer Layout Update in WPF Pivot Table | Syncfusion® +description: Set defer layout update in Syncfusion® WPF Pivot Table control by enabling the DeferLayoutUpdate property. platform: grid-sdk -control: PivotGridControl +control: Pivot Table documentation: ug --- -# How to set defer layout update in PivotGrid? +# How to Set Defer Layout Update in WPF Pivot Table It can be achieved by setting the property `DeferLayoutUpdate` to true via code or through the DeferLayoutUpdate check-box (UI option) inside PivotSchemaDesigner control. diff --git a/grid-sdk/wpf/pivot-table/Hyperlink-Cells.md b/grid-sdk/wpf/pivot-table/Hyperlink-Cells.md index 3a79e57ed..da6920243 100644 --- a/grid-sdk/wpf/pivot-table/Hyperlink-Cells.md +++ b/grid-sdk/wpf/pivot-table/Hyperlink-Cells.md @@ -1,13 +1,13 @@ --- layout: post -title: Hyperlink Cells in WPF Pivot Grid control | Syncfusion® -description: Learn about Hyperlink Cells support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Hyperlink Cells in WPF Pivot Table | Syncfusion® +description: Hyperlink cells in the Syncfusion® WPF Pivot Table control allow users to click value or summary cells to navigate and access raw data for detailed analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Hyperlink Cells in WPF Pivot Grid +# Hyperlink Cells in WPF Pivot Table The pivot grid allows hyperlinking of cells to retrieve a detailed information about a particular cell. It generates a separate event called HyperLinkCellClick for the clicked hyperlink cell, and the HyperLinkCellClickEventArgs returns the clicked PivotCellInfo. diff --git a/grid-sdk/wpf/pivot-table/Inner-Most-Computations.md b/grid-sdk/wpf/pivot-table/Inner-Most-Computations.md index 1646cc66e..6aee55476 100644 --- a/grid-sdk/wpf/pivot-table/Inner-Most-Computations.md +++ b/grid-sdk/wpf/pivot-table/Inner-Most-Computations.md @@ -1,13 +1,13 @@ --- layout: post -title: Display Innermost Computations in WPF Pivot Grid control | Syncfusion® -description: Learn about Display Innermost Computations support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Display Innermost Computations in WPF Pivot Table | Syncfusion® +description: Innermost computations in the Syncfusion® WPF Pivot Table control display detailed values alone without totals for precise pivot analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Display Innermost Computations in WPF Pivot Grid +# Display Innermost Computations in WPF Pivot Table The pivot grid supports displaying the grid with inner most computations alone without displaying the total values by using the `InnerMostComputationsOnly` property. It can be mentioned in XAML or code-behind. diff --git a/grid-sdk/wpf/pivot-table/Localization.md b/grid-sdk/wpf/pivot-table/Localization.md index 935c6586b..0a9003f46 100644 --- a/grid-sdk/wpf/pivot-table/Localization.md +++ b/grid-sdk/wpf/pivot-table/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in WPF Pivot Grid control | Syncfusion® -description: Learn about Localization support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Localization in WPF Pivot Table | Syncfusion® +description: Apply localization in the Syncfusion® WPF Pivot Table control to display culture-specific text, formats for globalized applications. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Localization in WPF Pivot Grid +# Localization in WPF Pivot Table Localization deals with customizing data and resources for specific culture or language. The built-in localization and globalization mechanism in WPF allows you to localize any string resource used by pivot grid controls. Localization can be done in the following ways. diff --git a/grid-sdk/wpf/pivot-table/Multi-column-Sorting.md b/grid-sdk/wpf/pivot-table/Multi-column-Sorting.md index a9e11d4d1..1ce1275dc 100644 --- a/grid-sdk/wpf/pivot-table/Multi-column-Sorting.md +++ b/grid-sdk/wpf/pivot-table/Multi-column-Sorting.md @@ -1,13 +1,13 @@ --- layout: post -title: Multi-Column Sorting in WPF Pivot Grid control | Syncfusion® -description: Learn about Multi-Column Sorting support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Multi-Column Sorting in WPF Pivot Table | Syncfusion® +description: Apply multi-column sorting in the Syncfusion® WPF Pivot Table control to organize data by multiple fields, enabling flexible and detailed pivot analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Multi-Column Sorting in WPF Pivot Grid +# Multi-Column Sorting in WPF Pivot Table Multicolumn sorting allows you to sort the fields one after the other. For example, if a user has three different fields rendered in the pivot grid, then it is possible to sort like: **OrderBy(field1).ThenBy(field2).ThenBy(field3).**. diff --git a/grid-sdk/wpf/pivot-table/Overview.md b/grid-sdk/wpf/pivot-table/Overview.md index 5cdab948e..f44ec494c 100644 --- a/grid-sdk/wpf/pivot-table/Overview.md +++ b/grid-sdk/wpf/pivot-table/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About WPF Pivot Grid control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: About Syncfusion WPF Pivot Table Control | Syncfusion® +description: Learn about introduction of Syncfusion® Essential Studio WPF Pivot Table control and exploring its features. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# WPF Pivot Grid Overview +# About Syncfusion WPF Pivot Table Control The [WPF Pivot Grid](https://www.syncfusion.com/wpf-controls/pivot-grid) is a powerful cell-oriented, extensible grid control which works with relational data. It simulates the pivot table feature of Microsoft Excel. The pivot grid pivots, summarizes, and groups data to organize it in a cross-tabulated form. It is used in financial domains to organize and analyze the business data. diff --git a/grid-sdk/wpf/pivot-table/Performance-Improvement-along-Virtualized-Bi.md b/grid-sdk/wpf/pivot-table/Performance-Improvement-along-Virtualized-Bi.md index 881bdb5e2..2140f6e87 100644 --- a/grid-sdk/wpf/pivot-table/Performance-Improvement-along-Virtualized-Bi.md +++ b/grid-sdk/wpf/pivot-table/Performance-Improvement-along-Virtualized-Bi.md @@ -1,13 +1,13 @@ --- layout: post -title: Virtualized Binding in WPF Pivot Grid control | Syncfusion® -description: Learn about Virtualized Binding (Performance Improvement) support in Syncfusion® WPF Pivot Grid control and more. +title: Virtualized Binding in WPF Pivot Table | Syncfusion® +description: Improve performance in the Syncfusion® WPF Pivot Table control with virtualized binding to efficiently handle large datasets and optimize memory usage. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Virtualized Binding (Performance Improvement) in WPF Pivot Grid +# Virtualized Binding in WPF Pivot Table It provides high loading performance for a large set of records. This feature helps to load data in the pivot grid on-demand using the **Index Engine**. diff --git a/grid-sdk/wpf/pivot-table/Pivot-Computation-Info.md b/grid-sdk/wpf/pivot-table/Pivot-Computation-Info.md index d661e289c..c3be7b0c3 100644 --- a/grid-sdk/wpf/pivot-table/Pivot-Computation-Info.md +++ b/grid-sdk/wpf/pivot-table/Pivot-Computation-Info.md @@ -1,13 +1,13 @@ --- layout: post -title: PivotComputationInfo in WPF Pivot Grid control | Syncfusion® -description: Learn about PivotComputationInfo support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: PivotComputationInfo in WPF Pivot Table | Syncfusion® +description: Define PivotComputationInfo in the Syncfusion® WPF Pivot Table control to configure calculations, aggregation types, and display options for pivot values. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# PivotComputationInfo in WPF Pivot Grid +# PivotComputationInfo in WPF Pivot Table Pivot computation holds the information needed for calculations that appear in the pivot grid control. For each calculation, there is an associated `PivotComputationInfo` object added to the PivotCalculations collection. diff --git a/grid-sdk/wpf/pivot-table/Pivot-Computation-Information-Window.md b/grid-sdk/wpf/pivot-table/Pivot-Computation-Information-Window.md index a9ec18ae7..5858aed66 100644 --- a/grid-sdk/wpf/pivot-table/Pivot-Computation-Information-Window.md +++ b/grid-sdk/wpf/pivot-table/Pivot-Computation-Information-Window.md @@ -1,13 +1,13 @@ --- layout: post -title: Pivot Computation Information Dialog in WPF Pivot Grid | Syncfusion® -description: Learn about Pivot Computation Information Dialog support in Syncfusion® WPF Pivot Grid control and more. +title: Pivot Computation Information Dialog in WPF Pivot Table | Syncfusion® +description: Use the Pivot Computation Information Dialog in the Syncfusion® WPF Pivot Table control to configure calculations, aggregation types, and display options. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Pivot Computation Information Dialog in WPF Pivot Grid +# Pivot Computation Information Dialog in WPF Pivot Table The pivot computation information dialog is used to change or edit value formats, summary types, calculation types, and the field header. diff --git a/grid-sdk/wpf/pivot-table/Pivot-Item.md b/grid-sdk/wpf/pivot-table/Pivot-Item.md index dde3a031f..adf19a9d7 100644 --- a/grid-sdk/wpf/pivot-table/Pivot-Item.md +++ b/grid-sdk/wpf/pivot-table/Pivot-Item.md @@ -1,13 +1,13 @@ --- layout: post -title: PivotItem in WPF Pivot Grid control | Syncfusion® -description: Learn about PivotItem support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: PivotItem in WPF Pivot Table | Syncfusion® +description: PivotItem in the Syncfusion® WPF Pivot Table control defines field properties like header, mapping, format, sorting, filtering, and grouping. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# PivotItem in WPF Pivot Grid +# PivotItem in WPF Pivot Table A pivot item is a container for items in the pivot grid control. An item in a pivot table field provides the information needed to define an item. The items are individual data entries in a field category. The pivot item object is a member of the pivot items collection and consists of the following fields. diff --git a/grid-sdk/wpf/pivot-table/Pivot-Value-Chooser.md b/grid-sdk/wpf/pivot-table/Pivot-Value-Chooser.md index 07e9d5254..3f60c1c67 100644 --- a/grid-sdk/wpf/pivot-table/Pivot-Value-Chooser.md +++ b/grid-sdk/wpf/pivot-table/Pivot-Value-Chooser.md @@ -1,13 +1,13 @@ --- layout: post -title: Pivot Value Chooser in WPF Pivot Grid control | Syncfusion® -description: Learn about Pivot Value Chooser support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Pivot Value Chooser in WPF Pivot Table | Syncfusion® +description: Pivot Value Chooser in the Syncfusion® WPF Pivot Table control lets users select, reorder, and manage PivotCalculations interactively at runtime. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Pivot Value Chooser in WPF Pivot Grid +# Pivot Value Chooser in WPF Pivot Table The pivot value chooser is used to list all the PivotFields available in the data source when the pivot grid is in RowPivotsOnly mode. This window enables users to select a PivotCalculation and add it to the pivot grid, drag and drop the PivotFields, and rearrange the calculation column in the pivot grid control at runtime. diff --git a/grid-sdk/wpf/pivot-table/PivotGrid-Field-List.md b/grid-sdk/wpf/pivot-table/PivotGrid-Field-List.md index 2a72a070a..baf25fedc 100644 --- a/grid-sdk/wpf/pivot-table/PivotGrid-Field-List.md +++ b/grid-sdk/wpf/pivot-table/PivotGrid-Field-List.md @@ -1,13 +1,13 @@ --- layout: post -title: PivotGrid Field List in WPF Pivot Grid control | Syncfusion® -description: Learn about PivotGrid Field List support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: PivotGrid Field List in WPF Pivot Table | Syncfusion® +description: Manage fields using the PivotGrid Field List in the Syncfusion® WPF Pivot Table control to customize layouts and configure pivot analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# PivotGrid Field List in WPF Pivot Grid +# PivotGrid Field List in WPF Pivot Table With the current implementation of grouping bar, you cannot add the deleted items to the pivot grid. The delete operation can be easily performed in the grouping bar by using its "AllowRemoving" feature, but there is no possibility to add again the deleted items. To achieve this, maintain a separate window called **PivotTable Field List**, which holds the fields that are not present in the pivot grid but available in the ItemSource. You can bind a collection of PivotItems as **PivotFields** which gets included in the field list window but not present in the pivot grid. diff --git a/grid-sdk/wpf/pivot-table/PivotGrid-Getting-Started.md b/grid-sdk/wpf/pivot-table/PivotGrid-Getting-Started.md index 749993540..7fdecc3ce 100644 --- a/grid-sdk/wpf/pivot-table/PivotGrid-Getting-Started.md +++ b/grid-sdk/wpf/pivot-table/PivotGrid-Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with WPF Pivot Grid control | Syncfusion® -description: Learn here about getting started with Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Getting Started with WPF Pivot Table | Syncfusion® +description: Learn how to get started with the Syncfusion® WPF Pivot Table control. Explore setup, features, examples, and customization options. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Getting Started with WPF Pivot Grid +# Getting Started with WPF 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/overview) to learn about registering Syncfusion® license key in your WPF application to use the components. diff --git a/grid-sdk/wpf/pivot-table/PivotSchemaDesigner-for-WPF.md b/grid-sdk/wpf/pivot-table/PivotSchemaDesigner-for-WPF.md index e0d7112e8..56bccd34c 100644 --- a/grid-sdk/wpf/pivot-table/PivotSchemaDesigner-for-WPF.md +++ b/grid-sdk/wpf/pivot-table/PivotSchemaDesigner-for-WPF.md @@ -1,13 +1,13 @@ --- layout: post -title: Overview in WPF Pivot Grid control | Syncfusion® -description: Learn about Overview support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: About Syncfusion WPF PivotSchemaDesigner Control | Syncfusion® +description: Learn about introduction of Syncfusion® Essential Studio WPF PivotSchemaDesigner control and more details. platform: grid-sdk -control: Pivot grid +control: Pivot Grid documentation: ug --- -# Overview in WPF Pivot Grid +# About Syncfusion WPF PivotSchemaDesigner Control The pivot schema designer can be supported in the pivot grid, so that it can be presented like an **ExcelPivotTable**. By using the pivot schema designer, you can add, rearrange, or remove fields to show data in the pivot grid exactly the way you want. It contains two sections, consisting of the following items: diff --git a/grid-sdk/wpf/pivot-table/Print-and-Print-Preview.md b/grid-sdk/wpf/pivot-table/Print-and-Print-Preview.md index bbf4fd9df..5559ef7f6 100644 --- a/grid-sdk/wpf/pivot-table/Print-and-Print-Preview.md +++ b/grid-sdk/wpf/pivot-table/Print-and-Print-Preview.md @@ -1,13 +1,13 @@ --- layout: post -title: Printing in WPF Pivot Grid control | Syncfusion® -description: Learn about Printing support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Printing in WPF Pivot Table | Syncfusion® +description: Printing in the Syncfusion® WPF Pivot Table control allows users to export and print pivot reports with customized layouts and formatting options. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Printing in WPF Pivot Grid +# Printing in WPF Pivot Table The printing support for pivot grid control is provided along with grouping bar. You can use the `ShowPrintPreview` method to preview the pivot grid control before printing. The `PrintHeader` and `PrintFooter` properties are used to add or remove the header and footer information while printing. diff --git a/grid-sdk/wpf/pivot-table/RTL-support.md b/grid-sdk/wpf/pivot-table/RTL-support.md index 13709eef0..d938ce618 100644 --- a/grid-sdk/wpf/pivot-table/RTL-support.md +++ b/grid-sdk/wpf/pivot-table/RTL-support.md @@ -1,13 +1,13 @@ --- layout: post -title: RTL Support in WPF Pivot Grid control | Syncfusion® -description: Learn about RTL Support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: RTL Support in WPF Pivot Table | Syncfusion® +description: RTL Support in the Syncfusion® WPF Pivot Table control enables right-to-left text flow for languages like Arabic and Hebrew, improving localization. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# RTL Support in WPF Pivot Grid +# RTL Support in WPF Pivot Table The pivot grid displays the contents of the grid from right-to-left. It can be achieved by setting the `FlowDirection` property of the pivot grid control to "RightToLeft". diff --git a/grid-sdk/wpf/pivot-table/Resizing-the-PivotGrid-to-fit-its-content.md b/grid-sdk/wpf/pivot-table/Resizing-the-PivotGrid-to-fit-its-content.md index 7208a08e1..b9111752b 100644 --- a/grid-sdk/wpf/pivot-table/Resizing-the-PivotGrid-to-fit-its-content.md +++ b/grid-sdk/wpf/pivot-table/Resizing-the-PivotGrid-to-fit-its-content.md @@ -1,13 +1,13 @@ --- layout: post -title: Resize to Fit in WPF Pivot Grid control | Syncfusion® -description: Learn about Resize to Fit support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Resize to Fit in WPF Pivot Table | Syncfusion® +description: Resize to Fit in the Syncfusion® WPF Pivot Table control resizes the grid to fit its content while expanding, collapsing, or refreshing groups. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Resize to Fit in WPF Pivot Grid +# Resize to Fit in WPF Pivot Table The pivot grid supports resizing the grid to fit its content while expanding and collapsing the groups. The grid will be resized after refreshing the page. diff --git a/grid-sdk/wpf/pivot-table/Restrict-Auto-resizing-of-Row-Header-Area.md b/grid-sdk/wpf/pivot-table/Restrict-Auto-resizing-of-Row-Header-Area.md index b0d1fe82d..1b7a50e32 100644 --- a/grid-sdk/wpf/pivot-table/Restrict-Auto-resizing-of-Row-Header-Area.md +++ b/grid-sdk/wpf/pivot-table/Restrict-Auto-resizing-of-Row-Header-Area.md @@ -1,13 +1,13 @@ --- layout: post -title: Restrict Resizing of Row Header in WPF Pivot Grid control | Syncfusion® -description: Learn about Restrict Resizing of Row Header support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Restrict Resizing of Row Header in WPF Pivot Table | Syncfusion® +description: Restrict Resizing of Row Header in the Syncfusion® WPF Pivot Table control prevents row headers from stretching when multiple PivotCalculation items are added. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Restrict Resizing of Row Header in WPF Pivot Grid +# Restrict Resizing of Row Header in WPF Pivot Table The pivot grid supports restricting the row header items from being stretched when there are too many PivotCalculation items in the data header area. When you click the **ShowFields** button in the data header area of the grouping bar, the pivot computation list window appears with the PivotCalculation fields. diff --git a/grid-sdk/wpf/pivot-table/Runtime-Calculated-Field.md b/grid-sdk/wpf/pivot-table/Runtime-Calculated-Field.md index 7c71bcc87..072c684a2 100644 --- a/grid-sdk/wpf/pivot-table/Runtime-Calculated-Field.md +++ b/grid-sdk/wpf/pivot-table/Runtime-Calculated-Field.md @@ -1,13 +1,13 @@ --- layout: post -title: Calculated Field in WPF Pivot Grid control | Syncfusion® -description: Learn about Calculated Field support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Calculated Field in WPF Pivot Table | Syncfusion® +description: Calculated Field in the Syncfusion® WPF Pivot Table control lets users create custom formulas and derive new values for advanced pivot analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Calculated Field in WPF Pivot Grid +# Calculated Field in WPF Pivot Table The pivot grid inserts a new calculated field based on the existing calculated items using the calculated field window. This option is available as a menu item in the grouping bar context menu. diff --git a/grid-sdk/wpf/pivot-table/Runtime-Custom-Summary.md b/grid-sdk/wpf/pivot-table/Runtime-Custom-Summary.md index 632f9a2b8..47ba5a1ab 100644 --- a/grid-sdk/wpf/pivot-table/Runtime-Custom-Summary.md +++ b/grid-sdk/wpf/pivot-table/Runtime-Custom-Summary.md @@ -1,13 +1,13 @@ --- layout: post -title: Custom Summary in WPF Pivot Grid control | Syncfusion® -description: Learn about Custom Summary support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Custom Summary in WPF Pivot Table | Syncfusion® +description: Custom Summary in the Syncfusion® WPF Pivot Table control lets users define personalized calculations and display results in pivot reports. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Custom Summary in WPF Pivot Grid +# Custom Summary in WPF Pivot Table The pivot grid enables you to set the custom summaries for the PivotItem values at both load time and runtime (using pivot computation info dialog). diff --git a/grid-sdk/wpf/pivot-table/Selection.md b/grid-sdk/wpf/pivot-table/Selection.md index 5778a3e24..5f3d2ed14 100644 --- a/grid-sdk/wpf/pivot-table/Selection.md +++ b/grid-sdk/wpf/pivot-table/Selection.md @@ -1,13 +1,13 @@ --- layout: post -title: Cell Selection in WPF Pivot Grid control | Syncfusion® -description: Learn about Cell Selection support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Cell Selection in WPF Pivot Table | Syncfusion® +description: Cell Selection in the Syncfusion® WPF Pivot Table control allows selecting rows, columns, or headers to highlight and analyze pivot data. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Cell Selection in WPF Pivot Grid +# Cell Selection in WPF Pivot Table The pivot grid supports selecting entire row or column and group of cells with or without header cells. It is similar to cell selection in the Microsoft Excel. diff --git a/grid-sdk/wpf/pivot-table/SerializationDeserialization.md b/grid-sdk/wpf/pivot-table/SerializationDeserialization.md index 9cc2f5668..e4cb8bce9 100644 --- a/grid-sdk/wpf/pivot-table/SerializationDeserialization.md +++ b/grid-sdk/wpf/pivot-table/SerializationDeserialization.md @@ -1,13 +1,13 @@ --- layout: post -title: Serialization and Deserialization in WPF Pivot Grid | Syncfusion® -description: Learn about Serialization and Deserialization support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Serialization and Deserialization in WPF Pivot Table | Syncfusion® +description: Serialization and Deserialization in the Syncfusion® WPF Pivot Table control saves and restores pivot settings and layouts easily. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Serialization and Deserialization in WPF Pivot Grid +# Serialization and Deserialization in WPF Pivot Table Serialization can be implemented for applications that need to save their data and structure after closed. Serialization supports saving the structure and data of pivot grid control to an XML file and it can be loaded at any time. diff --git a/grid-sdk/wpf/pivot-table/Setting-caption-in-pivottablefieldlist.md b/grid-sdk/wpf/pivot-table/Setting-caption-in-pivottablefieldlist.md index 7abb349ba..c517fde5e 100644 --- a/grid-sdk/wpf/pivot-table/Setting-caption-in-pivottablefieldlist.md +++ b/grid-sdk/wpf/pivot-table/Setting-caption-in-pivottablefieldlist.md @@ -1,13 +1,13 @@ --- layout: post -title: Setting Caption in PivotTableFieldList in WPF Pivot Grid | Syncfusion® -description: Learn about Setting Caption in PivotTableFieldList support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Setting Caption in PivotTableFieldList in WPF Pivot Table | Syncfusion® +description: Setting Caption in PivotTableFieldList of the Syncfusion® WPF Pivot Table control customizes field captions in the field list for clarity and better usability. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Setting Caption in PivotTableFieldList in WPF Pivot Grid +# Setting Caption in PivotTableFieldList in WPF Pivot Table The pivot grid supports duplicating the same fields in different names. This can be achieved by using the `FieldCaption` property of PivotItem and PivotComputationInfo. This support allows you to define multiple items in same underlying type for the pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Show-Subtotals-For-Child-Elements.md b/grid-sdk/wpf/pivot-table/Show-Subtotals-For-Child-Elements.md index ead85d39a..e7f0f256b 100644 --- a/grid-sdk/wpf/pivot-table/Show-Subtotals-For-Child-Elements.md +++ b/grid-sdk/wpf/pivot-table/Show-Subtotals-For-Child-Elements.md @@ -1,13 +1,13 @@ --- layout: post -title: Sub-Totals for Child Elements in WPF Pivot Grid control | Syncfusion® -description: Learn about Sub-Totals for Child Elements support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Sub-Totals for Child Elements in WPF Pivot Table | Syncfusion® +description: Sub-Totals for Child Elements in the Syncfusion® WPF Pivot Table control shows subtotals based on child nodes in rows and columns using ShowSubTotalsForChildren. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Sub-Totals for Child Elements in WPF Pivot Grid +# Sub-Totals for Child Elements in WPF Pivot Table By default, the pivot grid calculates summaries based on the parent nodes available in rows and columns. You can also display the subtotals based on the child elements available in rows and columns using the `ShowSubTotalsForChildren` property. This property can be set through XAML or code-behind. diff --git a/grid-sdk/wpf/pivot-table/Show-single-calculation-header.md b/grid-sdk/wpf/pivot-table/Show-single-calculation-header.md index b07759391..e6cfe0716 100644 --- a/grid-sdk/wpf/pivot-table/Show-single-calculation-header.md +++ b/grid-sdk/wpf/pivot-table/Show-single-calculation-header.md @@ -1,13 +1,14 @@ --- layout: post -title: Single Calculation Header in WPF Pivot Grid control | Syncfusion® -description: Learn about Single Calculation Header support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Single Calculation Header in WPF Pivot Table | Syncfusion® +description: Single Calculation Header in the Syncfusion® WPF Pivot Table control shows calculation headers even when only one PivotCalculation is present. + platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Single Calculation Header in WPF Pivot Grid +# Single Calculation Header in WPF Pivot Table By default, the pivot grid does not show the calculation headers when there is only one PivotCalculation. To show the calculation headers even when there is only one PivotCalculation, use the `ShowSingleCalculationHeader` property of pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Skin-Customization.md b/grid-sdk/wpf/pivot-table/Skin-Customization.md index e0b21fa49..bd9006456 100644 --- a/grid-sdk/wpf/pivot-table/Skin-Customization.md +++ b/grid-sdk/wpf/pivot-table/Skin-Customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Skin Customization in WPF Pivot Grid control | Syncfusion® -description: Learn about Skin Customization support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Skin Customization in WPF Pivot Table | Syncfusion® +description: Skin Customization in the Syncfusion® WPF Pivot Table control applies visual styles like Office, Metro, Blend, and Transparent using the VisualStyle property. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Skin Customization in WPF Pivot Grid +# Skin Customization in WPF Pivot Table Skin customization applies particular style settings to the visual elements of a component. The pivot grid provides the following skin options: diff --git a/grid-sdk/wpf/pivot-table/Sorting-by-values.md b/grid-sdk/wpf/pivot-table/Sorting-by-values.md index d68732719..9f990d7e4 100644 --- a/grid-sdk/wpf/pivot-table/Sorting-by-values.md +++ b/grid-sdk/wpf/pivot-table/Sorting-by-values.md @@ -1,13 +1,13 @@ --- layout: post -title: Sorting by Values | PivotGrid | Syncfusion® -description: Support to sort the specific value columns either in ascending or descending order in PivotGrid control. +title: Sorting by Values in WPF Pivot Table | Syncfusion® +description: Sorting by Values in the Syncfusion® WPF Pivot Table control lets users sort value columns, totals, or grand totals in ascending or descending order. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Sorting by Values in WPF Pivot Grid control +# Sorting by Values in WPF Pivot Table Sorting-by-Values provides the following sort options: diff --git a/grid-sdk/wpf/pivot-table/Sorting.md b/grid-sdk/wpf/pivot-table/Sorting.md index 4c7c04517..5a2a46bd4 100644 --- a/grid-sdk/wpf/pivot-table/Sorting.md +++ b/grid-sdk/wpf/pivot-table/Sorting.md @@ -1,13 +1,13 @@ --- layout: post -title: Sorting | PivotGrid | Syncfusion® -description: Support to quickly visualize, understand, organize, and find data either in ascending or descending order. +title: Sorting in WPF Pivot Table | Syncfusion® +description: Sorting in the Syncfusion® WPF Pivot Table control organizes data in ascending or descending order using built-in or custom comparers for better analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Sorting in WPF Pivot Grid Control +# Sorting in WPF Pivot Table Sorting enables you to quickly visualize, understand, organize, and find data that you want. By default, the pivot grid holds built-in comparers for all data types so that it will populate data in ascending/descending order according to its data type. You can also define your own custom comparer to view the data. diff --git a/grid-sdk/wpf/pivot-table/State-Persistence.md b/grid-sdk/wpf/pivot-table/State-Persistence.md index 3271e9403..d678a086f 100644 --- a/grid-sdk/wpf/pivot-table/State-Persistence.md +++ b/grid-sdk/wpf/pivot-table/State-Persistence.md @@ -1,13 +1,13 @@ --- layout: post -title: State Persistence in WPF Pivot Grid control | Syncfusion® -description: Learn about State Persistence support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: State Persistence in WPF Pivot Table | Syncfusion® +description: State Persistence in the Syncfusion® WPF Pivot Table control preserves collapsed or expanded states of items when schema changes using StatePersistenceEnabled. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# State Persistence in WPF Pivot Grid +# State Persistence in WPF Pivot Table The pivot grid allows you to maintain the collapsed or expanded state when the corresponding schema items are changed. This can be achieved using the `StatePersistence` property of the pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Styles-and-Templates.md b/grid-sdk/wpf/pivot-table/Styles-and-Templates.md index f818e91a7..53b45d977 100644 --- a/grid-sdk/wpf/pivot-table/Styles-and-Templates.md +++ b/grid-sdk/wpf/pivot-table/Styles-and-Templates.md @@ -1,13 +1,13 @@ --- layout: post -title: Cell Style and Template in WPF Pivot Grid control | Syncfusion® -description: Learn about Cell Style and Template support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Cell Style and Template in WPF Pivot Table | Syncfusion® +description: Cell Style and Template in the Syncfusion® WPF Pivot Table control customizes appearance of column, row, summary, and value cells using styles or templates. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Cell Style and Template in WPF Pivot Grid +# Cell Style and Template in WPF Pivot Table ## Cell styles diff --git a/grid-sdk/wpf/pivot-table/Summary-Types.md b/grid-sdk/wpf/pivot-table/Summary-Types.md index 91d317ef3..8deee4e9f 100644 --- a/grid-sdk/wpf/pivot-table/Summary-Types.md +++ b/grid-sdk/wpf/pivot-table/Summary-Types.md @@ -1,13 +1,13 @@ --- layout: post -title: Summary Types in WPF Pivot Grid control | Syncfusion® -description: Learn about Summary Types support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Summary Types in WPF Pivot Table | Syncfusion® +description: Summary Types in the Syncfusion® WPF Pivot Table control define how data is aggregated, including sum, average, max, min, variance, count, and custom summaries. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Summary Types in WPF Pivot Grid +# Summary Types in WPF Pivot Table The pivot grid summarizes the data for various data types by using the `SummaryType` enumerator. SummaryType should be defined while defining the pivot calculation using `PivotComputationInfo` class to specify the type of summary. It holds the following summary types. diff --git a/grid-sdk/wpf/pivot-table/Support-to-Hide-Fieldsin-PivotSchemaDesigner.md b/grid-sdk/wpf/pivot-table/Support-to-Hide-Fieldsin-PivotSchemaDesigner.md index b47606b67..239ba4d73 100644 --- a/grid-sdk/wpf/pivot-table/Support-to-Hide-Fieldsin-PivotSchemaDesigner.md +++ b/grid-sdk/wpf/pivot-table/Support-to-Hide-Fieldsin-PivotSchemaDesigner.md @@ -1,13 +1,13 @@ --- layout: post -title: Hiding Fields in WPF Pivot Grid control | Syncfusion® -description: Learn about Hiding Fields support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Hiding Fields in WPF Pivot Table | Syncfusion® +description: Hiding fields in the Syncfusion® WPF Pivot Table control allows users to hide unnecessary fields from the pivot table field list using ShowDisplayFieldsOnly platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Hiding Fields in WPF Pivot Grid +# Hiding Fields in WPF Pivot Table You can hide the unnecessary fields from the pivot table field list using the `ShowDisplayFieldsOnly` property. diff --git a/grid-sdk/wpf/pivot-table/Support-to-improve-the-Scrolling-performance.md b/grid-sdk/wpf/pivot-table/Support-to-improve-the-Scrolling-performance.md index 71a245636..be09247c6 100644 --- a/grid-sdk/wpf/pivot-table/Support-to-improve-the-Scrolling-performance.md +++ b/grid-sdk/wpf/pivot-table/Support-to-improve-the-Scrolling-performance.md @@ -1,13 +1,13 @@ --- layout: post -title: Improved (Deferred) Scrolling in WPF Pivot Grid | Syncfusion® -description: Learn about Improved (Deferred) Scrolling support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Improved Deferred Scrolling in WPF Pivot Table | Syncfusion® +description: Improved Scrolling in the Syncfusion® WPF Pivot Table control boosts performance by updating data only after the scroll thumb is released. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Improved (Deferred) Scrolling in WPF Pivot Grid +# Improved Deferred Scrolling in WPF Pivot Table A support has been provided to improve the scrolling performance of pivot grid by updating the data only when user releases the thumb on scrolling. This can be achieved by the `EnableDeferredScrolling` property of the pivot grid control. diff --git a/grid-sdk/wpf/pivot-table/Support-to-make-GrandTotals-always-visible.md b/grid-sdk/wpf/pivot-table/Support-to-make-GrandTotals-always-visible.md index 17ead3e2d..f55daa118 100644 --- a/grid-sdk/wpf/pivot-table/Support-to-make-GrandTotals-always-visible.md +++ b/grid-sdk/wpf/pivot-table/Support-to-make-GrandTotals-always-visible.md @@ -1,13 +1,13 @@ --- layout: post -title: Show/Hide Grand Total in WPF Pivot Grid control | Syncfusion® -description: Learn about Show/Hide Grand Total support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Show/Hide Grand Total in WPF Pivot Table | Syncfusion® +description: Show or hide grand totals in the Syncfusion® WPF Pivot Table control using properties to manage overall summary visibility in rows and columns. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Show/Hide Grand Total in WPF Pivot Grid +# Show/Hide Grand Total in WPF Pivot Table The pivot grid provides support to make the grand total row always visible in RowPivotsOnly mode. diff --git a/grid-sdk/wpf/pivot-table/Support-to-show-calculations-as-columns.md b/grid-sdk/wpf/pivot-table/Support-to-show-calculations-as-columns.md index 5b926d31f..d07c670dd 100644 --- a/grid-sdk/wpf/pivot-table/Support-to-show-calculations-as-columns.md +++ b/grid-sdk/wpf/pivot-table/Support-to-show-calculations-as-columns.md @@ -1,13 +1,13 @@ --- layout: post -title: Displaying Calculations in WPF Pivot Grid control | Syncfusion® -description: Learn about Displaying Calculations support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Displaying Calculations in WPF Pivot Table | Syncfusion® +description: Displaying Calculations in the Syncfusion® WPF Pivot Table control shows values in rows or columns using ShowCalculationsAsColumns or schema designer. platform: grid-sdk -control: Pivot grid +control: Pivot Tablerid documentation: ug --- -# Displaying Calculations in WPF Pivot Grid +# Displaying Calculations in WPF Pivot Table The pivot grid provides support to show the calculation values in column or row. This can be achieved by using the `ShowCalculationsAsColumns` property of pivot grid control or through simple uncheck or check option in the pivot schema designer. diff --git a/grid-sdk/wpf/pivot-table/ToolTip.md b/grid-sdk/wpf/pivot-table/ToolTip.md index c690b61c7..533d87c16 100644 --- a/grid-sdk/wpf/pivot-table/ToolTip.md +++ b/grid-sdk/wpf/pivot-table/ToolTip.md @@ -1,13 +1,13 @@ --- layout: post -title: Tooltip in WPF Pivot Grid control | Syncfusion® -description: Learn about Tooltip support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Tooltip in WPF Pivot Table | Syncfusion® +description: Tooltip in the Syncfusion® WPF Pivot Table control displays cell values with row and column details, and supports customization for enhanced analysis. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Tooltip in WPF Pivot Grid +# Tooltip in WPF Pivot Table Tooltip holds the respective cell value and its row and column information. It can be enabled or disabled using the `TooltipEnabled` Boolean property. User can customize the tooltip skin at the sample level and also can set the custom text. diff --git a/grid-sdk/wpf/pivot-table/Updating.md b/grid-sdk/wpf/pivot-table/Updating.md index 3efd7e26e..125e0597e 100644 --- a/grid-sdk/wpf/pivot-table/Updating.md +++ b/grid-sdk/wpf/pivot-table/Updating.md @@ -1,13 +1,13 @@ --- layout: post -title: Updating in WPF Pivot Grid control | Syncfusion® -description: Learn about Updating support in Syncfusion® Essential Studio® WPF Pivot Grid control, its elements and more. +title: Updating in WPF Pivot Table | Syncfusion® +description: Updating in the Syncfusion® WPF Pivot Table control enables real-time changes with automatic recalculation and refresh throttling using ThrottleUpdateRate. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Updating in WPF Pivot Grid +# Updating in WPF Pivot Table The pivot grid supports updating the values in the pivot grid in real time and it can be achieved through the `EnableUpdating` property. While handling the updating operations, the values will be calculated automatically and its total values will be reflected. diff --git a/grid-sdk/wpf/pivot-table/sorting-events.md b/grid-sdk/wpf/pivot-table/sorting-events.md index 4e4d15a5b..6cb2feb9d 100644 --- a/grid-sdk/wpf/pivot-table/sorting-events.md +++ b/grid-sdk/wpf/pivot-table/sorting-events.md @@ -1,13 +1,13 @@ --- layout: post -title: Sorting events | PivotGrid | Syncfusion® -description: Support to keep tracking of the sorter value fields, which is invoked before and after the sort operation. +title: Sorting Events in WPF Pivot Table | Syncfusion® +description: Sorting Events in the Syncfusion® WPF Pivot Table control help track value fields before and after sorting using SortBegin and SortCompleted. platform: grid-sdk -control: Pivot grid +control: Pivot Table documentation: ug --- -# Sorting Events in WPF Pivot Grid Control +# Sorting Events in WPF Pivot Table The pivot grid provides certain sorting events to keep track of the sorted value fields, which is invoked before and after the sort operation. diff --git a/grid-sdk/wpf/tree-grid/Clipboard-Operations.md b/grid-sdk/wpf/tree-grid/Clipboard-Operations.md index 036de74bd..0f804d317 100644 --- a/grid-sdk/wpf/tree-grid/Clipboard-Operations.md +++ b/grid-sdk/wpf/tree-grid/Clipboard-Operations.md @@ -1,13 +1,13 @@ --- layout: post -title: Clipboard Operations in WPF TreeGrid control | Syncfusion® -description: Learn here all about Clipboard Operations support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Clipboard Operations in WPF TreeGrid | Syncfusion® +description: Clipboard Operations in TreeGrid enables copy, cut, and paste actions with configurable settings, events, and custom clipboard behavior. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Clipboard Operations in WPF TreeGrid (SfTreeGrid) +# Clipboard Operations in WPF TreeGrid SfTreeGrid provides support to the clipboard operations such as cut, copy, and paste the data within control and between other applications such as Notepad and Excel. The clipboard operations of copy and paste are enabled by default. You can copy selected nodes/cells from tree grid by clicking `Ctrl+C` and paste the content from the [Clipboard](https://learn.microsoft.com/en-us/dotnet/api/system.windows.clipboard?view=windowsdesktop-7.0&viewFallbackFrom=net-5.0&redirectedfrom=MSDN) to tree grid by clicking `Ctrl+V`. diff --git a/grid-sdk/wpf/tree-grid/Column-Sizing.md b/grid-sdk/wpf/tree-grid/Column-Sizing.md index cb086335f..ffe268c59 100644 --- a/grid-sdk/wpf/tree-grid/Column-Sizing.md +++ b/grid-sdk/wpf/tree-grid/Column-Sizing.md @@ -1,13 +1,13 @@ --- layout: post -title: Column Sizing in WPF TreeGrid control | Syncfusion® -description: Learn here all about Column Sizing support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Column Sizing in WPF TreeGrid | Syncfusion® +description: Column Sizing in TreeGrid adjusts column widths automatically or manually using the ColumnSizer property. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Column Sizing in WPF TreeGrid (SfTreeGrid) +# Column Sizing in WPF TreeGrid SfTreeGrid allows you to set the column widths based on certain logic using [SfTreeGrid.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ColumnSizer) or [TreeGridColumn.ColumnSizer](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridColumn.html#Syncfusion_UI_Xaml_TreeGrid_TreeGridColumn_ColumnSizer) property. @@ -104,7 +104,7 @@ Below code, applies `GridLengthUnitType.Star` to equally set width for `SfTreeGr N> The `TreeGridColumn.ColumnSizer` takes higher priority than the `SfTreeGrid.ColumnSizer`. -### Refreshing ColumnSizer at runtime +## Refreshing ColumnSizer at runtime You can refresh the `ColumnSizer` at runtime by calling [SfTreeGrid.TreeGridColumnSizer.Refresh](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridColumnSizer.html#Syncfusion_UI_Xaml_TreeGrid_TreeGridColumnSizer_Refresh) method. SfTreeGrid support to recalculates the column auto width by calling reset methods of `TreeGridColumnSizer`. [TreeGridColumnSizer.ResetAutoCalculationforAllColumns](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.ColumnSizerBase-1.html#Syncfusion_UI_Xaml_Grid_ColumnSizerBase_1_ResetAutoCalculationforAllColumns) method reset widths to all columns. [TreeGridColumnSizer.ResetAutoCalculation](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.ColumnSizerBase-1.html#Syncfusion_UI_Xaml_Grid_ColumnSizerBase_1_ResetAutoCalculation_Syncfusion_UI_Xaml_Grid_GridColumnBase_) method reset the width to particular column. diff --git a/grid-sdk/wpf/tree-grid/Column-Type.md b/grid-sdk/wpf/tree-grid/Column-Type.md index 832c3dba1..21259c61b 100644 --- a/grid-sdk/wpf/tree-grid/Column-Type.md +++ b/grid-sdk/wpf/tree-grid/Column-Type.md @@ -1,14 +1,14 @@ --- layout: post -title: Column Types in WPF TreeGrid control | Syncfusion® -description: Learn here all about Column Types support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Column Types in WPF TreeGrid | Syncfusion® +description: Column Types in TreeGrid provides built-in and custom column types to display, edit, format, and customize data effectively. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Column Types in WPF TreeGrid (SfTreeGrid) +# Column Types in WPF TreeGrid SfTreeGrid provides support for various built-in column types. Each column has its own properties and renderer to handle different types of data. You can also add or override existing columns and renderers as you need. diff --git a/grid-sdk/wpf/tree-grid/Columns.md b/grid-sdk/wpf/tree-grid/Columns.md index 527c5e1c3..48026088b 100644 --- a/grid-sdk/wpf/tree-grid/Columns.md +++ b/grid-sdk/wpf/tree-grid/Columns.md @@ -1,13 +1,13 @@ --- layout: post -title: Columns in WPF TreeGrid control | Syncfusion® -description: Learn here all about Columns support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Columns in WPF TreeGrid | Syncfusion® +description: Columns in TreeGrid supports auto-generated and custom columns, column types, resizing, reordering, freezing, and data binding. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Columns in WPF TreeGrid (SfTreeGrid) +# Columns in WPF TreeGrid SfTreeGrid allows you to add or remove columns using [SfTreeGrid.Columns](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_Columns) property. You can choose the columns to be added from built-in column types or you can create your own column and add to the `SfTreeGrid.Columns`. diff --git a/grid-sdk/wpf/tree-grid/Conditional-Styling.md b/grid-sdk/wpf/tree-grid/Conditional-Styling.md index ab5dc025b..a4c93ef4f 100644 --- a/grid-sdk/wpf/tree-grid/Conditional-Styling.md +++ b/grid-sdk/wpf/tree-grid/Conditional-Styling.md @@ -1,13 +1,13 @@ --- layout: post -title: Conditional Styling in WPF TreeGrid control | Syncfusion® -description: Learn here all about Conditional Styling support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Conditional Styling in WPF TreeGrid | Syncfusion® +description: Conditional Styling in TreeGrid applies custom styles to cells, rows, and columns dynamically based on data values and conditions. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Conditional Styling in WPF TreeGrid (SfTreeGrid) +# Conditional Styling in WPF TreeGrid You can style the treegrid and its inner elements conditionally based on data in three ways, diff --git a/grid-sdk/wpf/tree-grid/Data-Binding.md b/grid-sdk/wpf/tree-grid/Data-Binding.md index 697d93f14..0f44489c0 100644 --- a/grid-sdk/wpf/tree-grid/Data-Binding.md +++ b/grid-sdk/wpf/tree-grid/Data-Binding.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Data Binding in WPF TreeGrid control | Syncfusion® -description: Learn here all about Data Binding support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Data Binding in WPF TreeGrid | Syncfusion® +description: Bind hierarchical and self-relational data to TreeGrid using ItemsSource, nested collections, and on-demand loading. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Data Binding in WPF TreeGrid (SfTreeGrid) +# Data Binding in WPF TreeGrid SfTreeGrid is designed to display the self-relational and hierarchical data in tree structure with columns. The data binding can be achieved by assigning the data source to [SfTreeGrid.ItemsSource](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ItemsSource) property directly through self-relational binding or nested collection or retrieving the parent and child nodes items dynamically using [RequestTreeItems](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_RequestTreeItems) or [LoadOnDemandCommand](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_LoadOnDemandCommand). If the data source implements [INotifyCollectionChanged](https://learn.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?redirectedfrom=MSDN&view=net-5.0) interface, then SfTreeGrid control will automatically refresh the UI when item is added, removed or while list cleared. When you add, remove item in [ObservableCollection](https://learn.microsoft.com/en-us/dotnet/api/system.collections.objectmodel.observablecollection-1?redirectedfrom=MSDN&view=net-5.0)`, SfTreeGrid automatically refresh the UI as `ObservableCollection implements `INotifyCollectionChanged`. But when you do the same in [List](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1?redirectedfrom=MSDN&view=net-5.0), SfTreeGrid will not refresh the UI automatically. diff --git a/grid-sdk/wpf/tree-grid/Data-Validation.md b/grid-sdk/wpf/tree-grid/Data-Validation.md index 805dbbad3..9e9678b65 100644 --- a/grid-sdk/wpf/tree-grid/Data-Validation.md +++ b/grid-sdk/wpf/tree-grid/Data-Validation.md @@ -1,14 +1,14 @@ --- layout: post -title: Data Validation in WPF TreeGrid control | Syncfusion® -description: Learn here all about Data Validation support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Data Validation in WPF TreeGrid | Syncfusion® +description: Validate user input in TreeGrid with built-in rules, IDataErrorInfo, and custom validation logic for accurate data. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Data Validation in WPF TreeGrid (SfTreeGrid) +# Data Validation in WPF TreeGrid SfTreeGrid allows you to validate the data and display hints in case of validation is not passed. In case of invalid data, error icon is displayed at the top right corner of [TreeGridCell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridCell.html). When mouse over the error icon, error information will be displayed in tooltip. diff --git a/grid-sdk/wpf/tree-grid/Editing.md b/grid-sdk/wpf/tree-grid/Editing.md index 29d19786a..bb8b1fecf 100644 --- a/grid-sdk/wpf/tree-grid/Editing.md +++ b/grid-sdk/wpf/tree-grid/Editing.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Editing in WPF TreeGrid control | Syncfusion® -description: Learn here all about Editing support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Editing in WPF TreeGrid | Syncfusion® +description: Enable cell editing in TreeGrid with support for custom editors, edit modes, and validation during data updates. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Editing in WPF TreeGrid (SfTreeGrid) +# Editing in WPF TreeGrid SfTreeGrid provides support for editing and it can be enabled or disabled by setting [SfTreeGrid.AllowEditing](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowEditing) property. diff --git a/grid-sdk/wpf/tree-grid/Export-To-Excel.md b/grid-sdk/wpf/tree-grid/Export-To-Excel.md index eef490824..98b9a57c0 100644 --- a/grid-sdk/wpf/tree-grid/Export-To-Excel.md +++ b/grid-sdk/wpf/tree-grid/Export-To-Excel.md @@ -1,13 +1,13 @@ --- layout: post -title: Export To Excel in WPF TreeGrid control | Syncfusion® -description: Learn here all about Export To Excel support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Export To Excel in WPF TreeGrid | Syncfusion® +description: Export TreeGrid data to Excel with support for headers, stacked headers, sorting, and filtering preservation. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Export To Excel in WPF TreeGrid (SfTreeGrid) +# Export To Excel in WPF TreeGrid SfTreeGrid provides support to export the data to Excel file. This also provides support to export the headers and stacked headers. This maintains the sorting and filtering processes when exporting. diff --git a/grid-sdk/wpf/tree-grid/Export-To-PDF.md b/grid-sdk/wpf/tree-grid/Export-To-PDF.md index 2997280ca..84fa2c2cf 100644 --- a/grid-sdk/wpf/tree-grid/Export-To-PDF.md +++ b/grid-sdk/wpf/tree-grid/Export-To-PDF.md @@ -1,13 +1,13 @@ --- layout: post -title: Export To PDF in WPF TreeGrid control | Syncfusion® -description: Learn here all about Export To PDF support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Export To PDF in WPF TreeGrid | Syncfusion® +description: Export TreeGrid data to PDF with options to include headers, stacked headers, and maintain applied sorting or filtering. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Export To PDF in WPF TreeGrid (SfTreeGrid) +# Export To PDF in WPF TreeGrid SfTreeGrid provides support to export the data to PDF file. This also provides support to export the headers and stacked headers. This maintains the sorting and filtering processes when exporting. diff --git a/grid-sdk/wpf/tree-grid/Filtering.md b/grid-sdk/wpf/tree-grid/Filtering.md index 8e5d92e88..4aaa76171 100644 --- a/grid-sdk/wpf/tree-grid/Filtering.md +++ b/grid-sdk/wpf/tree-grid/Filtering.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Filtering in WPF TreeGrid control | Syncfusion® -description: Learn here all about Filtering support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Filtering in WPF TreeGrid | Syncfusion® +description: Filter TreeGrid records using built-in filter predicates, UI options, and advanced filter conditions for relevant data. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Filtering in WPF TreeGrid (SfTreeGrid) +# Filtering in WPF TreeGrid Filtering is the process of retrieving the values from a collection that satisfies the specified condition. In SfTreeGrid, filtering can be applied through the UI as well as the programmatic filters. @@ -334,7 +334,7 @@ When the DateTime type value is bound to the {{'[TreeGridColumn](https://help.sy -Displays Text Filter in WPF TreeGrid/>
+<img src= Displays Number Filter in WPF TreeGrid diff --git a/grid-sdk/wpf/tree-grid/Getting-Started.md b/grid-sdk/wpf/tree-grid/Getting-Started.md index 162546335..386a3cb75 100644 --- a/grid-sdk/wpf/tree-grid/Getting-Started.md +++ b/grid-sdk/wpf/tree-grid/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with WPF TreeGrid control | Syncfusion® -description: Learn here about getting started with Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Getting Started with WPF TreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion® WPF TreeGrid control. Explore setup, features, examples, and customization options. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Getting Started with WPF TreeGrid (SfTreeGrid) +# Getting Started with WPF TreeGrid The [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid) is a data oriented control that displays the self-relational and hierarchical data in tree structure with columns. The data can be loaded on-demand also. diff --git a/grid-sdk/wpf/tree-grid/GridLines.md b/grid-sdk/wpf/tree-grid/GridLines.md index 3300ccf57..40bf472a6 100644 --- a/grid-sdk/wpf/tree-grid/GridLines.md +++ b/grid-sdk/wpf/tree-grid/GridLines.md @@ -1,13 +1,13 @@ --- layout: post -title: Grid Lines | TreeGrid | WPF | Syncfusion® -description: Learn about customization of grid lines for GridCells and HeaderCells in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more details. +title: Grid Lines in WPF TreeGrid | Syncfusion® +description: Customize grid lines in TreeGrid to show vertical, horizontal, or both borders for cells and header cells. platform: grid-sdk control: TreeGrid documentation: ug --- -# Grid Lines customization in WPF TreeGrid (SfTreeGrid) +# Grid Lines in WPF TreeGrid SfTreeGrid allows you to customize the grid lines visibility to vertical, horizontal, both or none. To achieve this, use the following properties. diff --git a/grid-sdk/wpf/tree-grid/Helpers.md b/grid-sdk/wpf/tree-grid/Helpers.md index 63be3b988..df142f6e5 100644 --- a/grid-sdk/wpf/tree-grid/Helpers.md +++ b/grid-sdk/wpf/tree-grid/Helpers.md @@ -1,13 +1,13 @@ --- layout: post -title: Helpers in WPF TreeGrid control | Syncfusion® -description: Learn here all about Helpers support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Helpers in WPF TreeGrid | Syncfusion® +description: Helpers in TreeGrid provides helper classes and methods to customize grid behavior, access grid elements, and simplify development tasks. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Helpers in WPF TreeGrid (SfTreeGrid) +# Helpers in WPF TreeGrid ## IndexResolver diff --git a/grid-sdk/wpf/tree-grid/Interactive-Features.md b/grid-sdk/wpf/tree-grid/Interactive-Features.md index 27cad92a2..6afd9a7e1 100644 --- a/grid-sdk/wpf/tree-grid/Interactive-Features.md +++ b/grid-sdk/wpf/tree-grid/Interactive-Features.md @@ -1,13 +1,13 @@ --- layout: post -title: Interactive Features in WPF TreeGrid control | Syncfusion® -description: Learn here all about Interactive Features support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Interactive Features in WPF TreeGrid | Syncfusion® +description: Interactive features in TreeGrid enhance usability by offering context menus, drag‑and‑drop, tooltips, and flexible customization. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Interactive Features in WPF TreeGrid (SfTreeGrid) +# Interactive Features in WPF TreeGrid ## Context menu diff --git a/grid-sdk/wpf/tree-grid/Load-On-Demand.md b/grid-sdk/wpf/tree-grid/Load-On-Demand.md index c6d76a7d9..275b7912e 100644 --- a/grid-sdk/wpf/tree-grid/Load-On-Demand.md +++ b/grid-sdk/wpf/tree-grid/Load-On-Demand.md @@ -1,13 +1,13 @@ --- layout: post -title: Load On Demand in WPF TreeGrid control | Syncfusion® -description: Learn here all about Load On Demand support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Load On Demand in WPF TreeGrid | Syncfusion® +description: Load TreeGrid child nodes on demand to improve performance when working with large hierarchical data sources. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Load On Demand in WPF TreeGrid (SfTreeGrid) +# Load On Demand in WPF TreeGrid SfTreeGrid supports to load the data in on-demand. It helps to load the child items from services when end-user expands the node. This can be achieved by using the [SfTreeGrid.LoadOnDemandCommand](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_LoadOnDemandCommand) command or [SfTreeGrid.RequestTreeItems](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html) event as follows. diff --git a/grid-sdk/wpf/tree-grid/Localization.md b/grid-sdk/wpf/tree-grid/Localization.md index f3da21ef9..ef0789311 100644 --- a/grid-sdk/wpf/tree-grid/Localization.md +++ b/grid-sdk/wpf/tree-grid/Localization.md @@ -1,12 +1,12 @@ --- layout: post -title: Localization in WPF TreeGrid control | Syncfusion® -description: Learn here all about Localization support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Localization in WPF TreeGrid | Syncfusion® +description: Localization in TreeGrid customizes grid content to support multiple languages and regional settings for global usability. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Localization in WPF TreeGrid (SfTreeGrid) +# Localization in WPF TreeGrid Localization is the process of translating the application resources into different language for the specific cultures. You can localize the treegrid by [adding resource file](https://learn.microsoft.com/en-us/previous-versions/visualstudio/visual-studio-2010/aa992030(v=vs.100)). Application culture can be changed by setting `CurrentUICulture` before InitializeComponent method. diff --git a/grid-sdk/wpf/tree-grid/MVVM.md b/grid-sdk/wpf/tree-grid/MVVM.md index 5736e94f9..447c44cf0 100644 --- a/grid-sdk/wpf/tree-grid/MVVM.md +++ b/grid-sdk/wpf/tree-grid/MVVM.md @@ -1,13 +1,13 @@ --- layout: post -title: MVVM in WPF TreeGrid control | Syncfusion® -description: Learn here all about MVVM support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: MVVM in WPF TreeGrid | Syncfusion® +description: MVVM in TreeGrid enables seamless integration with the MVVM pattern for managing data, commands, and user interactions effectively. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# MVVM in WPF TreeGrid (SfTreeGrid) +# MVVM in WPF TreeGrid This section explains various MVVM requirements using SfTreeGrid. diff --git a/grid-sdk/wpf/tree-grid/MergeCell.md b/grid-sdk/wpf/tree-grid/MergeCell.md index af17ae07c..e0837fcfe 100644 --- a/grid-sdk/wpf/tree-grid/MergeCell.md +++ b/grid-sdk/wpf/tree-grid/MergeCell.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Merge Cells in WPF TreeGrid control | Syncfusion® -description: Learn here all about Merge Cells support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Merge Cells in WPF TreeGrid | Syncfusion® +description: Merge Cells in TreeGrid combines adjacent cells with matching values to improve data organization and readability. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Merge Cells in WPF TreeGrid (SfTreeGrid) +# Merge Cells in WPF TreeGrid SfTreeGrid allows you to merge a range of adjacent cells in a row across columns using the [QueryCoveredRange](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html) event. diff --git a/grid-sdk/wpf/tree-grid/Node-CheckBox.md b/grid-sdk/wpf/tree-grid/Node-CheckBox.md index 0596e8441..c93943ed3 100644 --- a/grid-sdk/wpf/tree-grid/Node-CheckBox.md +++ b/grid-sdk/wpf/tree-grid/Node-CheckBox.md @@ -1,12 +1,12 @@ --- layout: post -title: Node CheckBox in WPF TreeGrid control | Syncfusion® -description: Learn here all about Node CheckBox support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Node CheckBox in WPF TreeGrid | Syncfusion® +description: Node CheckBox in WPF TreeGrid adds checkboxes to nodes for selection, tri-state, and recursive checking. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Node CheckBox in WPF TreeGrid (SfTreeGrid) +# Node CheckBox in WPF TreeGrid SfTreeGrid provides support for loading `CheckBox` in the expander cell of each node, which allows the user to check/uncheck the corresponding node. You can display check box in each node by setting [SfTreeGrid.ShowCheckBox](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ShowCheckBox) property as `true`. It also provides support to process the selection in the context of state of the checkbox based on [SfTreeGrid.CheckBoxSelectionMode](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_CheckBoxSelectionMode) property. diff --git a/grid-sdk/wpf/tree-grid/Paging.md b/grid-sdk/wpf/tree-grid/Paging.md index 70a2e1260..fc5c22d07 100644 --- a/grid-sdk/wpf/tree-grid/Paging.md +++ b/grid-sdk/wpf/tree-grid/Paging.md @@ -1,13 +1,13 @@ --- layout: post -title: Paging in WPF TreeGrid control | Syncfusion® -description: Learn here all about Paging support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more details. +title: Paging in WPF TreeGrid | Syncfusion® +description: Paging in TreeGrid displays data in pages to improve navigation, performance, and the overall browsing experience. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Paging in WPF TreeGrid (SfTreeGrid) +# Paging in WPF TreeGrid SfTreeGrid provides support to manipulate the nodes using SfDataPager control. You can refer [SfDataPager](https://help.syncfusion.com/wpf/datapager/overview) control user guide for more information. diff --git a/grid-sdk/wpf/tree-grid/Printing.md b/grid-sdk/wpf/tree-grid/Printing.md index eca54c931..b0cbd4106 100644 --- a/grid-sdk/wpf/tree-grid/Printing.md +++ b/grid-sdk/wpf/tree-grid/Printing.md @@ -1,13 +1,13 @@ --- layout: post -title: Printing in WPF TreeGrid control | Syncfusion® -description: Learn here all about Printing support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Printing in WPF TreeGrid | Syncfusion® +description: Printing in TreeGrid prints grid data with customizable layouts, formatting, and page settings for professional output. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Printing in WPF TreeGrid (SfTreeGrid) +# Printing in WPF TreeGrid The printing feature can be achieved by exporting the tree grid to PDF and printing the exported PDF using the [PdfViewerControl](https://help.syncfusion.com/wpf/pdf-viewer/printing-pdf-files) . diff --git a/grid-sdk/wpf/tree-grid/Row-Height-Customization.md b/grid-sdk/wpf/tree-grid/Row-Height-Customization.md index a34804db3..51dd11eae 100644 --- a/grid-sdk/wpf/tree-grid/Row-Height-Customization.md +++ b/grid-sdk/wpf/tree-grid/Row-Height-Customization.md @@ -1,13 +1,13 @@ --- layout: post -title: Row Height Customization in WPF TreeGrid control | Syncfusion® -description: Learn here all about Row Height Customization support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Row Height Customization in WPF TreeGrid | Syncfusion® +description: Row Height Customization in TreeGrid customizes row heights dynamically to improve data display, readability, and user experience. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Row Height Customization in WPF TreeGrid (SfTreeGrid) +# Row Height Customization in WPF TreeGrid You can change the header row height by setting **SfTreeGrid.HeaderRowHeight** and the other rows height can be changed by setting **SfTreeGrid.RowHeight** property. diff --git a/grid-sdk/wpf/tree-grid/Rows.md b/grid-sdk/wpf/tree-grid/Rows.md index c3f74ae83..9a60da275 100644 --- a/grid-sdk/wpf/tree-grid/Rows.md +++ b/grid-sdk/wpf/tree-grid/Rows.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Rows in WPF TreeGrid control | Syncfusion® -description: Learn here all about Rows support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Rows in WPF TreeGrid | Syncfusion® +description: Rows in TreeGrid include headers, unbound, and data rows with customizable styles, indicators, and flexible layouts. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Rows in WPF TreeGrid (SfTreeGrid) +# Rows in WPF TreeGrid This section explains about various row types in treegrid and its customization. diff --git a/grid-sdk/wpf/tree-grid/Search.md b/grid-sdk/wpf/tree-grid/Search.md index 97941b59e..f4762e37e 100644 --- a/grid-sdk/wpf/tree-grid/Search.md +++ b/grid-sdk/wpf/tree-grid/Search.md @@ -1,13 +1,13 @@ --- layout: post -title: Search in WPF TreeGrid control | Syncfusion® -description: Learn here all about Search support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more details. +title: Search in WPF TreeGrid | Syncfusion® +description: Search in TreeGrid quickly locates records across grid data to improve navigation, data access, and productivity. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Search in WPF TreeGrid (SfTreeGrid) +# Search in WPF TreeGrid [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) control allows you to search the data displayed in the SfTreeGrid. You can search the data by using [SearchController.Search](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridSearchController.html#Syncfusion_UI_Xaml_TreeGrid_TreeGridSearchController_Search_System_String_) method. diff --git a/grid-sdk/wpf/tree-grid/Selection.md b/grid-sdk/wpf/tree-grid/Selection.md index d9be0ef44..44f7de59b 100644 --- a/grid-sdk/wpf/tree-grid/Selection.md +++ b/grid-sdk/wpf/tree-grid/Selection.md @@ -1,13 +1,13 @@ ---- +--- layout: post -title: Selection in WPF TreeGrid control | Syncfusion® -description: Learn here all about Selection support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Selection in WPF TreeGrid | Syncfusion® +description: Selection in TreeGrid provides flexible row, cell, and multi-selection options with customizable modes and selection behaviors. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Selection in WPF TreeGrid (SfTreeGrid) +# Selection in WPF TreeGrid [WPF TreeGrid](https://www.syncfusion.com/wpf-controls/treegrid) (SfTreeGrid) allows you to select one or more rows or cells. For selecting specific row or group of rows you have to set [SelectionUnit](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_SelectionUnit) as [Row](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridSelectionUnit.html) and for selecting a specific cell or group of cells you have to set `SelectionUnit` as [Cell](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridSelectionUnit.html) or [Any](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridSelectionUnit.html). In [SelectionUnit.Any](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridSelectionUnit.html) option you can select the row by clicking on row header. diff --git a/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md b/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md index 0393fa6be..2e7f85146 100644 --- a/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md +++ b/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md @@ -1,9 +1,9 @@ --- layout: post -title: Serialization in WPF TreeGrid Control | Syncfusion® -description: Learn here all about Serialization and Deserialization support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Serialization in WPF TreeGrid | Syncfusion® +description: Serialization in TreeGrid enables saving and restoring grid state with options to customize sorting, filtering, columns, and headers. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- diff --git a/grid-sdk/wpf/tree-grid/Sorting.md b/grid-sdk/wpf/tree-grid/Sorting.md index b4c9fdf41..0e61f2088 100644 --- a/grid-sdk/wpf/tree-grid/Sorting.md +++ b/grid-sdk/wpf/tree-grid/Sorting.md @@ -1,14 +1,14 @@ ---- +--- layout: post -title: Sorting in WPF TreeGrid control | Syncfusion® -description: Learn here all about Sorting support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Sorting in WPF TreeGrid | Syncfusion® +description: Sorting in TreeGrid provides single and multi-column sorting, custom sorting, programmatic sorting, and sorting event support for efficient data organization. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Sorting in WPF TreeGrid (SfTreeGrid) +# Sorting in WPF TreeGrid SfTreeGrid allows you to sort the data against one or more columns either in ascending or descending order. When sorting is applied, the rows are rearranged based on sort criteria. You can allow users to sort the data by touching or clicking the column header using [SfTreeGrid.AllowSorting](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_AllowSorting) property to `true`. @@ -198,7 +198,7 @@ You can implement [ISortDirection](https://help.syncfusion.com/cr/wpf/Syncfusion Follow the below steps to add custom comparer to sort using custom logic, -#### Define custom comparer with custom sort logic +### Define custom comparer with custom sort logic In the below code snippet, `FirstName` property is compared based on its string length, instead of default string comparison. diff --git a/grid-sdk/wpf/tree-grid/Styles-and-Templates.md b/grid-sdk/wpf/tree-grid/Styles-and-Templates.md index 42a260e87..6c0f38a5c 100644 --- a/grid-sdk/wpf/tree-grid/Styles-and-Templates.md +++ b/grid-sdk/wpf/tree-grid/Styles-and-Templates.md @@ -1,13 +1,13 @@ --- layout: post -title: Styles and Templates in WPF TreeGrid control | Syncfusion® -description: Learn here all about Styles and Templates support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Styles and Templates in WPF TreeGrid | Syncfusion® +description: Styles and Templates in TreeGrid provide flexible customization of headers, cells, and rows using styles, control templates, and triggers. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Styles and Templates in WPF TreeGrid (SfTreeGrid) +# Styles and Templates in WPF TreeGrid ## Styling Column Header diff --git a/grid-sdk/wpf/tree-grid/Themes.md b/grid-sdk/wpf/tree-grid/Themes.md index b8c660695..a5ab637a4 100644 --- a/grid-sdk/wpf/tree-grid/Themes.md +++ b/grid-sdk/wpf/tree-grid/Themes.md @@ -1,13 +1,13 @@ --- layout: post -title: Themes in WPF TreeGrid control | Syncfusion® -description: Learn here all about Themes support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: Themes in WPF TreeGrid | Syncfusion® +description: Themes in TreeGrid apply built in themes to customize grid appearance and maintain a consistent visual experience across applications. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# Themes in WPF TreeGrid (SfTreeGrid) +# Themes in WPF TreeGrid SfTreeGrid provides built-in themes which can be applied using [SfSkinManager](https://help.syncfusion.com/wpf/treegrid/themes) and also provides support to create custom theme using [theme studio](https://help.syncfusion.com/wpf/themes/theme-studio). diff --git a/grid-sdk/wpf/tree-grid/ToolTip.md b/grid-sdk/wpf/tree-grid/ToolTip.md index 9c13dd534..68c004f54 100644 --- a/grid-sdk/wpf/tree-grid/ToolTip.md +++ b/grid-sdk/wpf/tree-grid/ToolTip.md @@ -1,13 +1,13 @@ --- layout: post -title: ToolTip in WPF TreeGrid control | Syncfusion® -description: Learn here all about ToolTip support in Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements and more. +title: ToolTip in WPF TreeGrid | Syncfusion® +description: ToolTip in TreeGrid displays additional information for cells, rows, and headers with customizable tooltip support. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# ToolTip in WPF TreeGrid (SfTreeGrid) +# ToolTip in WPF TreeGrid Tooltip supports showing the pop-up window that displays the information when the mouse hovers over a cell of the SfTreeGrid. @@ -107,8 +107,8 @@ You can customize appearance of the tooltip of a particular column by setting th The ToolTipTemplate receives the underlying data object as DataContext by default. You can set the [TreeGridColumn.SetCellBoundToolTip](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.GridColumnBase.html#Syncfusion_UI_Xaml_Grid_GridColumnBase_SetCellBoundToolTip) to `true` to change the DataContext of the tooltip template where it sets the DataContext as DataContextHelper. The [TreeGridDataContextHelper](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.Cells.TreeGridDataContextHelper.html) has the following properties to reuse the same template for all the columns:
    -
  • Record: Gets the underlying data record of a row which has the cell.
  • -
  • Value: Gets the underlying value of a cell.
  • +
  • Record: Gets the underlying data record of a row which has the cell.
  • +
  • Value: Gets the underlying value of a cell.
{% tabs %} @@ -246,11 +246,11 @@ You can get the sample [here](https://www.syncfusion.com/downloads/support/direc The [CellToolTipOpening](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html) event occurs when any tooltip of the cell is opened. The `CellToolTipOpening` event receives the [TreeGridCellToolTipOpeningEventArgs](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.TreeGridCellToolTipOpeningEventArgs.html) as argument which has the following properties:
    -
  • Column: Gets the hovered cell column in the SfTreeGrid.
  • -
  • Node: Gets the hovered cell node.
  • -
  • Record: Gets the data context of hovered cell.
  • -
  • RowColumnIndex: Gets the row and column index of the hovered cell.
  • -
  • ToolTip: Gets the tooltip of the hovered cells.
  • +
  • Column: Gets the hovered cell column in the SfTreeGrid.
  • +
  • Node: Gets the hovered cell node.
  • +
  • Record: Gets the data context of hovered cell.
  • +
  • RowColumnIndex: Gets the row and column index of the hovered cell.
  • +
  • ToolTip: Gets the tooltip of the hovered cells.
{% tabs %} diff --git a/grid-sdk/wpf/tree-grid/UI-Automation.md b/grid-sdk/wpf/tree-grid/UI-Automation.md index 538986ba8..4c75faa72 100644 --- a/grid-sdk/wpf/tree-grid/UI-Automation.md +++ b/grid-sdk/wpf/tree-grid/UI-Automation.md @@ -1,15 +1,15 @@ --- layout: post -title: UI Automation in WPF TreeGrid control | Syncfusion® -description: Learn here all about UI Automation support in Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: UI Automation in WPF TreeGrid | Syncfusion® +description: UI Automation in TreeGrid enables accessibility and automated testing support through built‑in UI Automation providers for grid elements. platform: grid-sdk -control: SfTreeGrid +control: TreeGrid documentation: ug --- -# UI Automation in WPF TreeGrid (SfTreeGrid) +# UI Automation in WPF TreeGrid -### Requirements and configuration +## Requirements and configuration To test SfTreeGrid control with CUITs, build the extension project and place it in the mentioned location. You can get the extension project from the following location.