diff --git a/grid-sdk/uwp/tree-grid/Clipboard-Operations.md b/grid-sdk/uwp/tree-grid/Clipboard-Operations.md index dad17c6d..885c605a 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 SfTreeGrid | Syncfusion® +description: Learn about Clipboard Operations in the Syncfusion® UWP SfTreeGrid 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 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 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 9c85f4ec..8382fb5e 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 SfTreeGrid | Syncfusion® +description: Use different column types in the Syncfusion® UWP SfTreeGrid 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 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. @@ -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 3a9259e0..bc6382f6 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 SfTreeGrid | Syncfusion® +description: Manage columns in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 ce7c8041..d10fd7d6 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 SfTreeGrid | Syncfusion® +description: Apply conditional styling in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid You can style the treegrid and its inner elements conditionally based on data in three ways, @@ -61,20 +61,20 @@ Here, grid cell background is changed using converter, where converter return {% tabs %} {% highlight xaml %} xmlns:utils="using:Syncfusion.UI.Xaml.Utils" -; + - + + {% endhighlight %} {% highlight c# %} internal class StyleConverter : IValueConverter @@ -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 194693c6..f11f3d3f 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 SfTreeGrid | Syncfusion® +description: Bind data to the Syncfusion® UWP SfTreeGrid 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 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/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 99666de0..9d090f9b 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 SfTreeGrid | Syncfusion® +description: Validate data in the Syncfusion® UWP SfTreeGrid 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 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/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 e41eff10..194c80ac 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 SfTreeGrid | Syncfusion® +description: Edit data in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 63fc03c6..3f1804fa 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 SfTreeGrid | Syncfusion® +description: Export data from the Syncfusion® UWP SfTreeGrid 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 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 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 c143e2a6..45d6620d 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 SfTreeGrid | Syncfusion® +description: Export data from the Syncfusion® UWP SfTreeGrid 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 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/grid-sdk/uwp/tree-grid/Filtering.md b/grid-sdk/uwp/tree-grid/Filtering.md index 906ea0b3..0cc1fa79 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 SfTreeGrid | Syncfusion® +description: Filter data in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid ## 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 14dcc9ff..e7507c8b 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 SfTreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 9bcc12a1..30964813 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 SfTreeGrid | Syncfusion® +description: Learn about helpers in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid ## IndexResolver diff --git a/grid-sdk/uwp/tree-grid/Interactive-Features.md b/grid-sdk/uwp/tree-grid/Interactive-Features.md index 722e8575..2b39d8bd 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 SfTreeGrid | Syncfusion® +description: Add interactive features in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid ## Context menu diff --git a/grid-sdk/uwp/tree-grid/Localization.md b/grid-sdk/uwp/tree-grid/Localization.md index 95f5cad8..f2cc7d1d 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 SfTreeGrid | Syncfusion® +description: Localize the Syncfusion® UWP SfTreeGrid 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 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. 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 6555549b..e4e2b804 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 SfTreeGrid | Syncfusion® +description: Apply the MVVM pattern in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 8b68f2e2..23bb7c5f 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 SfTreeGrid | Syncfusion® +description: Add checkboxes to nodes in the Syncfusion® UWP SfTreeGrid 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 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/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 1b46b37a..0e6bf959 100644 --- a/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md +++ b/grid-sdk/uwp/tree-grid/Row-Drag-And-Drop.md @@ -1,12 +1,12 @@ --- 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 SfTreeGrid | Syncfusion® +description: Drag and drop rows in the Syncfusion® UWP SfTreeGrid control to reorder, move between nodes, and customize drag‑drop behavior. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Row Drag and Drop in UWP TreeGrid +# Row Drag and Drop in UWP SfTreeGrid You can allow end-users to drag and drop the rows in SfTreeGrid and between two SfTreeGrid by setting [SfTreeGrid.AllowDraggingRows](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_AllowDraggingRows) to `true`.It is also possible to drag and drop to and from any other control. diff --git a/grid-sdk/uwp/tree-grid/Rows.md b/grid-sdk/uwp/tree-grid/Rows.md index 097e1a65..113c76e9 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 SfTreeGrid | Syncfusion® +description: Configure rows in Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 891e8d8c..266c541c 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 SfTreeGrid | Syncfusion® +description: Enable row and cell selection in the Syncfusion® UWP SfTreeGrid 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 SfTreeGrid 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 329dcea6..b6a34369 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 SfTreeGrid | Syncfusion® +description: Sort data in the Syncfusion® UWP SfTreeGrid 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 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/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 08c29caa..7a7763d3 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 SfTreeGrid | Syncfusion® +description: Add ToolTip support in Syncfusion® UWP SfTreeGrid. Show helpful information on hover cells and customize tooltip content and style. platform: grid-sdk control: SfTreeGrid documentation: ug --- +# ToolTip in UWP SfTreeGrid ## Tooltip diff --git a/grid-sdk/winui/tree-grid/Clipboard-Operations.md b/grid-sdk/winui/tree-grid/Clipboard-Operations.md index d6972607..db5f7f88 100644 --- a/grid-sdk/winui/tree-grid/Clipboard-Operations.md +++ b/grid-sdk/winui/tree-grid/Clipboard-Operations.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Clipboard Operations in the Syncfusion® WinUI SfTreeGrid control. Copy and paste grid data seamlessly with flexible options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Clipboard Operations in WinUI TreeGrid +# Clipboard Operations in WinUI 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 the selected nodes/cells from tree grid by clicking `Ctrl+C` and can paste the content from [Clipboard](https://docs.microsoft.com/en-us/dotnet/api/system.windows.clipboard?view=windowsdesktop-6.0) to tree grid by clicking `Ctrl+V`. diff --git a/grid-sdk/winui/tree-grid/Column-Sizing.md b/grid-sdk/winui/tree-grid/Column-Sizing.md index aaa748cd..df60e2fa 100644 --- a/grid-sdk/winui/tree-grid/Column-Sizing.md +++ b/grid-sdk/winui/tree-grid/Column-Sizing.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Column Sizing in the Syncfusion® WinUI SfTreeGrid control. Adjust column widths automatically or manually for better layout. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Column Sizing in WinUI TreeGrid +# Column Sizing in WinUI SfTreeGrid SfTreeGrid allows you to set the column widths based on certain logic using [SfTreeGrid.ColumnWidthMode](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ColumnWidthMode) or [TreeGridColumn.ColumnWidthMode](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridColumn.html#Syncfusion_UI_Xaml_TreeGrid_TreeGridColumn_ColumnWidthMode) property. diff --git a/grid-sdk/winui/tree-grid/ColumnTypes.md b/grid-sdk/winui/tree-grid/ColumnTypes.md index 8d627248..64e0ca05 100644 --- a/grid-sdk/winui/tree-grid/ColumnTypes.md +++ b/grid-sdk/winui/tree-grid/ColumnTypes.md @@ -1,14 +1,14 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Column Types in the Syncfusion® WinUI SfTreeGrid control. Use different column types to display data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Column Types in WinUI TreeGrid +# Column Types in WinUI 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/grid-sdk/winui/tree-grid/Columns.md b/grid-sdk/winui/tree-grid/Columns.md index 5c4fb404..5922e334 100644 --- a/grid-sdk/winui/tree-grid/Columns.md +++ b/grid-sdk/winui/tree-grid/Columns.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Columns in the Syncfusion® WinUI SfTreeGrid control. Automatically generate and customize columns to display data effectively. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Columns in WinUI TreeGrid +# Columns in WinUI SfTreeGrid SfTreeGrid allows you to add or remove columns using [SfTreeGrid.Columns](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_ColumnsProperty) 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`. @@ -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 2ee670a3..a7a9df5e 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 SfTreeGrid | Syncfusion® +description: Learn about conditional styling in the Syncfusion® WinUI SfTreeGrid 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 SfTreeGrid -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 8e9d0217..c3ecfbf0 100644 --- a/grid-sdk/winui/tree-grid/ContextFlyout.md +++ b/grid-sdk/winui/tree-grid/ContextFlyout.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Context Flyout in the Syncfusion® WinUI SfTreeGrid control. Provide quick actions with right‑click menus for better usability. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Context Flyout in WinUI TreeGrid +# Context Flyout in WinUI SfTreeGrid SfTreeGrid provides an entirely customizable ContextFlyout to expose the functionalities on user interface. You can create ContextFlyout for different rows in an efficient manner. diff --git a/grid-sdk/winui/tree-grid/Data-Binding.md b/grid-sdk/winui/tree-grid/Data-Binding.md index 6a0df590..c9da6f67 100644 --- a/grid-sdk/winui/tree-grid/Data-Binding.md +++ b/grid-sdk/winui/tree-grid/Data-Binding.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Data Binding in the Syncfusion® WinUI SfTreeGrid control. Connect and display hierarchical data with flexible binding options. platform: grid-sdk control: TreeGrid documentation: ug --- -# Data Binding in WinUI TreeGrid +# Data Binding in WinUI 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/winui/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/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_RequestTreeItems) event or [LoadOnDemandCommand](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_LoadOnDemandCommand) command. If the data source implements [INotifyCollectionChanged](https://msdn.microsoft.com/en-us/library/system.collections.specialized.inotifycollectionchanged.aspx) 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://msdn.microsoft.com/en-us/library/ms668604.aspx), SfTreeGrid automatically refresh the UI as `ObservableCollection` implements `INotifyCollectionChanged`. But when you do the same in [List](https://msdn.microsoft.com/en-us/library/6sh2ey19.aspx), SfTreeGrid will not refresh the UI automatically. diff --git a/grid-sdk/winui/tree-grid/Data-Validation.md b/grid-sdk/winui/tree-grid/Data-Validation.md index 7597d041..ee55c25f 100644 --- a/grid-sdk/winui/tree-grid/Data-Validation.md +++ b/grid-sdk/winui/tree-grid/Data-Validation.md @@ -1,14 +1,14 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Data Validation in the Syncfusion® WinUI SfTreeGrid control. Validate user input and ensure data integrity with flexible rules. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Data Validation in WinUI TreeGrid +# Data Validation in WinUI 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/winui/Syncfusion.UI.Xaml.TreeGrid.TreeGridCell.html). When mouse over the error icon, error information will be displayed in tooltip. diff --git a/grid-sdk/winui/tree-grid/Editing.md b/grid-sdk/winui/tree-grid/Editing.md index d2c7679b..bf4ae74a 100644 --- a/grid-sdk/winui/tree-grid/Editing.md +++ b/grid-sdk/winui/tree-grid/Editing.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Editing in the Syncfusion® WinUI SfTreeGrid control. Edit cell values with cursor placement, validation, and flexible editing modes. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Editing in WinUI TreeGrid +# Editing in WinUI SfTreeGrid SfTreeGrid provides support for editing and it can be enabled or disabled by setting [SfTreeGrid.AllowEditing](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.Grids.SfGridBase.html#Syncfusion_UI_Xaml_Grids_SfGridBase_AllowEditing) property. diff --git a/grid-sdk/winui/tree-grid/Export-To-Excel.md b/grid-sdk/winui/tree-grid/Export-To-Excel.md index dd28b7c5..72a0b47b 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 SfTreeGrid | Syncfusion® +description: Learn about Export To Excel in the Syncfusion® WinUI SfTreeGrid 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 SfTreeGrid 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 e32f00ec..c375b508 100644 --- a/grid-sdk/winui/tree-grid/Filtering.md +++ b/grid-sdk/winui/tree-grid/Filtering.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn about Filtering in the Syncfusion® WinUI SfTreeGrid control. Apply filters programmatically or interactively to refine displayed data. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Filtering in WinUI TreeGrid +# Filtering in WinUI 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. @@ -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 c1d34474..32b1d261 100644 --- a/grid-sdk/winui/tree-grid/Getting-Started.md +++ b/grid-sdk/winui/tree-grid/Getting-Started.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion WinUI SfTreeGrid control. Explore setup, features, examples, and customization options. platform: grid-sdk control: TreeGrid documentation: ug --- -# Getting Started with WinUI TreeGrid +# Getting Started with WinUI SfTreeGrid This section explains the steps required to add the [WinUI TreeGrid](https://www.syncfusion.com/winui-controls/treegrid) control and binding data in treegrid control. This section covers only basic features needed to get started with Syncfusion® treegrid control. diff --git a/grid-sdk/winui/tree-grid/GridLines.md b/grid-sdk/winui/tree-grid/GridLines.md index 5ddab093..1abbfba0 100644 --- a/grid-sdk/winui/tree-grid/GridLines.md +++ b/grid-sdk/winui/tree-grid/GridLines.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Customize grid lines in the Syncfusion® WinUI SfTreeGrid control. Adjust line styles, visibility, and appearance to enhance data presentation. platform: grid-sdk control: TreeGrid documentation: ug --- -# Grid Lines Customization in WinUI TreeGrid +# Grid Lines Customization in WinUI 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/grid-sdk/winui/tree-grid/Helpers.md b/grid-sdk/winui/tree-grid/Helpers.md index 8ec17c99..8f003d31 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 SfTreeGrid | Syncfusion® +description: Learn about helpers in the Syncfusion® WinUI SfTreeGrid 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 SfTreeGrid ## IndexResolver diff --git a/grid-sdk/winui/tree-grid/Load-On-Demand.md b/grid-sdk/winui/tree-grid/Load-On-Demand.md index 442a83c6..4b80b1d6 100644 --- a/grid-sdk/winui/tree-grid/Load-On-Demand.md +++ b/grid-sdk/winui/tree-grid/Load-On-Demand.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Enable Load On Demand in the Syncfusion® WinUI SfTreeGrid control. Expand nodes dynamically and fetch data only when required for efficiency. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Load On Demand in WinUI TreeGrid +# Load On Demand in WinUI 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/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_LoadOnDemandCommand) command or [SfTreeGrid.RequestTreeItems](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_RequestTreeItems) event as follows. diff --git a/grid-sdk/winui/tree-grid/MVVM.md b/grid-sdk/winui/tree-grid/MVVM.md index ea71071a..a5ac881d 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 SfTreeGrid | Syncfusion® +description: Implement MVVM in the Syncfusion® WinUI SfTreeGrid 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 181c37ce..4095dee7 100644 --- a/grid-sdk/winui/tree-grid/Merge-Cells.md +++ b/grid-sdk/winui/tree-grid/Merge-Cells.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Merge cells in the Syncfusion® WinUI SfTreeGrid control. Combine adjacent cells column‑wise for better readability. platform: grid-sdk control: TreeGrid documentation: ug --- -# Merge Cells in WinUI TreeGrid +# Merge Cells in WinUI SfTreeGrid SfTreeGrid allows you to merge a range of adjacent cells in a row across columns using the [QueryCoveredRange](https://help.syncfusion.com/cr/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_QueryCoveredRange) event. diff --git a/grid-sdk/winui/tree-grid/Node-CheckBox.md b/grid-sdk/winui/tree-grid/Node-CheckBox.md index e32d7dde..351371b2 100644 --- a/grid-sdk/winui/tree-grid/Node-CheckBox.md +++ b/grid-sdk/winui/tree-grid/Node-CheckBox.md @@ -1,12 +1,12 @@ --- 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 SfTreeGrid | Syncfusion® +description: Add Node CheckBox support in the Syncfusion® WinUI SfTreeGrid control. Enable checkboxes for nodes to manage selection and hierarchy easily. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Node CheckBox in WinUI TreeGrid +# Node CheckBox in WinUI 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/winui/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/winui/Syncfusion.UI.Xaml.TreeGrid.SfTreeGrid.html#Syncfusion_UI_Xaml_TreeGrid_SfTreeGrid_CheckBoxSelectionMode) property. diff --git a/grid-sdk/winui/tree-grid/Overview.md b/grid-sdk/winui/tree-grid/Overview.md index 23c34c3a..a9c17db1 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 SfTreeGrid Control | Syncfusion® +description: Learn about introduction of the Syncfusion® Essential Studio WinUI SfTreeGrid control and more details. platform: grid-sdk control: TreeGrid documentation: ug --- -# WinUI TreeGrid Overview +# About Syncfusion WinUI SfTreeGrid 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 22d9c98b..ef1835cf 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 SfTreeGrid | Syncfusion® +description: Enable row drag and drop in the Syncfusion® WinUI SfTreeGrid 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 SfTreeGrid `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 965f5758..b1489a73 100644 --- a/grid-sdk/winui/tree-grid/Rows.md +++ b/grid-sdk/winui/tree-grid/Rows.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Manage rows in the Syncfusion® WinUI SfTreeGrid control. Customize row appearance to improve layout and readability. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Rows in WinUI TreeGrid +# Rows in WinUI SfTreeGrid This section explains about various row types in treegrid and its customization. diff --git a/grid-sdk/winui/tree-grid/Selection.md b/grid-sdk/winui/tree-grid/Selection.md index 4150b4ea..af14ec0d 100644 --- a/grid-sdk/winui/tree-grid/Selection.md +++ b/grid-sdk/winui/tree-grid/Selection.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Manage selection in the Syncfusion® WinUI SfTreeGrid control. Enable row and cell selection with navigation options for flexible interaction. platform: grid-sdk control: TreeGrid documentation: ug --- -# Selection in WinUI TreeGrid +# Selection in WinUI SfTreeGrid SfTreeGrid allows you to select one or more rows. diff --git a/grid-sdk/winui/tree-grid/Sorting.md b/grid-sdk/winui/tree-grid/Sorting.md index 6381e1dc..65cc1838 100644 --- a/grid-sdk/winui/tree-grid/Sorting.md +++ b/grid-sdk/winui/tree-grid/Sorting.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Perform sorting in the Syncfusion® WinUI SfTreeGrid control. Sort columns in ascending or descending order and customize sorting behavior easily. platform: grid-sdk control: TreeGrid documentation: ug --- -# Sorting in WinUI TreeGrid +# Sorting in WinUI 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/winui/Syncfusion.UI.Xaml.Grids.SfGridBase.html#Syncfusion_UI_Xaml_Grids_SfGridBase_AllowSortingProperty) property to `true`. diff --git a/grid-sdk/winui/tree-grid/ToolTip.md b/grid-sdk/winui/tree-grid/ToolTip.md index 5672e887..3a39d3d8 100644 --- a/grid-sdk/winui/tree-grid/ToolTip.md +++ b/grid-sdk/winui/tree-grid/ToolTip.md @@ -1,13 +1,13 @@ --- 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 SfTreeGrid | Syncfusion® +description: Add ToolTip support in Syncfusion® WinUI SfTreeGrid. Show helpful information on hover cells and customize tooltip content and style. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# ToolTip in WinUI TreeGrid +# ToolTip in WinUI 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/grid-sdk/winui/tree-grid/UI-Customization.md b/grid-sdk/winui/tree-grid/UI-Customization.md index 16cb39f0..b21f111d 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 SfTreeGrid | Syncfusion® +description: Customize the UI in the Syncfusion® WinUI SfTreeGrid 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 SfTreeGrid ## Styling Column Header diff --git a/grid-sdk/wpf/tree-grid/Clipboard-Operations.md b/grid-sdk/wpf/tree-grid/Clipboard-Operations.md index 036de74b..b04105de 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 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: grid-sdk 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/grid-sdk/wpf/tree-grid/Column-Sizing.md b/grid-sdk/wpf/tree-grid/Column-Sizing.md index cb086335..e512884d 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 SfTreeGrid | Syncfusion® +description: Learn about Column Sizing in the Syncfusion® WPF SfTreeGrid control. Adjust, resize, and manage columns with flexible sizing options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Column-Type.md b/grid-sdk/wpf/tree-grid/Column-Type.md index 832c3dba..d1a2e03c 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 SfTreeGrid | Syncfusion® +description: Learn about Column Types in the Syncfusion® WPF SfTreeGrid control. Explore available column types, customization options, and usage details. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Columns.md b/grid-sdk/wpf/tree-grid/Columns.md index 527c5e1c..07695761 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 SfTreeGrid | Syncfusion® +description: Learn about Columns in the Syncfusion® WPF SfTreeGrid control. Configure, customize, and manage column types and behaviors effectively. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Conditional-Styling.md b/grid-sdk/wpf/tree-grid/Conditional-Styling.md index ab5dc025..3327228b 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 SfTreeGrid | Syncfusion® +description: Learn about Conditional Styling in the Syncfusion® WPF SfTreeGrid control. Apply styles dynamically based on conditions to enhance data visualization. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Data-Binding.md b/grid-sdk/wpf/tree-grid/Data-Binding.md index 697d93f1..8667189d 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 SfTreeGrid | Syncfusion® +description: Learn about Data Binding in the Syncfusion® WPF SfTreeGrid control. Bind hierarchical data sources with flexible options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Data-Validation.md b/grid-sdk/wpf/tree-grid/Data-Validation.md index 805dbbad..624cbe88 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 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: grid-sdk 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/grid-sdk/wpf/tree-grid/Editing.md b/grid-sdk/wpf/tree-grid/Editing.md index 29d19786..fd6b5b50 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 SfTreeGrid | Syncfusion® +description: Learn about Editing in the Syncfusion® WPF SfTreeGrid control. Enable, customize, and manage editing features for efficient data updates. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Export-To-Excel.md b/grid-sdk/wpf/tree-grid/Export-To-Excel.md index eef49082..f8c5b8ba 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 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: grid-sdk 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/grid-sdk/wpf/tree-grid/Export-To-PDF.md b/grid-sdk/wpf/tree-grid/Export-To-PDF.md index 2997280c..f9d26111 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 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: grid-sdk 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/grid-sdk/wpf/tree-grid/Filtering.md b/grid-sdk/wpf/tree-grid/Filtering.md index 8e5d92e8..038acd2c 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 SfTreeGrid | Syncfusion® +description: Learn about Filtering in the Syncfusion® WPF SfTreeGrid control. Apply filter conditions to display relevant data quickly and efficiently. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Getting-Started.md b/grid-sdk/wpf/tree-grid/Getting-Started.md index 16254633..6d6cdaa8 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 SfTreeGrid | Syncfusion® +description: Learn how to get started with the Syncfusion WPF SfTreeGrid control. Explore setup, features, examples, and customization options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/GridLines.md b/grid-sdk/wpf/tree-grid/GridLines.md index 3300ccf5..f2496bd3 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 SfTreeGrid | Syncfusion® +description: Learn about customizing grid lines for cells and headers in the Syncfusion® WPF SfTreeGrid control with flexible styling options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Helpers.md b/grid-sdk/wpf/tree-grid/Helpers.md index 63be3b98..4b30d3ed 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 SfTreeGrid | Syncfusion® +description: Learn about Helpers in the Syncfusion® WPF SfTreeGrid control. Use helper classes and methods to simplify customization and data handling. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Helpers in WPF TreeGrid (SfTreeGrid) +# Helpers in WPF SfTreeGrid ## IndexResolver diff --git a/grid-sdk/wpf/tree-grid/Interactive-Features.md b/grid-sdk/wpf/tree-grid/Interactive-Features.md index 27cad92a..7a2e59ec 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 SfTreeGrid | Syncfusion® +description: Learn about Interactive Features in the Syncfusion® WPF SfTreeGrid control. Enhance user experience with built-in interactive options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Interactive Features in WPF TreeGrid (SfTreeGrid) +# Interactive Features in WPF SfTreeGrid ## 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 c6d76a7d..9aca2cb3 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 SfTreeGrid | Syncfusion® +description: Learn about Load On Demand in the Syncfusion® WPF SfTreeGrid control. Load records dynamically to improve performance and memory usage. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Localization.md b/grid-sdk/wpf/tree-grid/Localization.md index f3da21ef..366d3f5e 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 SfTreeGrid | Syncfusion® +description: Learn about Localization in the Syncfusion® WPF SfTreeGrid control. Customize culture, language, and resources for global applications. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/MVVM.md b/grid-sdk/wpf/tree-grid/MVVM.md index 5736e94f..8cfc4b13 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 SfTreeGrid | Syncfusion® +description: Learn about MVVM support in the Syncfusion® WPF SfTreeGrid control. Implement data binding using MVVM pattern. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# MVVM in WPF TreeGrid (SfTreeGrid) +# MVVM in WPF SfTreeGrid 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 af17ae07..25baefc9 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 SfTreeGrid | Syncfusion® +description: Learn about Merge Cells in the Syncfusion® WPF SfTreeGrid control. Combine adjacent cells to improve readability and data presentation. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Node-CheckBox.md b/grid-sdk/wpf/tree-grid/Node-CheckBox.md index 0596e844..0d31b06c 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 SfTreeGrid | Syncfusion® +description: Learn about Node CheckBox in the Syncfusion® WPF SfTreeGrid control. Enable checkboxes for nodes to manage selection and hierarchy easily. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Paging.md b/grid-sdk/wpf/tree-grid/Paging.md index 70a2e126..101d0417 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 SfTreeGrid | Syncfusion® +description: Learn about Paging in the Syncfusion® WPF SfTreeGrid control. Navigate large data sets efficiently by splitting records into multiple pages. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Printing.md b/grid-sdk/wpf/tree-grid/Printing.md index eca54c93..63f3b085 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 SfTreeGrid | Syncfusion® +description: Learn about Printing in the Syncfusion® WPF SfTreeGrid control. Print grid data with customizable options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Row-Height-Customization.md b/grid-sdk/wpf/tree-grid/Row-Height-Customization.md index a34804db..1032e548 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 SfTreeGrid | Syncfusion® +description: Learn about Row Height Customization in the Syncfusion® WPF SfTreeGrid control. Adjust row heights dynamically for better layout and readability. platform: grid-sdk 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** 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 c3f74ae8..3f522ea5 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 SfTreeGrid | Syncfusion® +description: Learn about Rows in the Syncfusion® WPF SfTreeGrid control. Customize row appearance and manage data presentation effectively. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Search.md b/grid-sdk/wpf/tree-grid/Search.md index 97941b59..14a82732 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 SfTreeGrid | Syncfusion® +description: Learn about Search in the Syncfusion® WPF SfTreeGrid control. Quickly locate records with built-in search options for efficient navigation. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Selection.md b/grid-sdk/wpf/tree-grid/Selection.md index d9be0ef4..25ecbb5e 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 SfTreeGrid | Syncfusion® +description: Learn about Selection in the Syncfusion® WPF SfTreeGrid control. Choose single or multiple rows and cells with flexible selection options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md b/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md index 0393fa6b..6d9ee353 100644 --- a/grid-sdk/wpf/tree-grid/Serialization-and-Deserialization.md +++ b/grid-sdk/wpf/tree-grid/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: grid-sdk 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/grid-sdk/wpf/tree-grid/Sorting.md b/grid-sdk/wpf/tree-grid/Sorting.md index b4c9fdf4..30df873b 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 SfTreeGrid | Syncfusion® +description: Learn about Sorting in the Syncfusion® WPF SfTreeGrid control. Organize records by columns with ascending, descending, and custom sort options. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/Styles-and-Templates.md b/grid-sdk/wpf/tree-grid/Styles-and-Templates.md index 42a260e8..b310ac9a 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 SfTreeGrid | Syncfusion® +description: Learn about Styles and Templates in the Syncfusion® WPF SfTreeGrid control. Customize appearance and layout with flexible styling options. platform: grid-sdk control: SfTreeGrid documentation: ug --- -# Styles and Templates in WPF TreeGrid (SfTreeGrid) +# Styles and Templates in WPF SfTreeGrid ## Styling Column Header diff --git a/grid-sdk/wpf/tree-grid/Themes.md b/grid-sdk/wpf/tree-grid/Themes.md index b8c66069..f02c8fad 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 SfTreeGrid | Syncfusion® +description: Learn about Themes in the Syncfusion® WPF SfTreeGrid control. Apply built-in themes to customize appearance. platform: grid-sdk 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/grid-sdk/wpf/tree-grid/ToolTip.md b/grid-sdk/wpf/tree-grid/ToolTip.md index 9c13dd53..312cf607 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 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: grid-sdk 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/grid-sdk/wpf/tree-grid/UI-Automation.md b/grid-sdk/wpf/tree-grid/UI-Automation.md index 538986ba..cd08fe56 100644 --- a/grid-sdk/wpf/tree-grid/UI-Automation.md +++ b/grid-sdk/wpf/tree-grid/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: grid-sdk control: SfTreeGrid documentation: ug --- -# UI Automation in WPF TreeGrid (SfTreeGrid) +# UI Automation in WPF SfTreeGrid ### Requirements and configuration