From 505ff9004d755250f89be01997c63784f56a6026 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\kerpecheva" Date: Thu, 10 Oct 2024 12:19:46 +0300 Subject: [PATCH 1/2] Updated broken links in docs --- controls/autocomplete/localization.md | 2 +- controls/chat/localization.md | 2 +- controls/chat/visual-structure.md | 2 +- controls/collectionview/localization.md | 2 +- controls/combobox/localization.md | 2 +- controls/datagrid/columns/column-types/date-column.md | 10 +++++----- controls/progressbar/overview.md | 2 +- controls/scheduler/recurrence/overview.md | 8 ++++---- controls/scheduler/recurrence/recurrence-rule.md | 4 ++-- knowledge-base/autocomplete-cursor-customization.md | 2 +- knowledge-base/chart-pieseries-customization.md | 4 ++-- .../combobox-close-dropdown-click-outside-bounds.md | 2 +- ...tect-row-detail-expansion-collapse-maui-datagrid.md | 4 ++-- knowledge-base/entry-cursor-customization.md | 2 +- .../hide-no-result-message-autocomplete-net-maui.md | 2 +- .../listview-gridlayout-spancount-binding.md | 2 +- 16 files changed, 26 insertions(+), 26 deletions(-) diff --git a/controls/autocomplete/localization.md b/controls/autocomplete/localization.md index 0e1fe7ba6..58aed053a 100644 --- a/controls/autocomplete/localization.md +++ b/controls/autocomplete/localization.md @@ -21,4 +21,4 @@ In `RadAutoComplete`, you can localize the following string: ## See Also -[Localization and Globalization]({slug % globalization-localization %}) +[Localization and Globalization]({%slug globalization-localization %}) diff --git a/controls/chat/localization.md b/controls/chat/localization.md index a33f84ef2..b5b6536b2 100644 --- a/controls/chat/localization.md +++ b/controls/chat/localization.md @@ -23,4 +23,4 @@ The localization key refers to the watermark message that appears in the input f ## See Also -[Localization and Globalization]({slug % globalization-localization %}) +[Localization and Globalization]({%slug globalization-localization %}) diff --git a/controls/chat/visual-structure.md b/controls/chat/visual-structure.md index 7f8ad6839..f59c9adf6 100644 --- a/controls/chat/visual-structure.md +++ b/controls/chat/visual-structure.md @@ -15,7 +15,7 @@ The Telerik UI for .NET MAUI Chat exposes a set of properties that allow you to ## Legend - `Author`—Represents the current user who sends messages using the Chat UI. This instance determines the alignment of the messages—incoming messages are placed on the left, outgoing messages—on the right. -- `Items`—Contains all the chat items included in the conversation, such text messages, picker items, and so on. For more details on the available Chat items, see the [Chat Items](slug %%) topic. +- `Items`—Contains all the chat items included in the conversation, such text messages, picker items, and so on. For more details on the available Chat items, see the [Chat Items]({%slug chat-items-overview %}) topic. - `Message`—Defines the current message typed into the input field. - `Send Button`—Defines the button used to send messages. - `Picker`—Defines the Chat Picker that is shown either as overlay over the messages’ view or inline as part of the conversation and could display different pickers to provide the end user with a selection of choices. See the [Chat Picker topic]({% slug chat-picker-overview %}) for more details. diff --git a/controls/collectionview/localization.md b/controls/collectionview/localization.md index 6c51e33b6..5319a47f0 100644 --- a/controls/collectionview/localization.md +++ b/controls/collectionview/localization.md @@ -21,4 +21,4 @@ In `RadCollectionView`, you can localize the following string: ## See Also -[Localization and Globalization]({slug % globalization-localization %}) \ No newline at end of file +[Localization and Globalization]({%slug globalization-localization %}) diff --git a/controls/combobox/localization.md b/controls/combobox/localization.md index 820fbb897..15cc8c740 100644 --- a/controls/combobox/localization.md +++ b/controls/combobox/localization.md @@ -21,4 +21,4 @@ In `RadComboBox`, you can localize the following string: ## See Also -[Localization and Globalization]({slug % globalization-localization %}) +[Localization and Globalization]({%slug globalization-localization %}) diff --git a/controls/datagrid/columns/column-types/date-column.md b/controls/datagrid/columns/column-types/date-column.md index 20e38be79..518aeac07 100644 --- a/controls/datagrid/columns/column-types/date-column.md +++ b/controls/datagrid/columns/column-types/date-column.md @@ -8,7 +8,7 @@ slug: datagrid-columns-date-column # .NET MAUI DataGrid DateColumn -The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Telerik UI for .NET MAUI [DatePicker control](%slug datepicker-overview%) to pick a value in `EditMode`. +The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Telerik UI for .NET MAUI [DatePicker control]({%slug datepicker-overview%}) to pick a value in `EditMode`. ## Important Properties @@ -33,12 +33,12 @@ The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Te ```XAML + HeaderText="Date Established" + CellContentFormat="{}{0: ddd-d-MMM-yyyy}"> + FontSize="18" + SelectedTextColor="Blue" /> ``` diff --git a/controls/progressbar/overview.md b/controls/progressbar/overview.md index 65c598cc8..45e9a1b07 100644 --- a/controls/progressbar/overview.md +++ b/controls/progressbar/overview.md @@ -20,7 +20,7 @@ The Telerik .NET MAUI ProgressBar is designed to display progress information to * [Segments support]({%slug progressbar-configuration%}#segments)—The ProgressBar can be divided in segments. * [Custom text]({%slug progressbar-configuration%})—ProgressBar gives you the option to display a custom text when `ValueDisplayMode` is set to `Text`. * [Indeterminate mode support]({%slug progressbar-indeterminate-mode%})—A mode that displays an animation indicating an unspecified amount of waiting time. -* [Different animations]([%slug progressbar-animations%])—Apply different animation easing and animation duration while changing the value of the ProgressBar. +* [Different animations]({%slug progressbar-animations%})—Apply different animation easing and animation duration while changing the value of the ProgressBar. * [Text alignment]({%slug progressbar-configuration%}#label-alignment)—Horizontally align the text that displays the progress. * [Corner radius for progress indicator]({%slug progressbar-configuration%}#corners)—Apply corners of the progress indicator by setting the `ProgressCornerRadius` property. * [Events]({%slug progressbar-events%})—For tracking changes in the progress. diff --git a/controls/scheduler/recurrence/overview.md b/controls/scheduler/recurrence/overview.md index e45b15ba9..c8f08a95e 100644 --- a/controls/scheduler/recurrence/overview.md +++ b/controls/scheduler/recurrence/overview.md @@ -34,11 +34,11 @@ appointment.RecurrenceRule = new RecurrenceRule(pattern); If you want to dive deeper into the recurrence feature of the .NET MAUI Scheduler, check out the following topics: -* [Recurrence Pattern](% slug recurrence-pattern %}) -* [Recurrence Rule](% slug recurrence-rule %}) +* [Recurrence Pattern]({%slug recurrence-pattern %}) +* [Recurrence Rule]({%slug recurrence-rule %}) ## See Also - [Appointments]({% slug appointments-overview %}) -- [Recurrence Pattern](% slug recurrence-pattern %}) -- [Recurrence Rule](% slug recurrence-rule %}) +- [Recurrence Pattern]({%slug recurrence-pattern %}) +- [Recurrence Rule]({%slug recurrence-rule %}) diff --git a/controls/scheduler/recurrence/recurrence-rule.md b/controls/scheduler/recurrence/recurrence-rule.md index 8028cf39c..316283406 100644 --- a/controls/scheduler/recurrence/recurrence-rule.md +++ b/controls/scheduler/recurrence/recurrence-rule.md @@ -10,7 +10,7 @@ slug: scheduler-recurrence-rule The Scheduler supports repeating appointments through the `RecurrenceRule` property of the `Appointment` class. In order to create a recurrence rule, you have to define a recurrence pattern, such as frequency, days of week, max occurrences, and other. -The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern](% slug recurrence-pattern %}) topic. +The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug recurrence-pattern %}) topic. The main methods exposed by the `RecurrenceRule` class: @@ -28,4 +28,4 @@ The `RecurrenceRule` class exposes an exceptions method, which allows you to get - [Appointments]({% slug appointments-overview %}) - [Recurrence Overview]({%slug scheduler-recurrence-overview%}) -- [Recurrence Pattern](% slug recurrence-pattern %}) \ No newline at end of file +- [Recurrence Pattern]({%slug recurrence-pattern %}) diff --git a/knowledge-base/autocomplete-cursor-customization.md b/knowledge-base/autocomplete-cursor-customization.md index 0425d00b0..55714199d 100644 --- a/knowledge-base/autocomplete-cursor-customization.md +++ b/knowledge-base/autocomplete-cursor-customization.md @@ -119,5 +119,5 @@ If either of those situations change, then these limitations may be outdated and ## See Also --[Entry Styling]({%slug entry-styling%}}) +-[Entry Styling]({%slug entry-styling%}) diff --git a/knowledge-base/chart-pieseries-customization.md b/knowledge-base/chart-pieseries-customization.md index 4d229af58..8028b69ea 100644 --- a/knowledge-base/chart-pieseries-customization.md +++ b/knowledge-base/chart-pieseries-customization.md @@ -1,6 +1,6 @@ --- title: Customize PieChart Series Text, Color and FontSize -description: +description: This article described how to customize the text, color, font size of the chart PieSeries. Learn more! type: how-to page_title: Label Customization for Chart Pie Series slug: chart-pieseries-customization @@ -144,4 +144,4 @@ private void UpdateChart() -``` \ No newline at end of file +``` diff --git a/knowledge-base/combobox-close-dropdown-click-outside-bounds.md b/knowledge-base/combobox-close-dropdown-click-outside-bounds.md index d713bb0ca..e62b07565 100644 --- a/knowledge-base/combobox-close-dropdown-click-outside-bounds.md +++ b/knowledge-base/combobox-close-dropdown-click-outside-bounds.md @@ -51,4 +51,4 @@ private void TapGestureRecognizer_Tapped(object sender, TappedEventArgs e) ## See Also -- [ComboBox for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/combo-box/overview) +- [ComboBox for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/combobox/overview) diff --git a/knowledge-base/detect-row-detail-expansion-collapse-maui-datagrid.md b/knowledge-base/detect-row-detail-expansion-collapse-maui-datagrid.md index b1658ad1b..243f7a777 100644 --- a/knowledge-base/detect-row-detail-expansion-collapse-maui-datagrid.md +++ b/knowledge-base/detect-row-detail-expansion-collapse-maui-datagrid.md @@ -225,5 +225,5 @@ Both approaches allow for handling row detail expansion and collapse states in a ## See Also -- [DataGrid Commands Overview]({%slug datagrid-commands-overview%}}) -- [DataGrid Row Details Documentation]({%slug datagrid-row-details-overview%}}) +- [DataGrid Commands Overview]({%slug datagrid-commands-overview%}) +- [DataGrid Row Details Documentation]({%slug datagrid-row-details-overview%}) diff --git a/knowledge-base/entry-cursor-customization.md b/knowledge-base/entry-cursor-customization.md index 79b570d50..8a39c3844 100644 --- a/knowledge-base/entry-cursor-customization.md +++ b/knowledge-base/entry-cursor-customization.md @@ -94,4 +94,4 @@ If either of those situations change, then these limitations may be outdated and ## See Also --[Entry Styling]({%slug entry-styling%}}) +-[Entry Styling]({%slug entry-styling%}) diff --git a/knowledge-base/hide-no-result-message-autocomplete-net-maui.md b/knowledge-base/hide-no-result-message-autocomplete-net-maui.md index e8bb3b34d..97b19f064 100644 --- a/knowledge-base/hide-no-result-message-autocomplete-net-maui.md +++ b/knowledge-base/hide-no-result-message-autocomplete-net-maui.md @@ -55,4 +55,4 @@ Note: Make sure to adjust the property values according to your specific impleme ## See Also -- [AutoComplete for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/autocomplete/autocomplete-overview) +- [AutoComplete for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/autocomplete/overview) diff --git a/knowledge-base/listview-gridlayout-spancount-binding.md b/knowledge-base/listview-gridlayout-spancount-binding.md index 54efbe2eb..e55107d36 100644 --- a/knowledge-base/listview-gridlayout-spancount-binding.md +++ b/knowledge-base/listview-gridlayout-spancount-binding.md @@ -1,6 +1,6 @@ --- title: Change ListView GridLayout SpanCount -description: +description: This article explains how to use the SpanCount property of the RadListView GridLayoutDefinition with Binding. type: how-to page_title: Binding in the ListView GridLayour SpanCount slug: listview-gridlayout-spancount-binding From 03e5a6ca3c788720e90ce1aa62088c1487f73c35 Mon Sep 17 00:00:00 2001 From: "PROGRESS\\kerpecheva" Date: Tue, 15 Oct 2024 15:06:18 +0300 Subject: [PATCH 2/2] Update broken slugs --- controls/scheduler/recurrence/overview.md | 8 ++++---- controls/scheduler/recurrence/recurrence-rule.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/controls/scheduler/recurrence/overview.md b/controls/scheduler/recurrence/overview.md index c8f08a95e..392da476e 100644 --- a/controls/scheduler/recurrence/overview.md +++ b/controls/scheduler/recurrence/overview.md @@ -34,11 +34,11 @@ appointment.RecurrenceRule = new RecurrenceRule(pattern); If you want to dive deeper into the recurrence feature of the .NET MAUI Scheduler, check out the following topics: -* [Recurrence Pattern]({%slug recurrence-pattern %}) -* [Recurrence Rule]({%slug recurrence-rule %}) +* [Recurrence Pattern]({%slug scheduler-recurrence-pattern %}) +* [Recurrence Rule]({%slug scheduler-recurrence-rule %}) ## See Also - [Appointments]({% slug appointments-overview %}) -- [Recurrence Pattern]({%slug recurrence-pattern %}) -- [Recurrence Rule]({%slug recurrence-rule %}) +- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %}) +- [Recurrence Rule]({%slug scheduler-recurrence-rule %}) diff --git a/controls/scheduler/recurrence/recurrence-rule.md b/controls/scheduler/recurrence/recurrence-rule.md index 316283406..73b66b56e 100644 --- a/controls/scheduler/recurrence/recurrence-rule.md +++ b/controls/scheduler/recurrence/recurrence-rule.md @@ -10,7 +10,7 @@ slug: scheduler-recurrence-rule The Scheduler supports repeating appointments through the `RecurrenceRule` property of the `Appointment` class. In order to create a recurrence rule, you have to define a recurrence pattern, such as frequency, days of week, max occurrences, and other. -The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug recurrence-pattern %}) topic. +The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug scheduler-recurrence-pattern%}) topic. The main methods exposed by the `RecurrenceRule` class: @@ -28,4 +28,4 @@ The `RecurrenceRule` class exposes an exceptions method, which allows you to get - [Appointments]({% slug appointments-overview %}) - [Recurrence Overview]({%slug scheduler-recurrence-overview%}) -- [Recurrence Pattern]({%slug recurrence-pattern %}) +- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})