Skip to content

Didi/internal linking #1180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 18, 2025
Merged
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
2 changes: 1 addition & 1 deletion _contentTemplates/common/trial-package-deprecation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#kb-note-for-upgrades
> 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).
> 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%}).
#end

#kb-note-troubleshooting
Expand Down
2 changes: 1 addition & 1 deletion controls/combobox/databinding.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slug: combobox-databinding

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.

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`.
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`.

## Binding to a Complex Object

Expand Down
2 changes: 1 addition & 1 deletion controls/combobox/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If the default templates of the control do not suit your needs, you can define c
* `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.
* `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`).

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`.
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`.

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`.

Expand Down
2 changes: 1 addition & 1 deletion controls/datetimepicker/templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In addition to this, you need to add the following namespace:
xmlns:telerik="http://schemas.telerik.com/2022/xaml/maui"
```

![DateTimePicker FooterTemplate](images/datepicker_header_footer_template.png)
![DateTimePicker FooterTemplate](images/datetimepicker_header_footer_template.png)

## See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@ Ensure the `ItemsSource` for the `DataGridComboBoxColumn` is correctly bound to

## See Also

- [DataGrid Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/overview)
- [DataGrid Columns](https://docs.telerik.com/devtools/maui/controls/datagrid/columns)
- [Commanding Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/commanding)
- [DataGrid Overview]({%slug datagrid-overview%})
- [DataGrid Columns]({%slug datagrid-columns-overview%})
- [Commands Overview]({%slug datagrid-commands-overview%})
6 changes: 3 additions & 3 deletions knowledge-base/customize-datagrid-search-panel-maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ Replace `"YourNamespaceHere"` with your actual namespace. This custom `ControlTe

## See Also

- [DataGrid Overview](https://docs.telerik.com/devtools/maui/controls/datagrid/overview)
- [Customizing DataGrid Appearance](https://docs.telerik.com/devtools/maui/controls/datagrid/styling)
- [Search in DataGrid](https://docs.telerik.com/devtools/maui/controls/datagrid/features/search)
- [DataGrid Overview in MAUI]({%slug datagrid-overview%})
- [Customizing DataGrid Appearance]({%slug datagrid-styling%})
- [Search in DataGrid]({%slug datagrid-search-as-you-type%})
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ In this example, columns grouped by the `TimeStamp` property will display `Creat

## See Also

- [Grouping in DataGrid for MAUI](https://docs.telerik.com/devtools/maui/datagrid/grouping)
- [DataGrid Overview for MAUI](https://docs.telerik.com/devtools/maui/datagrid/overview)
- [Grouping in DataGrid for MAUI]({%slug datagrid-grouping-overview%})
- [DataGrid Overview for MAUI]({%slug datagrid-overview%})
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ In this example, `grid` refers to your DataGrid instance. Ensure you adjust `Dat

## See Also

- [DataGrid Columns Overview in MAUI](https://docs.telerik.com/devtools/maui/controls/datagrid/columns/datagrid-columns-overview)
- [Data Binding in DataGrid for MAUI](https://docs.telerik.com/devtools/maui/controls/datagrid/data-binding)
- [DataGrid Columns Overview in MAUI]({%slug datagrid-columns-overview%})
- [Data Binding in DataGrid for MAUI]({%slug datagrid-data-binding%})
2 changes: 1 addition & 1 deletion knowledge-base/error-service-unavailable.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Error 503 Service Unavailable
description: Learn how to solve the "unable to load the server index" and "503 service unavailable" errors for the Telerik Nuget Server.
description: Learn how to solve the unable to load the server index and 503 service unavailable errors for the Telerik Nuget Server.
type: troubleshooting
page_title: How to solve unable to load the server index and service unavailable
slug: error-service-unavailable
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/error-unauthorized.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Error 401 Unauthorized
description: Learn how to resolve issues related to "Error 401 Unauthorized".
description: Learn how to resolve issues related to Error 401 Unauthorized.
type: troubleshooting
page_title: How to solve Error 401 Unauthorized
slug: error-unauthorized
Expand Down
4 changes: 2 additions & 2 deletions knowledge-base/failed-retrieve-info-remote-source.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Failed to retrieve information about Telerik.UI.for.Maui from remote source
description: Learn how to solve the error "Failed to retrieve information about 'Telerik.UI.for.Maui' from remote source".
description: Learn how to solve the error Failed to retrieve information about Telerik.UI.for.Maui from remote source.
type: troubleshooting
page_title: How to solve failed to retrieve information about Telerik.UI.for.Maui from remote source
slug: failed-retrieve-info-remote-source
tags: server,retrieve information, nuget, telerik nuget server
tags: server, retrieve information, nuget, telerik nuget server
res_type: kb
---

Expand Down
4 changes: 2 additions & 2 deletions knowledge-base/load-tab-content-on-demand-net-maui.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,5 +176,5 @@ Using the `LoadOnDemand` and `LoadOnDemandTemplate` attached properties, you can

## See Also

- [TabView Overview](https://docs.telerik.com/devtools/maui/controls/tabview/overview)
- [TabView Data Binding Example](https://docs.telerik.com/devtools/maui/controls/tabview/datatabinding)
- [TabView Overview]({%slug tabview-overview%})
- [TabView Data Binding]({%slug tabview-data-binding%})
3 changes: 1 addition & 2 deletions knowledge-base/numericinput-overriding-winui-minwidth.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ This KB article also answers the following questions:

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

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.

1. Define the ControlTemplate—To access RadNumericInput's internal NumericInputEntry subcomponent.
2. Subscribe to the NumericInputEntry's Loaded Event:

```xaml
Expand Down
2 changes: 1 addition & 1 deletion knowledge-base/package-version-not-found.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Package Version Not Found
description: Learn how to resolve errors like "error NU1102 Unable to find package Telerik.UI.for.Maui with version (>= x.x.x)"
description: Learn how to resolve errors like error NU1102 Unable to find package Telerik.UI.for.Maui with version (>= x.x.x).
type: troubleshooting
page_title: How to solve erros when the Telerik NuGet package version is not found
slug: package-version-not-found
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Disabling Past and Future Month Dates in RadScheduler for .NET MAUI
description: Learn how to prevent creating appointments for dates outside the current month in RadScheduler for .NET MAUI.
type: how-to
page_title: How to Disable Appointment Creation for Past and Future Month Dates in RadScheduler
slug: rad-scheduler-disable-dates-outside-current-month
slug: scheduler-disable-dates-outside-current-month
tags: calendar, .net maui, radscheduler, disable dates, month view
res_type: kb
---
Expand Down Expand Up @@ -70,5 +70,5 @@ By setting the `allowAppointmentCreation` flag based on whether the tapped date

## See Also

- [Scheduler Overview](https://docs.telerik.com/devtools/maui/controls/scheduler/overview)
- [Month View Definition](https://docs.telerik.com/devtools/maui/controls/scheduler/viewdefinitions/monthviewdefinition)
- [Scheduler Overview]({%slug scheduler-overview%})
- [Month View Definition]({%slug scheduler-month-view%})
2 changes: 1 addition & 1 deletion knowledge-base/unable-to-find-package.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Unable to Find Package
description: Learn how to sovle the error "`Unable to find package Telerik.UI.for.Maui. No packages exist with this id in source(s) nuget.org`".
description: Learn how to sovle the error Unable to find package Telerik.UI.for.Maui. No packages exist with this id in source(s) nuget.org.
type: troubleshooting
page_title: How to solve unable to find package
slug: unable-to-find-package
Expand Down
6 changes: 3 additions & 3 deletions styling-and-themes/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Before you can add Telerik Theming to your app, make sure that it is configured

![Telerik UI for .NET MAUI Styles folder](images/telerik-theming-styles-folder-v10.png)

>important The files in the `TelerikTheming` folder are auto-generated. Use them only as a reference and do not modify them. See [Customizing the Telerik Theme]({%slug themes-customization %}) for information on how to use these files to apply your own styles.
>important The files in the `TelerikTheming` folder are auto-generated. Use them only as a reference and do not modify them. See [Customizing the Telerik Theme]({%slug themes-customization%}) for information on how to use these files to apply your own styles.

**3.** Go to the `App.xaml` file of your app and add the `TelerikTheming` resource dictionary to the application resources:

Expand Down Expand Up @@ -165,5 +165,5 @@ You can take advantage of the available theme swatches and change them at runtim

## Next Steps

* [Customizing the Telerik Theme Colors]({%slug themes-customization %})
* [Customizing the Control-Specific Theme Resources]({%slug theme-component-styles-customization %})
* [Customizing the Telerik Theme Colors]({%slug themes-customization%})
* [Customizing the Control-Specific Theme Resources]({%slug theme-component-styles-customization%})