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/treedatagrid/rows/row-details.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 @@ The [Telerik UI for .NET MAUI TreeDataGrid]({%slug datagrid-overview%}) control
12
12
13
13
To show the Row Details, you can use the following exposed options:
14
14
15
-
- The default `DataGridToggleRowDetailsColumn` column —Allows showing and hiding the row details for an item. For additional information, refer to the DataGrid [Toggle Row Details Column]({%slug treedatagrid-columns-toggle-column %})
15
+
- The default `DataGridToggleRowDetailsColumn` column —Allows showing and hiding the row details for an item. For additional information, refer to the DataGrid [Toggle Row Details Column]({%slug datagrid-columns-toggle-column %})
16
16
- Using an additional element inside the TreeDataGrid Column `CellContentTemplate` and on its click, tap event, to show or hide the row details.
17
17
18
18
The DataGrid exposes the following properties that control the row details functionality:
0 commit comments