You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/datapager/integration/treedatagrid.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can page the data of the [Telerik UI for .NET MAUI TreeDataGrid]({%slug tree
12
12
13
13

14
14
15
-
>Currently, the DataPager does not support the Telerik UI for .NET MAUI TreeDataGrid [`LoadOnDemandCollection`]({%slug treedatagrid-features-loadondemand%}#loadOnDemand-collection).
15
+
>Currently, the DataPager does not support the Telerik UI for .NET MAUI TreeDataGrid [`LoadOnDemandCollection`]({%slug treedatagrid-loadondemand%}#loadOnDemand-collection).
description: Learn how to use the built-in column and custom editors for modifying the data records in the Telerik UI for .NET MAUI TreeTreeDataGrid component.
5
5
position: 9
6
-
slug: treeTreeDataGrid-editing
6
+
slug: treedatagrid-editing
7
7
---
8
8
9
-
# .NET MAUI TreeTreeDataGrid Editing
9
+
# .NET MAUI TreeDataGrid Editing
10
10
11
-
The [Telerik UI for .NET MAUI TreeTreeDataGrid]({%slug TreeDataGrid-overview%}) provides built-in editing capabilities, which allow users to modify the data presented in the Grid.
11
+
The [Telerik UI for .NET MAUI TreeDataGrid]({%slug treedatagrid-overview%}) provides built-in editing capabilities, which allow users to modify the data presented in the Grid.
12
12
13
-
Depending on the [TreeDataGrid column data type]({% slug TreeDataGrid-columns-boolean-column %}), the TreeDataGrid provides a relevant editor which allows users to edit the content upon double-clicking the desired cell.
13
+
Depending on the [TreeDataGrid column data type]({% slug treedatagrid-columns-overview%}), the TreeDataGrid provides a relevant editor which allows users to edit the content upon double-clicking the desired cell.
14
14
15
15
## Editing Properties
16
16
@@ -19,7 +19,7 @@ To enable editing in the TreeDataGrid, define the `UserEditMode` property of the
19
19
*`None`—(default on Mobile) Editing is disabled.
20
20
*`Cell`—(default on Desktop) Enables the editing option.
21
21
22
-
You can also independently disable editing for specific columns through the `CanUserEdit` property of the `TreeDataGridColumn` class. For more details, refer to the topic about [columns in the .NET MAUI TreeDataGrid]({%slug TreeDataGrid-columns-overview%}).
22
+
You can also independently disable editing for specific columns through the `CanUserEdit` property of the `TreeDataGridColumn` class. For more details, refer to the topic about [columns in the .NET MAUI TreeDataGrid]({%slug treedatagrid-columns-overview%}).
23
23
24
24
## Column Editors
25
25
@@ -39,7 +39,7 @@ The following table lists the integrated .NET MAUI control for editing the value
39
39
40
40
## Custom Editors
41
41
42
-
If the default editors do not suit the scenario you have, create a custom editor for each column by utilizing the `CellEditTemplate` property of the `TreeDataGridColumn`. For detailed information on how the `CellEditTemplate` can be applied, refer to the article about the [.NET MAUI TreeDataGrid column cell templates]({%slug TreeDataGrid-cell-templates%}).
42
+
If the default editors do not suit the scenario you have, create a custom editor for each column by utilizing the `CellEditTemplate` property of the `TreeDataGridColumn`. For detailed information on how the `CellEditTemplate` can be applied, refer to the article about the [.NET MAUI TreeDataGrid column cell templates]({%slug treedatagrid-cell-templates%}).
43
43
44
44
## Editing Commands
45
45
@@ -49,7 +49,7 @@ The TreeDataGrid provides the following commands related to the editing function
49
49
*`CancelEdit`—Provides an entry point just before the editing is canceled.
50
50
*`CommitEdit`—Provides an entry point just before the editing is committed.
51
51
52
-
For detailed information on how to use any of the listed commands, go to the topic about the [.NET MAUI TreeDataGrid editing commands]({%slug TreeDataGrid-commands-editing%}).
52
+
For detailed information on how to use any of the listed commands, go to the topic about the [.NET MAUI TreeDataGrid editing commands]({%slug treedatagrid-commands-editing%}).
53
53
54
54
## Styling
55
55
@@ -68,7 +68,5 @@ The following snippet shows a `CellEditorStyle` applied to the `TreeDataGridText
68
68
69
69
## See Also
70
70
71
-
-[Editing Commands in the Telerik UI for .NET MAUI TreeDataGrid]({%slug treeDataGrid-commands-editing%})
72
-
-[Column Cell Templates in the .NET MAUI TreeDataGrid]({%slug treeDataGrid-cell-templates%})
73
-
-[Styling the Columns of the .NET MAUI TreeDataGrid]({%slug treeDataGrid-columns-styling%})
74
-
71
+
-[Editing Commands in the Telerik UI for .NET MAUI TreeDataGrid]({%slug treedatagrid-commands-editing%})
72
+
-[Column Cell Templates in the .NET MAUI TreeDataGrid]({%slug treedatagrid-cell-templates%})
Copy file name to clipboardExpand all lines: controls/treedatagrid/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The MAUI TreeDataGrid allows you to add [commands]({%slug treedatagrid-commands-
79
79
80
80
## Theming and Style
81
81
82
-
You can apply a [theme]({%slug themes-overview%}) to the MAUI TreeDataGrid. If you prefer to use your own styling, then you can use the [flexible styling API]({%slug treedatagrid-styling%}) of the .NET MAUI TreeDataGrid. The styling API allows you to style the TreeDataGrid rows and columns, the cell content inside the columns, the tree arrow appearance, etc.
82
+
You can apply a [theme]({%slug themes-overview%}) to the MAUI TreeDataGrid. If you prefer to use your own styling, then you can use the flexible styling API of the .NET MAUI TreeDataGrid. The styling API allows you to style the TreeDataGrid rows and columns, the cell content inside the columns, the tree arrow appearance, etc.
0 commit comments