Skip to content

Commit 9be7349

Browse files
committed
fix broken links
1 parent 2ac6d81 commit 9be7349

12 files changed

+23
-24
lines changed

_contentTemplates/common/trial-package-deprecation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#kb-note-for-upgrades
2-
> The steps described in this KB article are valid for Telerik UI for .NET MAUI versions up to 2025 Q2. Starting with 2025 Q2, the trial installer is deprecated. You can start a free trial by [using the unified installer](link to your installation article).
2+
> The steps described in this KB article are valid for Telerik UI for .NET MAUI versions up to 2025 Q2. Starting with 2025 Q2, the trial installer is deprecated. You can start a free trial by [using the unified installer]({%slug install-trial%}).
33
#end
44

55
#kb-note-troubleshooting

controls/combobox/databinding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ slug: combobox-databinding
1313

1414
The `DisplayMemberPath` is a property that lets the developer specify a particular property of the business object to be displayed. If `DisplayMemberPath` is not set, the ComboBox will visualize the `ToString` implementation of the business object.
1515

16-
To customize the content inside the input area when an item is selected and the `DisplayMemberPath` property is not set, use the [`SelectionBoxTemplate`](%slug combobox-templates%). The `SelectionBoxTemplate` applies when the `SelectionMode` is `Single` and the control's `IsEditable` property is set to `false`.
16+
To customize the content inside the input area when an item is selected and the `DisplayMemberPath` property is not set, use the [`SelectionBoxTemplate`]({%slug combobox-templates%}). The `SelectionBoxTemplate` applies when the `SelectionMode` is `Single` and the control's `IsEditable` property is set to `false`.
1717

1818
## Binding to a Complex Object
1919

controls/combobox/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If the default templates of the control do not suit your needs, you can define c
1616
* `ShowMoreTemplate`(`DataTemplate`)—Defines the Template of the Show More UI that gets visualized when the control is not focused and the space is not enough to show all tokens when using the Multiple selection mode.
1717
* `SelectionBoxTemplate`(`DataTemplate`)—Defines the template of the selected item in the box section of the control. This property is only available when the `RadComboBox` is non-editable (`IsEditable` set to `false`).
1818

19-
To customize the content inside the input area when an item is selected and the `DisplayMemberPath` property is not set, use the [`SelectionBoxTemplate`](%slug combobox-templates%). The `SelectionBoxTemplate` applies when the `SelectionMode` is `Single` and the control's `IsEditable` property is set to `false`.
19+
To customize the content inside the input area when an item is selected and the `DisplayMemberPath` property is not set, use the [`SelectionBoxTemplate`]({%slug combobox-templates%}). The `SelectionBoxTemplate` applies when the `SelectionMode` is `Single` and the control's `IsEditable` property is set to `false`.
2020

2121
To enable the [keyboard navigation support]({%slug combobox-keyboard-support%}) when the drop-down is opened and when setting the custom item and selected item templates in ComboBox for .NET MAUI, wrap the content of the templates in a `RadComboBoxItem`. Define the necessary visual states of the `RadComboBoxItem`, specifically `MouseOver` and `Highlighted`.
2222

controls/datetimepicker/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ In addition to this, you need to add the following namespace:
9191
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
9292
```
9393

94-
![DateTimePicker FooterTemplate](images/datepicker_header_footer_template.png)
94+
![DateTimePicker FooterTemplate](images/datetimepicker_header_footer_template.png)
9595

9696
## See Also
9797

knowledge-base/customize-column-generation-raddatagrid-dotnet-maui.md renamed to knowledge-base/customize-column-generation-datagrid-dotnet-maui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,6 @@ Ensure the `ItemsSource` for the `DataGridComboBoxColumn` is correctly bound to
7878

7979
## See Also
8080

81-
- [DataGrid Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/overview)
82-
- [DataGrid Columns](https://docs.telerik.com/devtools/maui/controls/datagrid/columns)
83-
- [Commanding Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/commanding)
81+
- [DataGrid Overview]({%slug datagrid-overview%})
82+
- [DataGrid Columns]({%slug datagrid-columns-overview%})
83+
- [Commands Overview]({%slug datagrid-commands-overview%})

knowledge-base/customize-datagrid-search-panel-maui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ Replace `"YourNamespaceHere"` with your actual namespace. This custom `ControlTe
110110

111111
## See Also
112112

113-
- [DataGrid Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/overview)
114-
- [Customizing DataGrid Appearance](https://docs.telerik.com/devtools/maui/controls/datagrid/styling)
115-
- [Search in DataGrid](https://docs.telerik.com/devtools/maui/controls/datagrid/features/search)
113+
- [DataGrid Overview in MAUI]({%slug datagrid-overview%})
114+
- [Customizing DataGrid Appearance]({%slug datagrid-styling%})
115+
- [Search in DataGrid]({%slug datagrid-search-as-you-type%})

knowledge-base/customize-grouped-column-names-datagrid-maui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ In this example, columns grouped by the `TimeStamp` property will display `Creat
3737

3838
## See Also
3939

40-
- [Grouping in DataGrid for MAUI](https://docs.telerik.com/devtools/maui/datagrid/grouping)
41-
- [DataGrid Overview for MAUI](https://docs.telerik.com/devtools/maui/datagrid/overview)
40+
- [Grouping in DataGrid for MAUI]({%slug datagrid-grouping-overview%})
41+
- [DataGrid Overview for MAUI]({%slug datagrid-overview%})

knowledge-base/datagrid-maui-access-formatted-cell-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ In this example, `grid` refers to your DataGrid instance. Ensure you adjust `Dat
4747

4848
## See Also
4949

50-
- [DataGrid Columns Overview in MAUI](https://docs.telerik.com/devtools/maui/controls/datagrid/columns/datagrid-columns-overview)
51-
- [Data Binding in DataGrid for MAUI](https://docs.telerik.com/devtools/maui/controls/datagrid/data-binding)
50+
- [DataGrid Columns Overview in MAUI]({%slug datagrid-columns-overview%})
51+
- [Data Binding in DataGrid for MAUI]({%slug datagrid-data-binding%})

knowledge-base/load-tab-content-on-demand-net-maui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,5 +176,5 @@ Using the `LoadOnDemand` and `LoadOnDemandTemplate` attached properties, you can
176176

177177
## See Also
178178

179-
- [TabView Overview](https://docs.telerik.com/devtools/maui/controls/tabview/overview)
180-
- [TabView Data Binding Example](https://docs.telerik.com/devtools/maui/controls/tabview/datatabinding)
179+
- [TabView Overview]({%slug tabview-overview%})
180+
- [TabView Data Binding]({%slug tabview-data-binding%})

knowledge-base/numericinput-overriding-winui-minwidth.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ This KB article also answers the following questions:
2828

2929
To address the issue of the NumericInput's value being cut off due to the `MinWidth` setting of the `InputEditor`, follow these steps:
3030

31-
1. Define the ControlTemplate—To access RadNumericInput's internal NumericInputEntry subcomponent, follow the directions in the [NumericInput - ControlTemplate](https://docs.telerik.com/devtools/maui/controls/numericinput/control-template) documentation.
32-
31+
1. Define the ControlTemplate—To access RadNumericInput's internal NumericInputEntry subcomponent.
3332
2. Subscribe to the NumericInputEntry's Loaded Event:
3433

3534
```xaml

0 commit comments

Comments
 (0)