diff --git a/_contentTemplates/common/trial-package-deprecation.md b/_contentTemplates/common/trial-package-deprecation.md index 51176d251..5fd988fbe 100644 --- a/_contentTemplates/common/trial-package-deprecation.md +++ b/_contentTemplates/common/trial-package-deprecation.md @@ -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 diff --git a/controls/combobox/databinding.md b/controls/combobox/databinding.md index a95c1822e..6974f4bbe 100644 --- a/controls/combobox/databinding.md +++ b/controls/combobox/databinding.md @@ -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 diff --git a/controls/combobox/templates.md b/controls/combobox/templates.md index 85b69b6f6..fd68516a5 100644 --- a/controls/combobox/templates.md +++ b/controls/combobox/templates.md @@ -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`. diff --git a/controls/datetimepicker/templates.md b/controls/datetimepicker/templates.md index 26d09ad9e..74b65d330 100644 --- a/controls/datetimepicker/templates.md +++ b/controls/datetimepicker/templates.md @@ -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 diff --git a/knowledge-base/customize-column-generation-raddatagrid-dotnet-maui.md b/knowledge-base/customize-column-generation-datagrid-dotnet-maui.md similarity index 92% rename from knowledge-base/customize-column-generation-raddatagrid-dotnet-maui.md rename to knowledge-base/customize-column-generation-datagrid-dotnet-maui.md index a74fa2dc1..7eea1e7ae 100644 --- a/knowledge-base/customize-column-generation-raddatagrid-dotnet-maui.md +++ b/knowledge-base/customize-column-generation-datagrid-dotnet-maui.md @@ -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%}) diff --git a/knowledge-base/customize-datagrid-search-panel-maui.md b/knowledge-base/customize-datagrid-search-panel-maui.md index 6fdd719e2..98ade2ca6 100644 --- a/knowledge-base/customize-datagrid-search-panel-maui.md +++ b/knowledge-base/customize-datagrid-search-panel-maui.md @@ -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%}) diff --git a/knowledge-base/customize-grouped-column-names-datagrid-maui.md b/knowledge-base/customize-grouped-column-names-datagrid-maui.md index 7c70bbf9d..f5c94ace1 100644 --- a/knowledge-base/customize-grouped-column-names-datagrid-maui.md +++ b/knowledge-base/customize-grouped-column-names-datagrid-maui.md @@ -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%}) diff --git a/knowledge-base/datagrid-maui-access-formatted-cell-values.md b/knowledge-base/datagrid-maui-access-formatted-cell-values.md index cec8ee07d..94207f387 100644 --- a/knowledge-base/datagrid-maui-access-formatted-cell-values.md +++ b/knowledge-base/datagrid-maui-access-formatted-cell-values.md @@ -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%}) diff --git a/knowledge-base/error-service-unavailable.md b/knowledge-base/error-service-unavailable.md index ac6bbfb84..0fb9488be 100644 --- a/knowledge-base/error-service-unavailable.md +++ b/knowledge-base/error-service-unavailable.md @@ -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 diff --git a/knowledge-base/error-unauthorized.md b/knowledge-base/error-unauthorized.md index 0816a1967..2aab0d591 100644 --- a/knowledge-base/error-unauthorized.md +++ b/knowledge-base/error-unauthorized.md @@ -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 diff --git a/knowledge-base/failed-retrieve-info-remote-source.md b/knowledge-base/failed-retrieve-info-remote-source.md index 42b62e073..90b8534f7 100644 --- a/knowledge-base/failed-retrieve-info-remote-source.md +++ b/knowledge-base/failed-retrieve-info-remote-source.md @@ -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 --- diff --git a/knowledge-base/load-tab-content-on-demand-net-maui.md b/knowledge-base/load-tab-content-on-demand-net-maui.md index 6eeeb7ece..e9b910665 100644 --- a/knowledge-base/load-tab-content-on-demand-net-maui.md +++ b/knowledge-base/load-tab-content-on-demand-net-maui.md @@ -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%}) diff --git a/knowledge-base/numericinput-overriding-winui-minwidth.md b/knowledge-base/numericinput-overriding-winui-minwidth.md index b5c94d536..096823eb6 100644 --- a/knowledge-base/numericinput-overriding-winui-minwidth.md +++ b/knowledge-base/numericinput-overriding-winui-minwidth.md @@ -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 diff --git a/knowledge-base/package-version-not-found.md b/knowledge-base/package-version-not-found.md index 24029aa41..97ac89e84 100644 --- a/knowledge-base/package-version-not-found.md +++ b/knowledge-base/package-version-not-found.md @@ -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 diff --git a/knowledge-base/rad-scheduler-disable-dates-outside-current-month.md b/knowledge-base/scheduler-disable-dates-outside-current-month.md similarity index 91% rename from knowledge-base/rad-scheduler-disable-dates-outside-current-month.md rename to knowledge-base/scheduler-disable-dates-outside-current-month.md index 1980ca925..dfde383b5 100644 --- a/knowledge-base/rad-scheduler-disable-dates-outside-current-month.md +++ b/knowledge-base/scheduler-disable-dates-outside-current-month.md @@ -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 --- @@ -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%}) diff --git a/knowledge-base/unable-to-find-package.md b/knowledge-base/unable-to-find-package.md index 9a9ee7adc..ce481b84a 100644 --- a/knowledge-base/unable-to-find-package.md +++ b/knowledge-base/unable-to-find-package.md @@ -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 diff --git a/styling-and-themes/overview.md b/styling-and-themes/overview.md index 263ec4cf9..c86f68ee2 100644 --- a/styling-and-themes/overview.md +++ b/styling-and-themes/overview.md @@ -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: @@ -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%})