Skip to content

Commit 18a07c3

Browse files
committed
fix slugs
1 parent f9ea5ca commit 18a07c3

File tree

6 files changed

+4
-9
lines changed

6 files changed

+4
-9
lines changed

controls/treedatagrid/cells/mouse-hover-cell.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ You can specify the style for the cells and rows when the mouse is over by using
3131
## See Also
3232

3333
- [Setting the .NET MAUI TreeDataGrid Columns]({%slug treedatagrid-columns-overview%})
34-
- [Using the TreeDataGrid Commands]({%slug treedatagrid-aggregates%})
3534
- [Sorting .NET MAUI TreeDataGrid Records]({%slug treedatagrid-sorting%})
3635
- [Filtering .NET MAUI TreeDataGrid Records]({%slug treedatagrid-filtering-overview%})

controls/treedatagrid/columns/header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To customize text inside the header, you use the `HeaderText` property. The prop
3131

3232
The user of the application can sort a particular column by tapping on its header. When the data is sorted by a column, the sort indicator shows in the header.
3333

34-
To learn more about the sorting functionality of the [.NET MAUI TreeDataGrid]({%slug treedatagrid-overview%}), take a look at the [Sorting]({%slug treedatagrid-sorting-overview%}) article.
34+
To learn more about the sorting functionality of the [.NET MAUI TreeDataGrid]({%slug treedatagrid-overview%}), take a look at the [Sorting]({%slug treedatagrid-sorting%}) article.
3535

3636
## Filtering
3737

controls/treedatagrid/events.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,4 @@ The TreeDataGrid resizing feature exposes a `ColumnUserResizeCompleted` event wh
7979

8080
## See Also
8181

82-
- [Setting the .NET MAUI TreeDataGrid Columns]({%slug treedatagrid-columns-overview%})
83-
- [Using the TreeDataGrid Commands]({%slug treedatagrid-aggregates%})
84-
- [Styling the Appearance of the TreeDataGrid]({%slug treedatagrid-styling%})
85-
82+
- [Setting the .NET MAUI TreeDataGrid Columns]({%slug treedatagrid-columns-overview%})

controls/treedatagrid/filtering/filter-control-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The [Telerik UI for .NET MAUI TreeDataGrid]({%slug datagrid-overview%}) inherits
1212

1313
To customize the built-in Filtering UI for a concrete column, use the `FilterControlTemplate` property of the typed columns (text, boolean, numeric, date, time, and picker columns).
1414

15-
As the [template column]({%slug treedatagrid-columns-template-column%}) does not provide a default Filtering UI, to allow users to filter data in template columns, use the `FilterControlTemplate` property.
15+
As the template column does not provide a default Filtering UI, to allow users to filter data in template columns, use the `FilterControlTemplate` property.
1616

1717
* `FilterControlTemplate`(`DataTemplate`)—Specifies the user defined template used for Filtering UI. The template must contain an instance of the `Telerik.Maui.Controls.DataGrid.DataGridFilterControlBase` class.
1818

controls/treedatagrid/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ public static class MauiProgram
7979
## Additional Resources
8080

8181
- [Setting the .NET MAUI TreeDataGrid Columns]({%slug treedatagrid-columns-overview%})
82-
- [Using the TreeDataGrid Commands]({%slug treedatagrid-aggregates%})
8382
- [Sorting .NET MAUI TreeDataGrid Records]({%slug treedatagrid-sorting%})
8483
- [Filtering .NET MAUI TreeDataGrid Records]({%slug treedatagrid-filtering-overview%})
8584

controls/treedatagrid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The TreeDataGrid features a [single or a multiple-item selection]({%slug treedat
4343

4444
## Load Data On Demand
4545

46-
In some cases, you may need to [load data in the .NET MAUI TreeDataGrid when the control is already displayed]({%slug treedatagrid-features-loadondemand%}) as this can improve the performance of your application. The TreeDataGrid offers automatic data loading once the user scrolls to the last available record, or by displaying a customizable button which will initiate the loading of more data items.
46+
In some cases, you may need to [load data in the .NET MAUI TreeDataGrid when the control is already displayed]({%slug treedatagrid-loadondemand%}) as this can improve the performance of your application. The TreeDataGrid offers automatic data loading once the user scrolls to the last available record, or by displaying a customizable button which will initiate the loading of more data items.
4747

4848
## Row Details
4949

0 commit comments

Comments
 (0)