From 947b626b160733894c00ca855c2a912a864cede4 Mon Sep 17 00:00:00 2001 From: AravinthSundaramSF Date: Wed, 12 Aug 2026 15:26:35 +0530 Subject: [PATCH 1/2] Documentation(1042192): Updated the changes for the UG Front Format correction in WPF SfTreeGrid. --- wpf/TreeGrid/Clipboard-Operations.md | 6 +++--- wpf/TreeGrid/Column-Sizing.md | 6 +++--- wpf/TreeGrid/Column-Type.md | 6 +++--- wpf/TreeGrid/Columns.md | 6 +++--- wpf/TreeGrid/Conditional-Styling.md | 6 +++--- wpf/TreeGrid/Data-Binding.md | 6 +++--- wpf/TreeGrid/Data-Validation.md | 6 +++--- wpf/TreeGrid/Editing.md | 6 +++--- wpf/TreeGrid/Export-To-Excel.md | 6 +++--- wpf/TreeGrid/Export-To-PDF.md | 6 +++--- wpf/TreeGrid/Filtering.md | 6 +++--- wpf/TreeGrid/Getting-Started.md | 6 +++--- wpf/TreeGrid/GridLines.md | 6 +++--- wpf/TreeGrid/Helpers.md | 6 +++--- wpf/TreeGrid/Interactive-Features.md | 6 +++--- wpf/TreeGrid/Load-On-Demand.md | 6 +++--- wpf/TreeGrid/Localization.md | 6 +++--- wpf/TreeGrid/MVVM.md | 6 +++--- wpf/TreeGrid/MergeCell.md | 6 +++--- wpf/TreeGrid/Node-CheckBox.md | 6 +++--- wpf/TreeGrid/Paging.md | 6 +++--- wpf/TreeGrid/Printing.md | 6 +++--- wpf/TreeGrid/Row-Height-Customization.md | 6 +++--- wpf/TreeGrid/Rows.md | 6 +++--- wpf/TreeGrid/Search.md | 6 +++--- wpf/TreeGrid/Selection.md | 6 +++--- wpf/TreeGrid/Serialization-and-Deserialization.md | 6 +++--- wpf/TreeGrid/Sorting.md | 6 +++--- wpf/TreeGrid/Styles-and-Templates.md | 6 +++--- wpf/TreeGrid/Themes.md | 6 +++--- wpf/TreeGrid/ToolTip.md | 6 +++--- wpf/TreeGrid/UI-Automation.md | 6 +++--- 32 files changed, 96 insertions(+), 96 deletions(-) diff --git a/wpf/TreeGrid/Clipboard-Operations.md b/wpf/TreeGrid/Clipboard-Operations.md index 97a2d6e6c4..a26d21c8f4 100644 --- a/wpf/TreeGrid/Clipboard-Operations.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Clipboard Operations in the Syncfusion® WPF SfTreeGrid control. Copy, paste, and manage grid data efficiently with built-in support. platform: wpf control: SfTreeGrid documentation: ug --- -# Clipboard Operations in WPF TreeGrid (SfTreeGrid) +# Clipboard Operations in WPF SfTreeGrid 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/wpf/TreeGrid/Column-Sizing.md b/wpf/TreeGrid/Column-Sizing.md index 018208ef9e..453a37df5a 100644 --- a/wpf/TreeGrid/Column-Sizing.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Column Sizing in the Syncfusion® WPF SfTreeGrid control. Adjust, resize, and manage columns with flexible sizing options. platform: wpf control: SfTreeGrid documentation: ug --- -# Column Sizing in WPF TreeGrid (SfTreeGrid) +# Column Sizing in WPF SfTreeGrid 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. diff --git a/wpf/TreeGrid/Column-Type.md b/wpf/TreeGrid/Column-Type.md index 81919845a4..b05e43cfa0 100644 --- a/wpf/TreeGrid/Column-Type.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Column Types in the Syncfusion® WPF SfTreeGrid control. Explore available column types, customization options, and usage details. platform: wpf control: SfTreeGrid documentation: ug --- -# Column Types in WPF TreeGrid (SfTreeGrid) +# Column Types in WPF SfTreeGrid 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/wpf/TreeGrid/Columns.md b/wpf/TreeGrid/Columns.md index 7fcde62d4b..5ab16cafcd 100644 --- a/wpf/TreeGrid/Columns.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Columns in the Syncfusion® WPF SfTreeGrid control. Configure, customize, and manage column types and behaviors effectively. platform: wpf control: SfTreeGrid documentation: ug --- -# Columns in WPF TreeGrid (SfTreeGrid) +# Columns in WPF SfTreeGrid 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/wpf/TreeGrid/Conditional-Styling.md b/wpf/TreeGrid/Conditional-Styling.md index 5b43419b32..96eb1c1e49 100644 --- a/wpf/TreeGrid/Conditional-Styling.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Conditional Styling in the Syncfusion® WPF SfTreeGrid control. Apply styles dynamically based on conditions to enhance data visualization. platform: wpf control: SfTreeGrid documentation: ug --- -# Conditional Styling in WPF TreeGrid (SfTreeGrid) +# Conditional Styling in WPF SfTreeGrid You can style the treegrid and its inner elements conditionally based on data in three ways, diff --git a/wpf/TreeGrid/Data-Binding.md b/wpf/TreeGrid/Data-Binding.md index 8b3334246f..20e0da50b1 100644 --- a/wpf/TreeGrid/Data-Binding.md +++ b/wpf/TreeGrid/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 the Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements, and more. +title: Data Binding in WPF SfTreeGrid | Syncfusion® +description: Learn about Data Binding in the Syncfusion® WPF SfTreeGrid control. Bind hierarchical data sources with flexible options. platform: wpf control: SfTreeGrid documentation: ug --- -# Data Binding in WPF TreeGrid (SfTreeGrid) +# Data Binding in WPF SfTreeGrid 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/wpf/TreeGrid/Data-Validation.md b/wpf/TreeGrid/Data-Validation.md index f8ca181a97..51d55de936 100644 --- a/wpf/TreeGrid/Data-Validation.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Data Validation in the Syncfusion® WPF SfTreeGrid control. Validate user input and ensure data accuracy with built-in rules. platform: wpf control: SfTreeGrid documentation: ug --- -# Data Validation in WPF TreeGrid (SfTreeGrid) +# Data Validation in WPF SfTreeGrid 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/wpf/TreeGrid/Editing.md b/wpf/TreeGrid/Editing.md index 97a1975c0a..d430533f63 100644 --- a/wpf/TreeGrid/Editing.md +++ b/wpf/TreeGrid/Editing.md @@ -1,13 +1,13 @@ --- layout: post -title: Editing in WPF TreeGrid control | Syncfusion® -description: Learn here all about Editing support in the Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements, and more. +title: Editing in WPF SfTreeGrid | Syncfusion® +description: Learn about Editing in the Syncfusion® WPF SfTreeGrid control. Enable, customize, and manage editing features for efficient data updates. platform: wpf control: SfTreeGrid documentation: ug --- -# Editing in WPF TreeGrid (SfTreeGrid) +# Editing in WPF SfTreeGrid 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/wpf/TreeGrid/Export-To-Excel.md b/wpf/TreeGrid/Export-To-Excel.md index 274e8a449e..d684d548fb 100644 --- a/wpf/TreeGrid/Export-To-Excel.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Export To Excel in the Syncfusion® WPF SfTreeGrid control. Export grid data to Excel for easy sharing and reporting. platform: wpf control: SfTreeGrid documentation: ug --- -# Export To Excel in WPF TreeGrid (SfTreeGrid) +# Export To Excel in WPF SfTreeGrid 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/wpf/TreeGrid/Export-To-PDF.md b/wpf/TreeGrid/Export-To-PDF.md index fcdc1c1f56..17dc2e67aa 100644 --- a/wpf/TreeGrid/Export-To-PDF.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Export To PDF in the Syncfusion® WPF SfTreeGrid control. Export grid data to PDF for easy sharing and accurate reporting. platform: wpf control: SfTreeGrid documentation: ug --- -# Export To PDF in WPF TreeGrid (SfTreeGrid) +# Export To PDF in WPF SfTreeGrid 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/wpf/TreeGrid/Filtering.md b/wpf/TreeGrid/Filtering.md index ad46e7a0a1..326388ad5b 100644 --- a/wpf/TreeGrid/Filtering.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Filtering in the Syncfusion® WPF SfTreeGrid control. Apply filter conditions to display relevant data quickly and efficiently. platform: wpf control: SfTreeGrid documentation: ug --- -# Filtering in WPF TreeGrid (SfTreeGrid) +# Filtering in WPF SfTreeGrid 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. diff --git a/wpf/TreeGrid/Getting-Started.md b/wpf/TreeGrid/Getting-Started.md index bc4d954e8e..19264e05e5 100644 --- a/wpf/TreeGrid/Getting-Started.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion WPF SfTreeGrid control. Explore setup, features, examples, and customization options. platform: wpf control: SfTreeGrid documentation: ug --- -# Getting Started with WPF TreeGrid (SfTreeGrid) +# Getting Started with WPF SfTreeGrid 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/wpf/TreeGrid/GridLines.md b/wpf/TreeGrid/GridLines.md index f3b3988b48..a1a66723fd 100644 --- a/wpf/TreeGrid/GridLines.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about customizing grid lines for cells and headers in the Syncfusion® WPF SfTreeGrid control with flexible styling options. platform: wpf control: TreeGrid documentation: ug --- -# Grid Lines customization in WPF TreeGrid (SfTreeGrid) +# Grid Lines in WPF SfTreeGrid 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/wpf/TreeGrid/Helpers.md b/wpf/TreeGrid/Helpers.md index 6a11c68840..3a1cffeb3c 100644 --- a/wpf/TreeGrid/Helpers.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Helpers in the Syncfusion® WPF SfTreeGrid control. Use helper classes and methods to simplify customization and data handling. platform: wpf control: SfTreeGrid documentation: ug --- -# Helpers in WPF TreeGrid (SfTreeGrid) +# Helpers in WPF SfTreeGrid ## IndexResolver diff --git a/wpf/TreeGrid/Interactive-Features.md b/wpf/TreeGrid/Interactive-Features.md index 268ab7bca6..d133a35942 100644 --- a/wpf/TreeGrid/Interactive-Features.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Interactive Features in the Syncfusion® WPF SfTreeGrid control. Enhance user experience with built-in interactive options. platform: wpf control: SfTreeGrid documentation: ug --- -# Interactive Features in WPF TreeGrid (SfTreeGrid) +# Interactive Features in WPF SfTreeGrid ## Context menu diff --git a/wpf/TreeGrid/Load-On-Demand.md b/wpf/TreeGrid/Load-On-Demand.md index 4c89194e94..68234fa475 100644 --- a/wpf/TreeGrid/Load-On-Demand.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Load On Demand in the Syncfusion® WPF SfTreeGrid control. Load records dynamically to improve performance and memory usage. platform: wpf control: SfTreeGrid documentation: ug --- -# Load On Demand in WPF TreeGrid (SfTreeGrid) +# Load On Demand in WPF SfTreeGrid 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/wpf/TreeGrid/Localization.md b/wpf/TreeGrid/Localization.md index 61154b2e09..d115f9db42 100644 --- a/wpf/TreeGrid/Localization.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Localization in the Syncfusion® WPF SfTreeGrid control. Customize culture, language, and resources for global applications. platform: wpf control: SfTreeGrid documentation: ug --- -# Localization in WPF TreeGrid (SfTreeGrid) +# Localization in WPF SfTreeGrid 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/wpf/TreeGrid/MVVM.md b/wpf/TreeGrid/MVVM.md index 3869b31b1d..afbfebee83 100644 --- a/wpf/TreeGrid/MVVM.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about MVVM support in the Syncfusion® WPF SfTreeGrid control. Implement data binding using MVVM pattern. platform: wpf control: SfTreeGrid documentation: ug --- -# MVVM in WPF TreeGrid (SfTreeGrid) +# MVVM in WPF SfTreeGrid This section explains various MVVM requirements using SfTreeGrid. diff --git a/wpf/TreeGrid/MergeCell.md b/wpf/TreeGrid/MergeCell.md index 907452c255..388ff559c9 100644 --- a/wpf/TreeGrid/MergeCell.md +++ b/wpf/TreeGrid/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 the Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements, and more. +title: Merge Cells in WPF SfTreeGrid | Syncfusion® +description: Learn about Merge Cells in the Syncfusion® WPF SfTreeGrid control. Combine adjacent cells to improve readability and data presentation. platform: wpf control: SfTreeGrid documentation: ug --- -# Merge Cells in WPF TreeGrid (SfTreeGrid) +# Merge Cells in WPF SfTreeGrid 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/wpf/TreeGrid/Node-CheckBox.md b/wpf/TreeGrid/Node-CheckBox.md index bcb9d28599..e202368c91 100644 --- a/wpf/TreeGrid/Node-CheckBox.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Node CheckBox in the Syncfusion® WPF SfTreeGrid control. Enable checkboxes for nodes to manage selection and hierarchy easily. platform: wpf control: SfTreeGrid documentation: ug --- -# Node CheckBox in WPF TreeGrid (SfTreeGrid) +# Node CheckBox in WPF SfTreeGrid 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/wpf/TreeGrid/Paging.md b/wpf/TreeGrid/Paging.md index 12aeca6ff7..a301f028ac 100644 --- a/wpf/TreeGrid/Paging.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Paging in the Syncfusion® WPF SfTreeGrid control. Navigate large data sets efficiently by splitting records into multiple pages. platform: wpf control: SfTreeGrid documentation: ug --- -# Paging in WPF TreeGrid (SfTreeGrid) +# Paging in WPF SfTreeGrid 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/wpf/TreeGrid/Printing.md b/wpf/TreeGrid/Printing.md index 5f1215167a..5b76d197e8 100644 --- a/wpf/TreeGrid/Printing.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Printing in the Syncfusion® WPF SfTreeGrid control. Print grid data with customizable options. platform: wpf control: SfTreeGrid documentation: ug --- -# Printing in WPF TreeGrid (SfTreeGrid) +# Printing in WPF SfTreeGrid 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/wpf/TreeGrid/Row-Height-Customization.md b/wpf/TreeGrid/Row-Height-Customization.md index e0bb3a7bb6..271457f1b0 100644 --- a/wpf/TreeGrid/Row-Height-Customization.md +++ b/wpf/TreeGrid/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 the Syncfusion® WPF TreeGrid (SfTreeGrid) control and more. +title: Row Height Customization in WPF SfTreeGrid | Syncfusion® +description: Learn about Row Height Customization in the Syncfusion® WPF SfTreeGrid control. Adjust row heights dynamically for better layout and readability. platform: wpf control: SfTreeGrid documentation: ug --- -# Row Height Customization in WPF TreeGrid (SfTreeGrid) +# Row Height Customization in WPF SfTreeGrid You can change the header row height by setting [SfTreeGrid.HeaderRowHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_HeaderRowHeight) and the other rows height can be changed by setting [SfTreeGrid.RowHeight](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_RowHeight) property. diff --git a/wpf/TreeGrid/Rows.md b/wpf/TreeGrid/Rows.md index 59c10dcccc..8350f76323 100644 --- a/wpf/TreeGrid/Rows.md +++ b/wpf/TreeGrid/Rows.md @@ -1,14 +1,14 @@ --- layout: post -title: Rows in WPF TreeGrid control | Syncfusion® -description: Learn here all about Rows support in the Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements, and more. +title: Rows in WPF SfTreeGrid | Syncfusion® +description: Learn about Rows in the Syncfusion® WPF SfTreeGrid control. Customize row appearance and manage data presentation effectively. platform: wpf control: SfTreeGrid documentation: ug --- -# Rows in WPF TreeGrid (SfTreeGrid) +# Rows in WPF SfTreeGrid This section explains about various row types in treegrid and its customization. diff --git a/wpf/TreeGrid/Search.md b/wpf/TreeGrid/Search.md index a21beb369b..ee161ef8d1 100644 --- a/wpf/TreeGrid/Search.md +++ b/wpf/TreeGrid/Search.md @@ -1,13 +1,13 @@ --- layout: post -title: Search in WPF TreeGrid control | Syncfusion® -description: Learn here all about Search support in the Syncfusion® WPF TreeGrid (SfTreeGrid) control, its elements, and more details. +title: Search in WPF SfTreeGrid | Syncfusion® +description: Learn about Search in the Syncfusion® WPF SfTreeGrid control. Quickly locate records with built-in search options for efficient navigation. platform: wpf control: SfTreeGrid documentation: ug --- -# Search in WPF TreeGrid (SfTreeGrid) +# Search in WPF SfTreeGrid [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/wpf/TreeGrid/Selection.md b/wpf/TreeGrid/Selection.md index 2ecf48ae13..fa0b425dca 100644 --- a/wpf/TreeGrid/Selection.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Selection in the Syncfusion® WPF SfTreeGrid control. Choose single or multiple rows and cells with flexible selection options. platform: wpf control: SfTreeGrid documentation: ug --- -# Selection in WPF TreeGrid (SfTreeGrid) +# Selection in WPF SfTreeGrid [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/wpf/TreeGrid/Serialization-and-Deserialization.md b/wpf/TreeGrid/Serialization-and-Deserialization.md index 15108f037d..d379f47da1 100644 --- a/wpf/TreeGrid/Serialization-and-Deserialization.md +++ b/wpf/TreeGrid/Serialization-and-Deserialization.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Serialization and Deserialization in the Syncfusion® WPF SfTreeGrid control. Save and restore grid state. platform: wpf control: SfTreeGrid documentation: ug --- -# Serialization and Deserialization in WPF TreeGrid +# Serialization and Deserialization in WPF SfTreeGrid SfTreeGrid allows you to serialize and deserialize the SfTreeGrid settings using [DataContractSerializer](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.serialization.datacontractserializer?view=net-8.0). diff --git a/wpf/TreeGrid/Sorting.md b/wpf/TreeGrid/Sorting.md index 416868d357..882adac9ce 100644 --- a/wpf/TreeGrid/Sorting.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Sorting in the Syncfusion® WPF SfTreeGrid control. Organize records by columns with ascending, descending, and custom sort options. platform: wpf control: SfTreeGrid documentation: ug --- -# Sorting in WPF TreeGrid (SfTreeGrid) +# Sorting in WPF SfTreeGrid 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`. diff --git a/wpf/TreeGrid/Styles-and-Templates.md b/wpf/TreeGrid/Styles-and-Templates.md index 0fbbe3e4ad..b7e44a59cc 100644 --- a/wpf/TreeGrid/Styles-and-Templates.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Styles and Templates in the Syncfusion® WPF SfTreeGrid control. Customize appearance and layout with flexible styling options. platform: wpf control: SfTreeGrid documentation: ug --- -# Styles and Templates in WPF TreeGrid (SfTreeGrid) +# Styles and Templates in WPF SfTreeGrid ## Styling Column Header diff --git a/wpf/TreeGrid/Themes.md b/wpf/TreeGrid/Themes.md index a92141a711..d563952506 100644 --- a/wpf/TreeGrid/Themes.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about Themes in the Syncfusion® WPF SfTreeGrid control. Apply built-in themes to customize appearance. platform: wpf control: SfTreeGrid documentation: ug --- -# Themes in WPF TreeGrid (SfTreeGrid) +# Themes in WPF SfTreeGrid 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/wpf/TreeGrid/ToolTip.md b/wpf/TreeGrid/ToolTip.md index 815555cf2a..ab17634758 100644 --- a/wpf/TreeGrid/ToolTip.md +++ b/wpf/TreeGrid/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 SfTreeGrid | Syncfusion® +description: Learn about ToolTip in the Syncfusion® WPF SfTreeGrid control. Show helpful info when hovering over cells or header cells for better context. platform: wpf control: SfTreeGrid documentation: ug --- -# ToolTip in WPF TreeGrid (SfTreeGrid) +# ToolTip in WPF SfTreeGrid Tooltip supports showing the pop-up window that displays the information when the mouse hovers over a cell of the SfTreeGrid. diff --git a/wpf/TreeGrid/UI-Automation.md b/wpf/TreeGrid/UI-Automation.md index ad2fa04073..51604aeb08 100644 --- a/wpf/TreeGrid/UI-Automation.md +++ b/wpf/TreeGrid/UI-Automation.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about UI Automation in the Syncfusion® WPF SfTreeGrid control. Enable automated testing and accessibility with UI Automation support. platform: wpf control: SfTreeGrid documentation: ug --- -# UI Automation in WPF TreeGrid (SfTreeGrid) +# UI Automation in WPF SfTreeGrid ### Requirements and configuration From a6463609f1c2e9dc92dcf27103fe95e8cf01d94f Mon Sep 17 00:00:00 2001 From: AravinthSundaramSF Date: Wed, 19 Aug 2026 08:25:28 +0530 Subject: [PATCH 2/2] Update description --- wpf/TreeGrid/Clipboard-Operations.md | 2 +- wpf/TreeGrid/Column-Sizing.md | 4 ++-- wpf/TreeGrid/Column-Type.md | 2 +- wpf/TreeGrid/Columns.md | 2 +- wpf/TreeGrid/Conditional-Styling.md | 2 +- wpf/TreeGrid/Data-Binding.md | 2 +- wpf/TreeGrid/Data-Validation.md | 2 +- wpf/TreeGrid/Editing.md | 2 +- wpf/TreeGrid/Export-To-Excel.md | 2 +- wpf/TreeGrid/Export-To-PDF.md | 4 ++-- wpf/TreeGrid/Filtering.md | 2 +- wpf/TreeGrid/Getting-Started.md | 2 +- wpf/TreeGrid/GridLines.md | 2 +- wpf/TreeGrid/Helpers.md | 2 +- wpf/TreeGrid/Interactive-Features.md | 2 +- wpf/TreeGrid/Load-On-Demand.md | 2 +- wpf/TreeGrid/Localization.md | 2 +- wpf/TreeGrid/MVVM.md | 2 +- wpf/TreeGrid/MergeCell.md | 3 +-- wpf/TreeGrid/Node-CheckBox.md | 2 +- wpf/TreeGrid/Paging.md | 2 +- wpf/TreeGrid/Printing.md | 2 +- wpf/TreeGrid/Row-Height-Customization.md | 2 +- wpf/TreeGrid/Rows.md | 2 +- wpf/TreeGrid/Search.md | 2 +- wpf/TreeGrid/Selection.md | 2 +- .../Serialization-and-Deserialization.md | 2 +- wpf/TreeGrid/Sorting.md | 4 ++-- wpf/TreeGrid/Styles-and-Templates.md | 2 +- wpf/TreeGrid/Themes.md | 2 +- wpf/TreeGrid/ToolTip.md | 16 ++++++++-------- wpf/TreeGrid/UI-Automation.md | 4 ++-- 32 files changed, 43 insertions(+), 44 deletions(-) diff --git a/wpf/TreeGrid/Clipboard-Operations.md b/wpf/TreeGrid/Clipboard-Operations.md index a26d21c8f4..adf54cff2a 100644 --- a/wpf/TreeGrid/Clipboard-Operations.md +++ b/wpf/TreeGrid/Clipboard-Operations.md @@ -1,7 +1,7 @@ --- layout: post title: Clipboard Operations in WPF SfTreeGrid | Syncfusion® -description: Learn about Clipboard Operations in the Syncfusion® WPF SfTreeGrid control. Copy, paste, and manage grid data efficiently with built-in support. +description: Clipboard Operations in SfTreeGrid enables copy, cut, and paste actions with configurable settings, events, and custom clipboard behavior. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Column-Sizing.md b/wpf/TreeGrid/Column-Sizing.md index 453a37df5a..ec2fb6162e 100644 --- a/wpf/TreeGrid/Column-Sizing.md +++ b/wpf/TreeGrid/Column-Sizing.md @@ -1,7 +1,7 @@ --- layout: post title: Column Sizing in WPF SfTreeGrid | Syncfusion® -description: Learn about Column Sizing in the Syncfusion® WPF SfTreeGrid control. Adjust, resize, and manage columns with flexible sizing options. +description: Column Sizing in SfTreeGrid adjusts column widths automatically or manually using the ColumnSizer property. platform: wpf control: SfTreeGrid documentation: ug @@ -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/wpf/TreeGrid/Column-Type.md b/wpf/TreeGrid/Column-Type.md index b05e43cfa0..ab54ac0b11 100644 --- a/wpf/TreeGrid/Column-Type.md +++ b/wpf/TreeGrid/Column-Type.md @@ -1,7 +1,7 @@ --- layout: post title: Column Types in WPF SfTreeGrid | Syncfusion® -description: Learn about Column Types in the Syncfusion® WPF SfTreeGrid control. Explore available column types, customization options, and usage details. +description: Column Types in SfTreeGrid provides built-in and custom column types to display, edit, format, and customize data effectively. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Columns.md b/wpf/TreeGrid/Columns.md index 5ab16cafcd..2ae81f353f 100644 --- a/wpf/TreeGrid/Columns.md +++ b/wpf/TreeGrid/Columns.md @@ -1,7 +1,7 @@ --- layout: post title: Columns in WPF SfTreeGrid | Syncfusion® -description: Learn about Columns in the Syncfusion® WPF SfTreeGrid control. Configure, customize, and manage column types and behaviors effectively. +description: Columns in SfTreeGrid supports auto-generated and custom columns, column types, resizing, reordering, freezing, and data binding. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Conditional-Styling.md b/wpf/TreeGrid/Conditional-Styling.md index 96eb1c1e49..602d16d2e5 100644 --- a/wpf/TreeGrid/Conditional-Styling.md +++ b/wpf/TreeGrid/Conditional-Styling.md @@ -1,7 +1,7 @@ --- layout: post title: Conditional Styling in WPF SfTreeGrid | Syncfusion® -description: Learn about Conditional Styling in the Syncfusion® WPF SfTreeGrid control. Apply styles dynamically based on conditions to enhance data visualization. +description: Conditional Styling in SfTreeGrid applies custom styles to cells, rows, and columns dynamically based on data values and conditions. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Data-Binding.md b/wpf/TreeGrid/Data-Binding.md index 20e0da50b1..d8578a4a89 100644 --- a/wpf/TreeGrid/Data-Binding.md +++ b/wpf/TreeGrid/Data-Binding.md @@ -1,7 +1,7 @@ --- layout: post title: Data Binding in WPF SfTreeGrid | Syncfusion® -description: Learn about Data Binding in the Syncfusion® WPF SfTreeGrid control. Bind hierarchical data sources with flexible options. +description: Bind hierarchical and self-relational data to SfTreeGrid using ItemsSource, nested collections, and on-demand loading. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Data-Validation.md b/wpf/TreeGrid/Data-Validation.md index 51d55de936..7e81102fcc 100644 --- a/wpf/TreeGrid/Data-Validation.md +++ b/wpf/TreeGrid/Data-Validation.md @@ -1,7 +1,7 @@ --- layout: post title: Data Validation in WPF SfTreeGrid | Syncfusion® -description: Learn about Data Validation in the Syncfusion® WPF SfTreeGrid control. Validate user input and ensure data accuracy with built-in rules. +description: Validate user input in SfTreeGrid with built-in rules, IDataErrorInfo, and custom validation logic for accurate data. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Editing.md b/wpf/TreeGrid/Editing.md index d430533f63..394618f470 100644 --- a/wpf/TreeGrid/Editing.md +++ b/wpf/TreeGrid/Editing.md @@ -1,7 +1,7 @@ --- layout: post title: Editing in WPF SfTreeGrid | Syncfusion® -description: Learn about Editing in the Syncfusion® WPF SfTreeGrid control. Enable, customize, and manage editing features for efficient data updates. +description: Enable cell editing in SfTreeGrid with support for custom editors, edit modes, and validation during data updates. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Export-To-Excel.md b/wpf/TreeGrid/Export-To-Excel.md index d684d548fb..06508fb722 100644 --- a/wpf/TreeGrid/Export-To-Excel.md +++ b/wpf/TreeGrid/Export-To-Excel.md @@ -1,7 +1,7 @@ --- layout: post title: Export To Excel in WPF SfTreeGrid | Syncfusion® -description: Learn about Export To Excel in the Syncfusion® WPF SfTreeGrid control. Export grid data to Excel for easy sharing and reporting. +description: Export SfTreeGrid data to Excel with support for headers, stacked headers, sorting, and filtering preservation. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Export-To-PDF.md b/wpf/TreeGrid/Export-To-PDF.md index 17dc2e67aa..b001b0ceb4 100644 --- a/wpf/TreeGrid/Export-To-PDF.md +++ b/wpf/TreeGrid/Export-To-PDF.md @@ -1,7 +1,7 @@ --- layout: post title: Export To PDF in WPF SfTreeGrid | Syncfusion® -description: Learn about Export To PDF in the Syncfusion® WPF SfTreeGrid control. Export grid data to PDF for easy sharing and accurate reporting. +description: Export SfTreeGrid data to PDF with options to include headers, stacked headers, and maintain applied sorting or filtering. platform: wpf control: SfTreeGrid documentation: ug @@ -18,7 +18,7 @@ The following assemblies should be added for exporting a tree grid to PDF file:- For NuGet package, have to install [Syncfusion.DataGridExcelExport.WPF](https://www.nuget.org/packages/Syncfusion.DataGridExcelExport.WPF) package. For more details refer this [UG link](https://help.syncfusion.com/wpf/control-dependencies#exporting-treegrid-to-excel-pdf-and-csv). -You can export the tree grid to PDF by using the following extension methods present in the [Syncfusion.UI.Xaml.TreeGrid.Converter](http://help.syncfusion.com/cr/wpf/) namespace:- +You can export the tree grid to PDF by using the following extension methods present in the [Syncfusion.UI.Xaml.TreeGrid.Converter](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.Converter.html) namespace:- * [ExportToPdf](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.TreeGrid.Converter.TreeGridPdfExportExtension.html#Syncfusion_UI_Xaml_TreeGrid_Converter_TreeGridPdfExportExtension_ExportToPdf_Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_Syncfusion_UI_Xaml_TreeGrid_Converter_TreeGridPdfExportingOptions_) diff --git a/wpf/TreeGrid/Filtering.md b/wpf/TreeGrid/Filtering.md index 326388ad5b..31c6da165a 100644 --- a/wpf/TreeGrid/Filtering.md +++ b/wpf/TreeGrid/Filtering.md @@ -1,7 +1,7 @@ --- layout: post title: Filtering in WPF SfTreeGrid | Syncfusion® -description: Learn about Filtering in the Syncfusion® WPF SfTreeGrid control. Apply filter conditions to display relevant data quickly and efficiently. +description: Filter SfTreeGrid records using built-in filter predicates, UI options, and advanced filter conditions for relevant data. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Getting-Started.md b/wpf/TreeGrid/Getting-Started.md index 19264e05e5..6e0206af26 100644 --- a/wpf/TreeGrid/Getting-Started.md +++ b/wpf/TreeGrid/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started with WPF SfTreeGrid | Syncfusion® -description: Learn how to get started with the Syncfusion WPF SfTreeGrid control. Explore setup, features, examples, and customization options. +description: Learn how to get started with the Syncfusion® WPF SfTreeGrid control. Explore setup, features, examples, and customization options. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/GridLines.md b/wpf/TreeGrid/GridLines.md index a1a66723fd..36d00babcd 100644 --- a/wpf/TreeGrid/GridLines.md +++ b/wpf/TreeGrid/GridLines.md @@ -1,7 +1,7 @@ --- layout: post title: Grid Lines in WPF SfTreeGrid | Syncfusion® -description: Learn about customizing grid lines for cells and headers in the Syncfusion® WPF SfTreeGrid control with flexible styling options. +description: Customize grid lines in SfTreeGrid to show vertical, horizontal, or both borders for cells and header cells. platform: wpf control: TreeGrid documentation: ug diff --git a/wpf/TreeGrid/Helpers.md b/wpf/TreeGrid/Helpers.md index 3a1cffeb3c..86b492776e 100644 --- a/wpf/TreeGrid/Helpers.md +++ b/wpf/TreeGrid/Helpers.md @@ -1,7 +1,7 @@ --- layout: post title: Helpers in WPF SfTreeGrid | Syncfusion® -description: Learn about Helpers in the Syncfusion® WPF SfTreeGrid control. Use helper classes and methods to simplify customization and data handling. +description: Helpers in SfTreeGrid provides helper classes and methods to customize grid behavior, access grid elements, and simplify development tasks. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Interactive-Features.md b/wpf/TreeGrid/Interactive-Features.md index d133a35942..43233956ff 100644 --- a/wpf/TreeGrid/Interactive-Features.md +++ b/wpf/TreeGrid/Interactive-Features.md @@ -1,7 +1,7 @@ --- layout: post title: Interactive Features in WPF SfTreeGrid | Syncfusion® -description: Learn about Interactive Features in the Syncfusion® WPF SfTreeGrid control. Enhance user experience with built-in interactive options. +description: Interactive features in SfTreeGrid enhance usability by offering context menus, drag‑and‑drop, tooltips, and flexible customization. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Load-On-Demand.md b/wpf/TreeGrid/Load-On-Demand.md index 68234fa475..19524661fd 100644 --- a/wpf/TreeGrid/Load-On-Demand.md +++ b/wpf/TreeGrid/Load-On-Demand.md @@ -1,7 +1,7 @@ --- layout: post title: Load On Demand in WPF SfTreeGrid | Syncfusion® -description: Learn about Load On Demand in the Syncfusion® WPF SfTreeGrid control. Load records dynamically to improve performance and memory usage. +description: Load SfTreeGrid child nodes on demand to improve performance when working with large hierarchical data sources. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Localization.md b/wpf/TreeGrid/Localization.md index d115f9db42..6f64cf4919 100644 --- a/wpf/TreeGrid/Localization.md +++ b/wpf/TreeGrid/Localization.md @@ -1,7 +1,7 @@ --- layout: post title: Localization in WPF SfTreeGrid | Syncfusion® -description: Learn about Localization in the Syncfusion® WPF SfTreeGrid control. Customize culture, language, and resources for global applications. +description: Localization in SfTreeGrid customizes grid content to support multiple languages and regional settings for global usability. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/MVVM.md b/wpf/TreeGrid/MVVM.md index afbfebee83..af1e633914 100644 --- a/wpf/TreeGrid/MVVM.md +++ b/wpf/TreeGrid/MVVM.md @@ -1,7 +1,7 @@ --- layout: post title: MVVM in WPF SfTreeGrid | Syncfusion® -description: Learn about MVVM support in the Syncfusion® WPF SfTreeGrid control. Implement data binding using MVVM pattern. +description: MVVM in SfTreeGrid enables seamless integration with the MVVM pattern for managing data, commands, and user interactions effectively. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/MergeCell.md b/wpf/TreeGrid/MergeCell.md index 388ff559c9..642acd21a9 100644 --- a/wpf/TreeGrid/MergeCell.md +++ b/wpf/TreeGrid/MergeCell.md @@ -1,8 +1,7 @@ --- layout: post title: Merge Cells in WPF SfTreeGrid | Syncfusion® -description: Learn about Merge Cells in the Syncfusion® WPF SfTreeGrid control. Combine adjacent cells to improve readability and data presentation. -platform: wpf +description: Merge Cells in SfTreeGrid combines adjacent cells with matching values to improve data organization and readability. control: SfTreeGrid documentation: ug --- diff --git a/wpf/TreeGrid/Node-CheckBox.md b/wpf/TreeGrid/Node-CheckBox.md index e202368c91..d4ac288d62 100644 --- a/wpf/TreeGrid/Node-CheckBox.md +++ b/wpf/TreeGrid/Node-CheckBox.md @@ -1,7 +1,7 @@ --- layout: post title: Node CheckBox in WPF SfTreeGrid | Syncfusion® -description: Learn about Node CheckBox in the Syncfusion® WPF SfTreeGrid control. Enable checkboxes for nodes to manage selection and hierarchy easily. +description: Node CheckBox in WPF SfTreeGrid adds checkboxes to nodes for selection, tri-state, and recursive checking. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Paging.md b/wpf/TreeGrid/Paging.md index a301f028ac..e9804814a6 100644 --- a/wpf/TreeGrid/Paging.md +++ b/wpf/TreeGrid/Paging.md @@ -1,7 +1,7 @@ --- layout: post title: Paging in WPF SfTreeGrid | Syncfusion® -description: Learn about Paging in the Syncfusion® WPF SfTreeGrid control. Navigate large data sets efficiently by splitting records into multiple pages. +description: Paging in SfTreeGrid displays data in pages to improve navigation, performance, and the overall browsing experience. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Printing.md b/wpf/TreeGrid/Printing.md index 5b76d197e8..b23ff23501 100644 --- a/wpf/TreeGrid/Printing.md +++ b/wpf/TreeGrid/Printing.md @@ -1,7 +1,7 @@ --- layout: post title: Printing in WPF SfTreeGrid | Syncfusion® -description: Learn about Printing in the Syncfusion® WPF SfTreeGrid control. Print grid data with customizable options. +description: Printing in SfTreeGrid prints grid data with customizable layouts, formatting, and page settings for professional output. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Row-Height-Customization.md b/wpf/TreeGrid/Row-Height-Customization.md index 271457f1b0..aeb29f778d 100644 --- a/wpf/TreeGrid/Row-Height-Customization.md +++ b/wpf/TreeGrid/Row-Height-Customization.md @@ -1,7 +1,7 @@ --- layout: post title: Row Height Customization in WPF SfTreeGrid | Syncfusion® -description: Learn about Row Height Customization in the Syncfusion® WPF SfTreeGrid control. Adjust row heights dynamically for better layout and readability. +description: Row Height Customization in SfTreeGrid customizes row heights dynamically to improve data display, readability, and user experience. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Rows.md b/wpf/TreeGrid/Rows.md index 8350f76323..b3b1f8e7c8 100644 --- a/wpf/TreeGrid/Rows.md +++ b/wpf/TreeGrid/Rows.md @@ -1,7 +1,7 @@ --- layout: post title: Rows in WPF SfTreeGrid | Syncfusion® -description: Learn about Rows in the Syncfusion® WPF SfTreeGrid control. Customize row appearance and manage data presentation effectively. +description: Rows in SfTreeGrid include headers, unbound, and data rows with customizable styles, indicators, and flexible layouts. platform: wpf control: SfTreeGrid diff --git a/wpf/TreeGrid/Search.md b/wpf/TreeGrid/Search.md index ee161ef8d1..69a12c4d21 100644 --- a/wpf/TreeGrid/Search.md +++ b/wpf/TreeGrid/Search.md @@ -1,7 +1,7 @@ --- layout: post title: Search in WPF SfTreeGrid | Syncfusion® -description: Learn about Search in the Syncfusion® WPF SfTreeGrid control. Quickly locate records with built-in search options for efficient navigation. +description: Search in SfTreeGrid quickly locates records across grid data to improve navigation, data access, and productivity. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Selection.md b/wpf/TreeGrid/Selection.md index fa0b425dca..9948fff53e 100644 --- a/wpf/TreeGrid/Selection.md +++ b/wpf/TreeGrid/Selection.md @@ -1,7 +1,7 @@ --- layout: post title: Selection in WPF SfTreeGrid | Syncfusion® -description: Learn about Selection in the Syncfusion® WPF SfTreeGrid control. Choose single or multiple rows and cells with flexible selection options. +description: Selection in SfTreeGrid provides flexible row, cell, and multi-selection options with customizable modes and selection behaviors. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Serialization-and-Deserialization.md b/wpf/TreeGrid/Serialization-and-Deserialization.md index d379f47da1..c0dad5cd71 100644 --- a/wpf/TreeGrid/Serialization-and-Deserialization.md +++ b/wpf/TreeGrid/Serialization-and-Deserialization.md @@ -1,7 +1,7 @@ --- layout: post title: Serialization in WPF SfTreeGrid | Syncfusion® -description: Learn about Serialization and Deserialization in the Syncfusion® WPF SfTreeGrid control. Save and restore grid state. +description: Serialization in SfTreeGrid enables saving and restoring grid state with options to customize sorting, filtering, columns, and headers. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Sorting.md b/wpf/TreeGrid/Sorting.md index 882adac9ce..75dcfb9eb5 100644 --- a/wpf/TreeGrid/Sorting.md +++ b/wpf/TreeGrid/Sorting.md @@ -1,7 +1,7 @@ --- layout: post title: Sorting in WPF SfTreeGrid | Syncfusion® -description: Learn about Sorting in the Syncfusion® WPF SfTreeGrid control. Organize records by columns with ascending, descending, and custom sort options. +description: Sorting in SfTreeGrid provides single and multi-column sorting, custom sorting, programmatic sorting, and sorting event support for efficient data organization. platform: wpf control: SfTreeGrid documentation: ug @@ -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/wpf/TreeGrid/Styles-and-Templates.md b/wpf/TreeGrid/Styles-and-Templates.md index b7e44a59cc..7d8f594239 100644 --- a/wpf/TreeGrid/Styles-and-Templates.md +++ b/wpf/TreeGrid/Styles-and-Templates.md @@ -1,7 +1,7 @@ --- layout: post title: Styles and Templates in WPF SfTreeGrid | Syncfusion® -description: Learn about Styles and Templates in the Syncfusion® WPF SfTreeGrid control. Customize appearance and layout with flexible styling options. +description: Styles and Templates in SfTreeGrid provide flexible customization of headers, cells, and rows using styles, control templates, and triggers. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/Themes.md b/wpf/TreeGrid/Themes.md index d563952506..5f73bfbd26 100644 --- a/wpf/TreeGrid/Themes.md +++ b/wpf/TreeGrid/Themes.md @@ -1,7 +1,7 @@ --- layout: post title: Themes in WPF SfTreeGrid | Syncfusion® -description: Learn about Themes in the Syncfusion® WPF SfTreeGrid control. Apply built-in themes to customize appearance. +description: Themes in SfTreeGrid apply built in themes to customize grid appearance and maintain a consistent visual experience across applications. platform: wpf control: SfTreeGrid documentation: ug diff --git a/wpf/TreeGrid/ToolTip.md b/wpf/TreeGrid/ToolTip.md index ab17634758..79bf5ebb56 100644 --- a/wpf/TreeGrid/ToolTip.md +++ b/wpf/TreeGrid/ToolTip.md @@ -1,7 +1,7 @@ --- layout: post title: ToolTip in WPF SfTreeGrid | Syncfusion® -description: Learn about ToolTip in the Syncfusion® WPF SfTreeGrid control. Show helpful info when hovering over cells or header cells for better context. +description: ToolTip in SfTreeGrid displays additional information for cells, rows, and headers with customizable tooltip support. platform: wpf control: SfTreeGrid documentation: ug @@ -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: {% 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: {% tabs %} diff --git a/wpf/TreeGrid/UI-Automation.md b/wpf/TreeGrid/UI-Automation.md index 51604aeb08..3aee38e7f3 100644 --- a/wpf/TreeGrid/UI-Automation.md +++ b/wpf/TreeGrid/UI-Automation.md @@ -1,7 +1,7 @@ --- layout: post title: UI Automation in WPF SfTreeGrid | Syncfusion® -description: Learn about UI Automation in the Syncfusion® WPF SfTreeGrid control. Enable automated testing and accessibility with UI Automation support. +description: UI Automation in SfTreeGrid enables accessibility and automated testing support through built‑in UI Automation providers for grid elements. platform: wpf control: SfTreeGrid documentation: ug @@ -9,7 +9,7 @@ documentation: ug # UI Automation in WPF SfTreeGrid -### 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.