Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Clipboard-Operations.md
Original file line number Diff line number Diff line change
@@ -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: Clipboard Operations in UWP SfTreeGrid enable copy, cut, and paste actions with configurable settings, events, and custom clipboard behavior.
platform: uwp
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`.

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/ColumnTypes.md
Original file line number Diff line number Diff line change
@@ -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 features.
title: Column Types in UWP SfTreeGrid | Syncfusion®
description: Column Types in UWP SfTreeGrid support text, numeric, date, checkbox, image, and template columns to display varied data formats.
platform: uwp
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.
Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Columns.md
Original file line number Diff line number Diff line change
@@ -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: Columns in UWP SfTreeGrid allow binding, sizing, formatting, sorting, and rendering options to display and manage data effectively.
platform: uwp
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`.

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Conditional-Styling.md
Original file line number Diff line number Diff line change
@@ -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: Conditional Styling in UWP SfTreeGrid customizes row and cell appearance based on data using converters, triggers, and selectors.
platform: uwp
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,

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Data-Binding.md
Original file line number Diff line number Diff line change
@@ -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: Data Binding in UWP SfTreeGrid supports self-relational and nested collections, enabling dynamic display of hierarchical data seamlessly.
platform: uwp
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 refreshes 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.
Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Data-Validation.md
Original file line number Diff line number Diff line change
@@ -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: Data Validation in UWP SfTreeGrid supports built-in and custom rules with error indicators and tooltips for accurate input.
platform: uwp
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.

Expand Down
8 changes: 4 additions & 4 deletions uwp/TreeGrid/Editing.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
layout: post
title: Editing in UWP TreeGrid control | Syncfusion®
description: Learn here all about Editing support in Syncfusion® UWP TreeGrid (SfTreeGrid) control and more features.
title: Editing in UWP SfTreeGrid | Syncfusion®
description: Editing in UWP SfTreeGrid supports entering edit mode with keys or taps and controlling cursor placement using selection behaviors.
platform: uwp
control: SfTreeGrid
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.

Expand Down Expand Up @@ -44,7 +44,7 @@ N> `TreeGridColumn.AllowEditing` takes higher priority than `SfTreeGrid.AllowEdi

N> It is mandatory to set the NavigationMode to Cell to enable CurrentCell navigation and editing.

### Entering into edit mode
## Entering into edit mode

You can enter into edit mode by pressing <kbd>F2</kbd> key or clicking (touch also supported) the cell. You can allow users to edit the cell in single click (OnTap) or double click (OnDoubleTap) by setting [SfTreeGrid.EditTrigger](https://help.syncfusion.com/cr/uwp/Syncfusion.UI.Xaml.Grid.SfGridBase.html#Syncfusion_UI_Xaml_Grid_SfGridBase_EditTrigger) property.

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Export-To-Excel.md
Original file line number Diff line number Diff line change
@@ -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 to Excel in UWP SfTreeGrid exports hierarchical data to excel with customization options for headers, cells, and styling.
platform: uwp
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.

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Export-To-PDF.md
Original file line number Diff line number Diff line change
@@ -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 to PDF in UWP SfTreeGrid renders hierarchical data into PDF with customizable headers, pagination, and styling options.
platform: uwp
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.

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Filtering.md
Original file line number Diff line number Diff line change
@@ -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: Filtering in UWP SfTreeGrid supports programmatic filtering and customization to refine and display hierarchical node data.
platform: uwp
control: SfTreeGrid
documentation: ug
---

# Filtering in UWP TreeGrid (SfTreeGrid)
# Filtering in UWP SfTreeGrid

## Overview

Expand Down
8 changes: 4 additions & 4 deletions uwp/TreeGrid/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
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: uwp
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.

### Assembly Deployment
## Assembly Deployment

The following list of assemblies needs to be added as reference to use SfTreeGrid control in any application,

Expand Down
6 changes: 3 additions & 3 deletions uwp/TreeGrid/Helpers.md
Original file line number Diff line number Diff line change
@@ -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: Helpers in SfTreeGrid provide index resolver methods to identify rows, columns, and nodes, and include dispose support for efficient memory management.
platform: uwp
control: SfTreeGrid
documentation: ug
---

# Helpers in UWP TreeGrid (SfTreeGrid)
# Helpers in UWP SfTreeGrid

## IndexResolver

Expand Down
Loading