From b8ecea43181732b40499752e837ca4b7be6bdaca Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Thu, 7 Nov 2024 16:55:13 +0200 Subject: [PATCH 1/3] chore(Docs): update urls --- _contentTemplates/common/get-started.md | 2 +- accessibility/wcag-section-508-wai-aria.md | 2 +- common-features/data-binding/observable-data.md | 2 +- common-features/icons.md | 2 +- common-features/input-adornments.md | 4 ++-- components/animationcontainer/overview.md | 2 +- components/autocomplete/refresh-data.md | 2 +- components/button/overview.md | 2 +- components/calendar/navigation.md | 2 +- components/calendar/overview.md | 2 +- components/carousel/refresh-data.md | 2 +- components/chart/data-bind.md | 2 +- components/chart/date-axis.md | 2 +- components/chart/labels-template-and-format.md | 2 +- components/chart/multiple-axes.md | 2 +- components/chart/overview.md | 2 +- components/chart/rendering-modes.md | 2 +- components/chart/stacked-series.md | 2 +- components/combobox/refresh-data.md | 2 +- components/contextmenu/refresh-data.md | 2 +- components/dateinput/keyboard-typing.md | 2 +- components/dateinput/overview.md | 2 +- components/datepicker/overview.md | 2 +- components/datetimepicker/overview.md | 2 +- components/drawer/refresh-data.md | 2 +- components/dropdownlist/overview.md | 2 +- components/dropdownlist/refresh-data.md | 2 +- components/floatinglabel/overview.md | 2 +- components/gantt/overview.md | 2 +- components/gantt/refresh-data.md | 2 +- components/gantt/state.md | 2 +- components/grid/columns/checkbox.md | 2 +- components/grid/overview.md | 2 +- components/grid/refresh-data.md | 2 +- components/grid/row-drag-drop.md | 2 +- components/listview/refresh-data.md | 2 +- components/menu/overview.md | 2 +- components/menu/refresh-data.md | 2 +- components/multiselect/refresh-data.md | 2 +- components/numerictextbox/overview.md | 2 +- components/panelbar/refresh-data.md | 2 +- components/panelbar/templates/content.md | 2 +- components/panelbar/templates/header.md | 2 +- components/panelbar/templates/overview.md | 2 +- components/pivotgrid/configurator.md | 2 +- components/pivotgrid/overview.md | 2 +- components/scheduler/refresh-data.md | 2 +- components/tabstrip/active-tab-index.md | 2 +- components/tabstrip/overview.md | 2 +- components/tabstrip/tabs-collection.md | 2 +- components/tabstrip/tabs-configuration.md | 2 +- components/textarea/overview.md | 2 +- components/timepicker/overview.md | 2 +- components/togglebutton/overview.md | 2 +- components/treelist/columns/checkbox.md | 2 +- components/treelist/refresh-data.md | 2 +- components/treelist/row-drag-drop.md | 2 +- components/treelist/templates/popup-buttons-template.md | 4 ++-- components/treelist/templates/popup-form-template.md | 2 +- components/treeview/overview.md | 2 +- components/treeview/templates.md | 2 +- components/window/overview.md | 2 +- getting-started/hybrid-blazor.md | 2 +- globalization/localization.md | 2 +- installation/automated.md | 4 ++-- introduction.md | 2 +- knowledge-base/common-null-value-parameter-format.md | 2 +- .../common-value-cannot-be-null-parameter-format.md | 2 +- knowledge-base/gantt-different-colors-for-tasks.md | 2 +- styling-and-themes/overview.md | 2 +- 70 files changed, 73 insertions(+), 73 deletions(-) diff --git a/_contentTemplates/common/get-started.md b/_contentTemplates/common/get-started.md index 1bcdf0ecfc..02ba0444d6 100644 --- a/_contentTemplates/common/get-started.md +++ b/_contentTemplates/common/get-started.md @@ -87,7 +87,7 @@ Well done! Now you have your first Telerik UI for Blazor component running in yo ## Next Steps * [Check the list of available components]({%slug blazor-overview%}#list-of-components). -* [Explore the live Telerik UI for Blazor demos](https://demos.telerik.com/blazor-ui/). +* [Explore the live Telerik UI for Blazor demos](https://demos.telerik.com/blazor-ui). * [Learn the data binding fundamentals for Telerik UI for Blazor components]({%slug common-features-data-binding-overview%}). * [Get started with the data Grid]({%slug grid-overview%}). * [Review the built-in themes or create custom ones]({%slug themes-overview%}). diff --git a/accessibility/wcag-section-508-wai-aria.md b/accessibility/wcag-section-508-wai-aria.md index 800dc9f670..dcfe76615b 100644 --- a/accessibility/wcag-section-508-wai-aria.md +++ b/accessibility/wcag-section-508-wai-aria.md @@ -165,7 +165,7 @@ The following table lists the Section 508 and WCAG 2 compliance levels of suppor |`ToolBar`|`Yes`|`AA`| [Demo](https://demos.telerik.com/blazor-ui/toolbar/keyboard-navigation) | [Documentation]({%slug toolbar-wai-aria-support%}) | |`Tooltip`|`Yes`|`AA`| `n/a` | [Documentation]({%slug tooltip-wai-aria-support%}) | |`TreeList`|`No`|`n/a`| `n/a` | `n/a` | -|`TreeView`|`Yes`|`AA`| [Demo](https://demos.telerik.com/blazor-ui/treeView/keyboard-navigation) | [Documentation]({%slug treeview-wai-aria-support%}) | +|`TreeView`|`Yes`|`AA`| [Demo](https://demos.telerik.com/blazor-ui/treeview/keyboard-navigation) | [Documentation]({%slug treeview-wai-aria-support%}) | |`Upload`|`No`|`n/a`| `n/a` | `n/a` | |`Window`|`Yes`|`AA`| [Demo](https://demos.telerik.com/blazor-ui/window/keyboard-navigation) | [Documentation]({%slug window-wai-aria-support%}) | |`Wizard`|`Yes`|`AA`| [Demo](https://demos.telerik.com/blazor-ui/wizard/keyboard-navigation) | [Documentation]({%slug wizard-wai-aria-support%}) | diff --git a/common-features/data-binding/observable-data.md b/common-features/data-binding/observable-data.md index c4360d11f9..68f57d2a02 100644 --- a/common-features/data-binding/observable-data.md +++ b/common-features/data-binding/observable-data.md @@ -65,4 +65,4 @@ You can refresh other components that do not support observable data by creating ## See Also * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) -* [Live Demos](https://demos.telerik.com/blazor-ui/) +* [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/common-features/icons.md b/common-features/icons.md index 098e11b9d6..fd5f2eabb0 100644 --- a/common-features/icons.md +++ b/common-features/icons.md @@ -342,5 +342,5 @@ Telerik UI for Blazor supports using custom (third-party) icons: ## See Also * Built-in Icon List -* [Blazor Live Demos](https://demos.telerik.com/blazor-ui/) +* [Blazor Live Demos](https://demos.telerik.com/blazor-ui) * [CSS Themes]({%slug themes-overview%}) diff --git a/common-features/input-adornments.md b/common-features/input-adornments.md index da804b09c6..e937d94970 100644 --- a/common-features/input-adornments.md +++ b/common-features/input-adornments.md @@ -408,9 +408,9 @@ To prevent that behavior, you may wrap the content of the prefix/suffix template * [Live Demo: AutoComplete Adornments](https://demos.telerik.com/blazor-ui/autocomplete/adornments) * [Live Demo: ComboBox Adornments](https://demos.telerik.com/blazor-ui/combobox/adornments) -* [Live Demo: MaskedTextBox Adornments](https://demos.telerik.com/blazor-ui/maskedtextBox/adornments) +* [Live Demo: MaskedTextBox Adornments](https://demos.telerik.com/blazor-ui/maskedtextbox/adornments) * [Live Demo: MultiColumnComboBox Adornments](https://demos.telerik.com/blazor-ui/multicolumncombobox/adornments) * [Live Demo: MultiSelect Adornments](https://demos.telerik.com/blazor-ui/multiselect/adornments) -* [Live Demo: NumericTextBox Adornments](https://demos.telerik.com/blazor-ui/numerictextBox/adornments) +* [Live Demo: NumericTextBox Adornments](https://demos.telerik.com/blazor-ui/numerictextbox/adornments) * [Live Demo: TextArea Adornments](https://demos.telerik.com/blazor-ui/textarea/adornments) * [Live Demo: TextBox Adornments](https://demos.telerik.com/blazor-ui/textbox/adornments) diff --git a/components/animationcontainer/overview.md b/components/animationcontainer/overview.md index 8b7e6aa8cc..9f5192a4b9 100644 --- a/components/animationcontainer/overview.md +++ b/components/animationcontainer/overview.md @@ -192,7 +192,7 @@ The Animation Container provides methods for programmatic operation. To use them ## See Also -* [Live Demos: Animation Container](https://demos.telerik.com/blazor-ui/animationcontainer/index) +* [Live Demos: Animation Container](https://demos.telerik.com/blazor-ui/animationcontainer/overview) * [AnimationContainer API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikAnimationContainer) * [Hide the AnimationContainer on Outside Click]({%slug animationcontainer-kb-close-on-outside-click%}) * [Comparison between All Popup Components]({%slug common-kb-popup-component-comparison%}) diff --git a/components/autocomplete/refresh-data.md b/components/autocomplete/refresh-data.md index a93d95daaf..f4a542b8cb 100644 --- a/components/autocomplete/refresh-data.md +++ b/components/autocomplete/refresh-data.md @@ -223,4 +223,4 @@ To refresh the AutoComplete data when using [`OnRead`]({%slug autocomplete-event * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/button/overview.md b/components/button/overview.md index fc800b34f0..fb0b86315e 100644 --- a/components/button/overview.md +++ b/components/button/overview.md @@ -110,7 +110,7 @@ Add a reference to the component instance to use the [Button methods](/blazor-ui ## See Also -* [Live Demo: Button](https://demos.telerik.com/blazor-ui/button/index) +* [Live Demo: Button](https://demos.telerik.com/blazor-ui/button/overview) * [Events]({%slug button-events%}) * [Type]({%slug button-type%}) * [Button API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikButton) diff --git a/components/calendar/navigation.md b/components/calendar/navigation.md index 4414d21cd4..f4536b82d7 100644 --- a/components/calendar/navigation.md +++ b/components/calendar/navigation.md @@ -115,5 +115,5 @@ You can make the Calendar component move to a certain date and view through its ## See Also - * [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/index) + * [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/overview) diff --git a/components/calendar/overview.md b/components/calendar/overview.md index d7fec1990b..bda7cf22a2 100644 --- a/components/calendar/overview.md +++ b/components/calendar/overview.md @@ -152,5 +152,5 @@ Add a reference to the component instance to use the [Blazor Calendar methods](/ * [Navigation]({%slug components/calendar/navigation%}) * [Selection]({%slug components/calendar/selection%}) * [Multiple Views]({%slug components/calendar/multiview%}) -* [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/index) +* [Live Demo: Calendar](https://demos.telerik.com/blazor-ui/calendar/overview) * [Calendar API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikCalendar) diff --git a/components/carousel/refresh-data.md b/components/carousel/refresh-data.md index 574f7a5497..756f77d30c 100644 --- a/components/carousel/refresh-data.md +++ b/components/carousel/refresh-data.md @@ -239,4 +239,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/chart/data-bind.md b/components/chart/data-bind.md index b2708ded77..48009caeb3 100644 --- a/components/chart/data-bind.md +++ b/components/chart/data-bind.md @@ -433,4 +433,4 @@ The Telerik Chart serializes its data for client-side rendering. The component w ## See Also -* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) diff --git a/components/chart/date-axis.md b/components/chart/date-axis.md index 2799cf6351..729a773e0c 100644 --- a/components/chart/date-axis.md +++ b/components/chart/date-axis.md @@ -275,4 +275,4 @@ For example, if the chosen `BaseUnit` is `days`, the X labels mark the beginning ## See Also * [Data Binding a Chart]({%slug components/chart/databind%}) - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) + * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) diff --git a/components/chart/labels-template-and-format.md b/components/chart/labels-template-and-format.md index 2097af9375..8b0019e0e4 100644 --- a/components/chart/labels-template-and-format.md +++ b/components/chart/labels-template-and-format.md @@ -504,7 +504,7 @@ To do that, you need to: ## See Also -* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) * [Format percentage in label for Pie or Donut Chart]({%slug chart-format-percent%}) * [Localize numeric Chart labels]({%slug chart-kb-localized-numeric-labels%}) * [Complex logic in Chart label format](https://github.com/telerik/blazor-ui/tree/master/chart/label-template) diff --git a/components/chart/multiple-axes.md b/components/chart/multiple-axes.md index 90a303cdc0..d6be5ea7c9 100644 --- a/components/chart/multiple-axes.md +++ b/components/chart/multiple-axes.md @@ -551,4 +551,4 @@ This approach can work for both numerical and categorical axes. The example belo ## See Also * [Data Binding a Chart]({%slug components/chart/databind%}) - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) + * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) diff --git a/components/chart/overview.md b/components/chart/overview.md index da3d9865fd..40a465512c 100644 --- a/components/chart/overview.md +++ b/components/chart/overview.md @@ -192,5 +192,5 @@ To execute Chart methods, obtain reference to the component instance via `@ref`. ## See Also -* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) * [Chart API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikChart) diff --git a/components/chart/rendering-modes.md b/components/chart/rendering-modes.md index de86e7cfce..0524775872 100644 --- a/components/chart/rendering-modes.md +++ b/components/chart/rendering-modes.md @@ -101,4 +101,4 @@ On the downside, rendering a fixed resolution bitmap results in: ## See Also - * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) \ No newline at end of file + * [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) \ No newline at end of file diff --git a/components/chart/stacked-series.md b/components/chart/stacked-series.md index 972a2a6cb1..63cb068a62 100644 --- a/components/chart/stacked-series.md +++ b/components/chart/stacked-series.md @@ -148,5 +148,5 @@ Stack to 100% ## See Also -* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/index) +* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview) * [Render total value and group name for stacked columns]({%slug chart-kb-stacked-series-sum-label%}) diff --git a/components/combobox/refresh-data.md b/components/combobox/refresh-data.md index 9f01e6cd8b..bfe9a0e2a3 100644 --- a/components/combobox/refresh-data.md +++ b/components/combobox/refresh-data.md @@ -232,4 +232,4 @@ To refresh the ComboBox data when using [`OnRead`]({%slug components/combobox/ev * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/contextmenu/refresh-data.md b/components/contextmenu/refresh-data.md index 6c440dc57c..f38cf37295 100644 --- a/components/contextmenu/refresh-data.md +++ b/components/contextmenu/refresh-data.md @@ -119,4 +119,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/dateinput/keyboard-typing.md b/components/dateinput/keyboard-typing.md index 17ae5ffbdd..eda45a0a63 100644 --- a/components/dateinput/keyboard-typing.md +++ b/components/dateinput/keyboard-typing.md @@ -161,5 +161,5 @@ There are many user experience patterns and ways that users want to input dates, ## See Also -* [Live Demo: Date Input](https://demos.telerik.com/blazor-ui/dateinput/index) +* [Live Demo: Date Input](https://demos.telerik.com/blazor-ui/dateinput/overview) * [DateInput Overview]({%slug components/dateinput/overview%}) diff --git a/components/dateinput/overview.md b/components/dateinput/overview.md index 52e04ff369..80d880308a 100644 --- a/components/dateinput/overview.md +++ b/components/dateinput/overview.md @@ -163,6 +163,6 @@ The Date Input exposes methods for programmatic operation. To use them, define a ## See Also -* [Live Demo: Date Input](https://demos.telerik.com/blazor-ui/dateinput/index) +* [Live Demo: Date Input](https://demos.telerik.com/blazor-ui/dateinput/overview) * [Input Validation]({%slug common-features/input-validation%}) * [Date Input API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikDateInput-1) diff --git a/components/datepicker/overview.md b/components/datepicker/overview.md index 1dc6f46552..f0e5497b13 100644 --- a/components/datepicker/overview.md +++ b/components/datepicker/overview.md @@ -163,7 +163,7 @@ Add a reference to the component instance to use the [Date Picker's methods](/bl ## See Also -* [Live Demo: Date Picker](https://demos.telerik.com/blazor-ui/datepicker/index) +* [Live Demo: Date Picker](https://demos.telerik.com/blazor-ui/datepicker/overview) * [Input Validation]({%slug common-features/input-validation%}) * [Supported Input Date Formats]({%slug components/dateinput/supported-formats%}) * [DatePicker API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikDatePicker-1) diff --git a/components/datetimepicker/overview.md b/components/datetimepicker/overview.md index 727ab3c57b..aaa574adcd 100644 --- a/components/datetimepicker/overview.md +++ b/components/datetimepicker/overview.md @@ -143,7 +143,7 @@ Add a reference to the component instance to use the [Date Time Picker's methods ## See Also -* [Live Demo: DateTime Picker](https://demos.telerik.com/blazor-ui/datetimepicker/index) +* [Live Demo: DateTime Picker](https://demos.telerik.com/blazor-ui/datetimepicker/overview) * [Input Validation]({%slug common-features/input-validation%}) * [Supported Input Date Formats]({%slug components/dateinput/supported-formats%}) * [DateTimePicker API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikDateTimePicker-1) diff --git a/components/drawer/refresh-data.md b/components/drawer/refresh-data.md index 26b4a10626..7496c4f076 100644 --- a/components/drawer/refresh-data.md +++ b/components/drawer/refresh-data.md @@ -97,4 +97,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md index e31eb05442..10b12c08bf 100644 --- a/components/dropdownlist/overview.md +++ b/components/dropdownlist/overview.md @@ -265,5 +265,5 @@ By default, if no `Value` is provided and no `DefaultText` is defined, the DropD ## See Also * [Data Binding]({%slug components/dropdownlist/databind%}) -* [Live Demo: DropDownList](https://demos.telerik.com/blazor-ui/dropdownlist/index) +* [Live Demo: DropDownList](https://demos.telerik.com/blazor-ui/dropdownlist/overview) * [Live Demo: DropDownList Validation](https://demos.telerik.com/blazor-ui/dropdownlist/validation) diff --git a/components/dropdownlist/refresh-data.md b/components/dropdownlist/refresh-data.md index 72a1df8fc3..05e4fd6af2 100644 --- a/components/dropdownlist/refresh-data.md +++ b/components/dropdownlist/refresh-data.md @@ -212,4 +212,4 @@ You can refresh the data of the DropDownList by using the `Rebind` method expose * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/floatinglabel/overview.md b/components/floatinglabel/overview.md index 35e697bed3..a0860c4cf1 100644 --- a/components/floatinglabel/overview.md +++ b/components/floatinglabel/overview.md @@ -100,5 +100,5 @@ The following table lists the FloatingLabel parameters. Also check the [Floating ## See Also -* [Live Floating Label Demos](https://demos.telerik.com/blazor-ui/floatinglabel/index) +* [Live Floating Label Demos](https://demos.telerik.com/blazor-ui/floatinglabel/overview) * [Floating Label API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikFloatingLabel) diff --git a/components/gantt/overview.md b/components/gantt/overview.md index 8328cff9e4..b4eb4fba92 100644 --- a/components/gantt/overview.md +++ b/components/gantt/overview.md @@ -241,5 +241,5 @@ The table below lists the Gantt methods. Also consult the [Gantt API](/blazor-ui ## See Also - * [Live Gantt Demos](https://demos.telerik.com/blazor-ui/gantt/index) + * [Live Demos: Gantt](https://demos.telerik.com/blazor-ui/gantt/overview) * [Gantt API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGantt-1) diff --git a/components/gantt/refresh-data.md b/components/gantt/refresh-data.md index dc1ab47619..fecf263069 100644 --- a/components/gantt/refresh-data.md +++ b/components/gantt/refresh-data.md @@ -519,4 +519,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/gantt/state.md b/components/gantt/state.md index 0d9f88bcf3..41fc55e94f 100644 --- a/components/gantt/state.md +++ b/components/gantt/state.md @@ -1196,4 +1196,4 @@ By looping over the `ColumnStates` collection you can know what the user sees. B ## See Also -* [Live Demo: Gantt State](https://demos.telerik.com/blazor-ui/Gantt/persist-state) +* [Live Demo: Gantt State](https://demos.telerik.com/blazor-ui/gantt/persist-state) diff --git a/components/grid/columns/checkbox.md b/components/grid/columns/checkbox.md index 4bb9bd85a5..ab65f4e937 100644 --- a/components/grid/columns/checkbox.md +++ b/components/grid/columns/checkbox.md @@ -184,5 +184,5 @@ The example below doesn't take into account sorting, filtering and paging. If th ## See Also -* [Live Demo: Grid Selection](https://demos.telerik.com/blazor-ui/grid/selection) +* [Live Demo: Grid Selection](https://demos.telerik.com/blazor-ui/grid/row-selection) * [Grid Selection Overview]({%slug grid-selection-overview%}) diff --git a/components/grid/overview.md b/components/grid/overview.md index e10b0fea7c..1af30f1449 100644 --- a/components/grid/overview.md +++ b/components/grid/overview.md @@ -224,5 +224,5 @@ To execute these methods, obtain reference to the Grid instance via `@ref`. ## See Also -* [Live Grid Demos](https://demos.telerik.com/blazor-ui/grid/index) +* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview) * [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1) diff --git a/components/grid/refresh-data.md b/components/grid/refresh-data.md index 000c351637..ce78051495 100644 --- a/components/grid/refresh-data.md +++ b/components/grid/refresh-data.md @@ -378,5 +378,5 @@ This means that you need to ensure that the view-model will be updated as well, * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) * [Knowledge Base: Force a Grid to Refresh]({%slug grid-force-refresh%}) diff --git a/components/grid/row-drag-drop.md b/components/grid/row-drag-drop.md index 8f14ac9756..79c592f191 100644 --- a/components/grid/row-drag-drop.md +++ b/components/grid/row-drag-drop.md @@ -1769,5 +1769,5 @@ List on known limitations for the Grid Drag and Drop features: ## See Also * [Grid Overview]({%slug grid-overview%}) -* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/index) +* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview) * [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1) diff --git a/components/listview/refresh-data.md b/components/listview/refresh-data.md index 7e7a1558e0..cac6839efd 100644 --- a/components/listview/refresh-data.md +++ b/components/listview/refresh-data.md @@ -283,4 +283,4 @@ To refresh the `ListView` data when using [`OnRead`]({%slug listview-manual-oper * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/menu/overview.md b/components/menu/overview.md index 8db08313fc..2c336cd6af 100644 --- a/components/menu/overview.md +++ b/components/menu/overview.md @@ -158,5 +158,5 @@ The Menu provides the following popup settings: ## See Also -* [Live Demo: Menu](https://demos.telerik.com/blazor-ui/menu/index) +* [Live Demo: Menu](https://demos.telerik.com/blazor-ui/menu/overview) * [Menu API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikMenu-1) diff --git a/components/menu/refresh-data.md b/components/menu/refresh-data.md index b38d278aa9..404b918144 100644 --- a/components/menu/refresh-data.md +++ b/components/menu/refresh-data.md @@ -154,4 +154,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/multiselect/refresh-data.md b/components/multiselect/refresh-data.md index fbc2840526..5ffa1a002e 100644 --- a/components/multiselect/refresh-data.md +++ b/components/multiselect/refresh-data.md @@ -278,4 +278,4 @@ The `Value` parameter also accepts a collection but it does not support observab * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/numerictextbox/overview.md b/components/numerictextbox/overview.md index ac5c0c6109..6ff835ddc1 100644 --- a/components/numerictextbox/overview.md +++ b/components/numerictextbox/overview.md @@ -167,7 +167,7 @@ The Numeric TextBox has a `FocusAsync` method that enables programmatic focus. T ## See Also -* [Live Demo: Numeric Textbox](https://demos.telerik.com/blazor-ui/numerictextbox/index) +* [Live Demo: Numeric Textbox](https://demos.telerik.com/blazor-ui/numerictextbox/overview) * [Live Demo: Numeric Textbox Validation](https://demos.telerik.com/blazor-ui/numerictextbox/validation) * [Live Demo: Numeric Textbox Formats](https://demos.telerik.com/blazor-ui/numerictextbox/formats) * [Input Validation]({%slug common-features/input-validation%}) diff --git a/components/panelbar/refresh-data.md b/components/panelbar/refresh-data.md index ee1d0d88ca..d5c8f54a37 100644 --- a/components/panelbar/refresh-data.md +++ b/components/panelbar/refresh-data.md @@ -369,4 +369,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/panelbar/templates/content.md b/components/panelbar/templates/content.md index 3482dc8c2e..42fcadbfea 100644 --- a/components/panelbar/templates/content.md +++ b/components/panelbar/templates/content.md @@ -111,4 +111,4 @@ Without a Level, the ContentTemplate will be applied to all items that have no c ## See Also * [Data Binding a PanelBar]({%slug panelbar-data-binding-overview%}) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/index) + * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/panelbar/templates/header.md b/components/panelbar/templates/header.md index 78d9c5db6f..53cb088d37 100644 --- a/components/panelbar/templates/header.md +++ b/components/panelbar/templates/header.md @@ -126,4 +126,4 @@ If no levels are defined the `HeaderTemplate` will apply to the entire data. ## See Also * [Data Binding a PanelBar]({%slug panelbar-data-binding-overview%}) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/index) + * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/panelbar/templates/overview.md b/components/panelbar/templates/overview.md index ba77010657..4ad8b672ec 100644 --- a/components/panelbar/templates/overview.md +++ b/components/panelbar/templates/overview.md @@ -22,4 +22,4 @@ The PanelBar can use templates for: ## See Also * [Data Binding a PanelBar]({%slug panelbar-data-binding-overview%}) - * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/index) + * [Live Demo: PanelBar](https://demos.telerik.com/blazor-ui/panelbar/overview) diff --git a/components/pivotgrid/configurator.md b/components/pivotgrid/configurator.md index d0be16fab2..1575c9375c 100644 --- a/components/pivotgrid/configurator.md +++ b/components/pivotgrid/configurator.md @@ -70,5 +70,5 @@ Refer to the [example of a Pivot Grid using an XMLA Data Provider Type]({%slug p ## See Also -* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/pivotgrid) +* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/overview) * [PivotGrid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikPivotGrid-1) diff --git a/components/pivotgrid/overview.md b/components/pivotgrid/overview.md index 9fb107eeb1..ef10d5c5c5 100644 --- a/components/pivotgrid/overview.md +++ b/components/pivotgrid/overview.md @@ -250,5 +250,5 @@ The Pivot Grid exposes methods for programmatic operation. To use them, define a ## See Also -* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/pivotgrid) +* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/overview) * [PivotGrid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikPivotGrid-1) diff --git a/components/scheduler/refresh-data.md b/components/scheduler/refresh-data.md index 85162fa81a..a8962a6c4f 100644 --- a/components/scheduler/refresh-data.md +++ b/components/scheduler/refresh-data.md @@ -257,4 +257,4 @@ You can refresh the Scheduler data by using the Rebind method exposed to the ref * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) + * [Live Demos](https://demos.telerik.com/blazor-ui) diff --git a/components/tabstrip/active-tab-index.md b/components/tabstrip/active-tab-index.md index f7e9cda073..eb72a83018 100644 --- a/components/tabstrip/active-tab-index.md +++ b/components/tabstrip/active-tab-index.md @@ -45,5 +45,5 @@ Active Tab Index: @ActiveTabIndex ## See Also - * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/index) + * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview) diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index 69cf2f53ac..e0f502cc4a 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -142,7 +142,7 @@ The `TabStrip` methods are accessible through its reference. ## See Also -* [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/index) +* [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview) * [Live Demo: Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/position-and-alignment) * [Events]({%slug tabstrip-events%}) * [TabStrip API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikTabStrip) diff --git a/components/tabstrip/tabs-collection.md b/components/tabstrip/tabs-collection.md index 2048220e16..82a4ff8633 100644 --- a/components/tabstrip/tabs-collection.md +++ b/components/tabstrip/tabs-collection.md @@ -63,4 +63,4 @@ You can find another example with some more details in the following sample proj ## See Also - * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/index) + * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview) diff --git a/components/tabstrip/tabs-configuration.md b/components/tabstrip/tabs-configuration.md index ee672a39ef..643e4110f5 100644 --- a/components/tabstrip/tabs-configuration.md +++ b/components/tabstrip/tabs-configuration.md @@ -101,5 +101,5 @@ The `Disabled` parameter allows you to mark a tab as disabled, so the user canno ## See Also - * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/index) + * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview) * [Live Demo: TabStrip - Tab Visibility](https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility) \ No newline at end of file diff --git a/components/textarea/overview.md b/components/textarea/overview.md index 321b683ea5..ce55901fa1 100644 --- a/components/textarea/overview.md +++ b/components/textarea/overview.md @@ -108,5 +108,5 @@ The TextArea provides a `FocusAsync` method that allows the application to focus ## See Also - * [Live TextArea Demos](https://demos.telerik.com/blazor-ui/textarea/index) + * [Live TextArea Demos](https://demos.telerik.com/blazor-ui/textarea/overview) * [TextArea API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikTextArea) diff --git a/components/timepicker/overview.md b/components/timepicker/overview.md index a6a2ef0deb..9fe319feca 100644 --- a/components/timepicker/overview.md +++ b/components/timepicker/overview.md @@ -149,7 +149,7 @@ Add a reference to the component instance to use the [Time Picker's methods](/bl ## See Also -* [Live Demo: Time Picker](https://demos.telerik.com/blazor-ui/timepicker/index) +* [Live Demo: Time Picker](https://demos.telerik.com/blazor-ui/timepicker/overview) * [Input Validation]({%slug common-features/input-validation%}) * [Supported Input Date Formats]({%slug components/dateinput/supported-formats%}) * [TimePicker API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikTimePicker-1) diff --git a/components/togglebutton/overview.md b/components/togglebutton/overview.md index 7e71a46942..eec869b56d 100644 --- a/components/togglebutton/overview.md +++ b/components/togglebutton/overview.md @@ -104,5 +104,5 @@ It is possible to apply custom styles to the button through its `Class` paramete ## See Also -* [Live Demo: ToggleButton](https://demos.telerik.com/blazor-ui/togglebutton/index) +* [Live Demo: ToggleButton](https://demos.telerik.com/blazor-ui/togglebutton/overview) * [ToggleButton API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikToggleButton) diff --git a/components/treelist/columns/checkbox.md b/components/treelist/columns/checkbox.md index 3dc79f0762..038c044f36 100644 --- a/components/treelist/columns/checkbox.md +++ b/components/treelist/columns/checkbox.md @@ -175,5 +175,5 @@ On a side note, it is possible to [center the checkboxes in the `TreeListCheckbo ## See Also -* [Live Demo: TreeList Selection](https://demos.telerik.com/blazor-ui/treelist/selection) +* [Live Demo: TreeList Selection](https://demos.telerik.com/blazor-ui/treelist/row-selection) * [TreeList Selection Overview]({%slug treelist-selection-overview%}) diff --git a/components/treelist/refresh-data.md b/components/treelist/refresh-data.md index fe75a59cb5..95f01c7848 100644 --- a/components/treelist/refresh-data.md +++ b/components/treelist/refresh-data.md @@ -342,4 +342,4 @@ In this article: * [ObservableCollection]({%slug common-features-observable-data%}) * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui/) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file diff --git a/components/treelist/row-drag-drop.md b/components/treelist/row-drag-drop.md index 0022ee2502..93d2bad354 100644 --- a/components/treelist/row-drag-drop.md +++ b/components/treelist/row-drag-drop.md @@ -1155,5 +1155,5 @@ public class Employee ## See Also * [TreeList Overview]({%slug treelist-overview%}) - * [Live Demos: TreeList](https://demos.telerik.com/blazor-ui/treelist/index) + * [Live Demos: TreeList](https://demos.telerik.com/blazor-ui/treelist/overview) diff --git a/components/treelist/templates/popup-buttons-template.md b/components/treelist/templates/popup-buttons-template.md index e5cdc99bce..ee1c4c3135 100644 --- a/components/treelist/templates/popup-buttons-template.md +++ b/components/treelist/templates/popup-buttons-template.md @@ -220,5 +220,5 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t ## See Also - * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treeList/templates) - * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treeList/popup-edit-form-template) \ No newline at end of file + * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/treelist/templates) + * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file diff --git a/components/treelist/templates/popup-form-template.md b/components/treelist/templates/popup-form-template.md index 28c317a048..a55f3275ef 100644 --- a/components/treelist/templates/popup-form-template.md +++ b/components/treelist/templates/popup-form-template.md @@ -244,4 +244,4 @@ You can use the `Context` attribute of the `` tag to set the name * [TreeList Popup Buttons Template]({%slug treelist-templates-popup-buttons%}) * [Live Demo: TreeList Templates](https://demos.telerik.com/blazor-ui/TreeList/templates) - * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/TreeList/popup-edit-form-template) \ No newline at end of file + * [Live Demo: TreeList Popup Edit Form Template](https://demos.telerik.com/blazor-ui/treelist/popup-edit-form-template) \ No newline at end of file diff --git a/components/treeview/overview.md b/components/treeview/overview.md index 3bfe060688..95cbdd2fb5 100644 --- a/components/treeview/overview.md +++ b/components/treeview/overview.md @@ -167,6 +167,6 @@ The table below lists the TreeView methods. Also consult the [TreeView API](/bla ## See Also -* [Live TreeView Demos](https://demos.telerik.com/blazor-ui/treeview/index) +* [Live TreeView Demos](https://demos.telerik.com/blazor-ui/treeview/overview) * [TreeVew API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikTreeView) * [Enable TreeView Scrolling]({%slug treeview-kb-horizontal-scrollbar%}) diff --git a/components/treeview/templates.md b/components/treeview/templates.md index cbbb65d769..a40555a0d1 100644 --- a/components/treeview/templates.md +++ b/components/treeview/templates.md @@ -264,4 +264,4 @@ Multiple templates usage. ## See Also * [Data Binding a TreeView]({%slug components/treeview/data-binding/overview%}) - * [Live Demo: TreeView](https://demos.telerik.com/blazor-ui/treeview/index) + * [Live Demo: TreeView](https://demos.telerik.com/blazor-ui/treeview/overview) diff --git a/components/window/overview.md b/components/window/overview.md index b81d93d3cb..78ce3028e9 100644 --- a/components/window/overview.md +++ b/components/window/overview.md @@ -174,6 +174,6 @@ In Blazor, however, the render tree structure may be important. In some cases, t ## See Also -* [Live Demo: Window](https://demos.telerik.com/blazor-ui/window/index) +* [Live Demo: Window](https://demos.telerik.com/blazor-ui/window/overview) * [Window API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikWindow) * [Comparison between All Popup Components]({%slug common-kb-popup-component-comparison%}) diff --git a/getting-started/hybrid-blazor.md b/getting-started/hybrid-blazor.md index 8ad1a97fa2..612cc86fa6 100644 --- a/getting-started/hybrid-blazor.md +++ b/getting-started/hybrid-blazor.md @@ -109,7 +109,7 @@ namespace MyBlazorMauiAppName ### 5. Add the UI for Blazor Components -Add your desired Telerik Blazor components in the app as in a native Blazor app. Explore the available UI for Blazor components and their features in our [live demos](https://demos.telerik.com/blazor-ui/). +Add your desired Telerik Blazor components in the app as in a native Blazor app. Explore the available UI for Blazor components and their features in our [live demos](https://demos.telerik.com/blazor-ui). ## Running the Blazor Hybrid App diff --git a/globalization/localization.md b/globalization/localization.md index c05fcaf1d0..adcf11c105 100644 --- a/globalization/localization.md +++ b/globalization/localization.md @@ -49,7 +49,7 @@ The purpose of this step is to supply the correct application culture to the `Re Create and add localization resource `resx` files to your app, based on the languages that the app must support. Use the following links for reference: * A full up-to-date list of localization keys is available in the [`Telerik.Blazor.Resources.Messages` API reference](/blazor-ui/api/Telerik.Blazor.Resources.Messages.html). -* An up-to-date English resource file is available in the [Telerik UI for Blazor demo site](https://demos.telerik.com/blazor-ui/). Download the [UI for Blazor automated installer]({%slug installation/msi%}) or [UI for Blazor ZIP archive]({%slug installation/zip%}). Go to the installation location and open the folder `\demos\TelerikBlazorDemos\Resources\`. The folder contains `resx` localization files for a few different languages. +* An up-to-date English resource file is available in the [Telerik UI for Blazor demo site](https://demos.telerik.com/blazor-ui). Download the [UI for Blazor automated installer]({%slug installation/msi%}) or [UI for Blazor ZIP archive]({%slug installation/zip%}). Go to the installation location and open the folder `\demos\TelerikBlazorDemos\Resources\`. The folder contains `resx` localization files for a few different languages. * Community resource files are available in the `blazor-ui-messages` GitHub repository. These resource files are updated and maintained by the Telerik community. They may not be compatible with the latest product version. You are welcome to contribute your own resource files. > Update the localization resource files every time you upgrade Telerik UI for Blazor. Otherwise you may see: diff --git a/installation/automated.md b/installation/automated.md index 5f86d2a2ac..c855c579fb 100644 --- a/installation/automated.md +++ b/installation/automated.md @@ -24,9 +24,9 @@ There is an automated installer for: The automated installer provides the following: * The [necessary `.nupkg` files]({%slug getting-started/what-you-need%}) so you can setup a [local feed in Visual Studio](#set-up-a-local-nuget-feed-in-visual-studio). You can find them in the `packages` folder under the installation folder. -* An offline version of our [demos](https://demos.telerik.com/blazor-ui/) that you can run and inspect in your IDE. You can find them in the `demos` folder in the installation. @[template](/_contentTemplates/common/get-started.md#demos-project-net-version) +* An offline version of our [demos](https://demos.telerik.com/blazor-ui) that you can run and inspect in your IDE. You can find them in the `demos` folder in the installation. @[template](/_contentTemplates/common/get-started.md#demos-project-net-version) * The [document processing]({%slug dpl-in-blazor%}) `.nupkg` files (in the `dpl` folder). -* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui/). +* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui). * Our [Visual Studio extension]({%slug getting-started-vs-integration-overview%}). We also have an [extension for VS Code]({%slug getting-started-vs-code-integration-overview%}) and you can install it from the VS Code marketplace. diff --git a/introduction.md b/introduction.md index 4fa1a26d42..c53ffb62e6 100644 --- a/introduction.md +++ b/introduction.md @@ -88,7 +88,7 @@ For any issues you might encounter while working with Telerik UI for Blazor, use ## Learning Resources -* Online Demos - also available as a project that you can inspect and run locally. You can find them in the `demos` folder of your [installation]({%slug installation/msi%}). +* Online Demos - also available as a project that you can inspect and run locally. You can find them in the `demos` folder of your [installation]({%slug installation/msi%}). * Knowledge Base - contains answers to some common questions, problems and errors. Free-text search is also available. diff --git a/knowledge-base/common-null-value-parameter-format.md b/knowledge-base/common-null-value-parameter-format.md index 4edbbaf9b0..1a6ba22e67 100644 --- a/knowledge-base/common-null-value-parameter-format.md +++ b/knowledge-base/common-null-value-parameter-format.md @@ -61,7 +61,7 @@ To solve the issue, make sure that: Find the latest localization files in two places: -* (maintained by Telerik) In the offline version of our [Blazor demo site](https://demos.telerik.com/blazor-ui/). Download our [UI for Blazor automated installer]({%slug installation/msi%}) or [UI for Blazor ZIP archive]({%slug installation/zip%}). Then, look inside folder `/demos/TelerikBlazorDemos/Resources/`. +* (maintained by Telerik) In the offline version of our [Blazor demo site](https://demos.telerik.com/blazor-ui). Download our [UI for Blazor automated installer]({%slug installation/msi%}) or [UI for Blazor ZIP archive]({%slug installation/zip%}). Then, look inside folder `/demos/TelerikBlazorDemos/Resources/`. * (maintained by the community) In the [telerik/blazor-ui-messages](https://github.com/telerik/blazor-ui-messages) GitHub repository In some cases, you might not get an error, but components may appear partially localized (some texts are missing). More details on that are available at [Partially Localized Components, Missing Text, Not Translated Text]({%slug common-kb-partial-localization%}). diff --git a/knowledge-base/common-value-cannot-be-null-parameter-format.md b/knowledge-base/common-value-cannot-be-null-parameter-format.md index 1aea632051..7b91b1a196 100644 --- a/knowledge-base/common-value-cannot-be-null-parameter-format.md +++ b/knowledge-base/common-value-cannot-be-null-parameter-format.md @@ -63,5 +63,5 @@ This exception will occur if the type of TItem is different from the type of the There are two places to get Telerik Blazor localization files: -* The **Resources** folder of our [Blazor demos](https://demos.telerik.com/blazor-ui/) website. [Download the UI for Blazor installer](https://www.telerik.com/account/downloads), which contains the offline version of the demo site. Check in folder `/demos/TelerikBlazorDemos/Resources/`. +* The **Resources** folder of our [Blazor demos](https://demos.telerik.com/blazor-ui) website. [Download the UI for Blazor installer](https://www.telerik.com/account/downloads), which contains the offline version of the demo site. Check in folder `/demos/TelerikBlazorDemos/Resources/`. * The [`blazor-ui-messages` GitHub repository](https://github.com/telerik/blazor-ui-messages). The resources files there are [maintained by our developer community](https://github.com/telerik/blazor-ui-messages#notes). diff --git a/knowledge-base/gantt-different-colors-for-tasks.md b/knowledge-base/gantt-different-colors-for-tasks.md index 876a7c0d61..c77ec6b6c7 100644 --- a/knowledge-base/gantt-different-colors-for-tasks.md +++ b/knowledge-base/gantt-different-colors-for-tasks.md @@ -233,5 +233,5 @@ Follow these steps to apply the desired colors to the Gantt tasks: * [Gantt Task Overview]({%slug gantt-overview%}) * [Gantt Task Template]({%slug gantt-task-template%}) -* [Live Gantt Demos](https://demos.telerik.com/blazor-ui/gantt/index) +* [Live Demos: Gantt](https://demos.telerik.com/blazor-ui/gantt/overview) * [Gantt API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGantt-1) diff --git a/styling-and-themes/overview.md b/styling-and-themes/overview.md index c8fd06b15c..2c3dbaadc4 100644 --- a/styling-and-themes/overview.md +++ b/styling-and-themes/overview.md @@ -117,4 +117,4 @@ The Telerik themes are decoupled from the Telerik Blazor components, which leads * [Change the Theme at Runtime]({%slug common-kb-change-theme-runtime%}) * Default Ocean Blue Accessibility Swatch -* [Live UI for Blazor Demos](https://demos.telerik.com/blazor-ui/) +* [Live UI for Blazor Demos](https://demos.telerik.com/blazor-ui) From 649df9bf4a1da23393cb80c08a7e6388eba9708f Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:06:53 +0200 Subject: [PATCH 2/3] chore: fix typo Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- components/pivotgrid/configurator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pivotgrid/configurator.md b/components/pivotgrid/configurator.md index 1575c9375c..e01fa3c6be 100644 --- a/components/pivotgrid/configurator.md +++ b/components/pivotgrid/configurator.md @@ -70,5 +70,5 @@ Refer to the [example of a Pivot Grid using an XMLA Data Provider Type]({%slug p ## See Also -* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/overview) +* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/pivotgrid/overview) * [PivotGrid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikPivotGrid-1) From 5d95dafdf10052546cb9f06ced29b228e1ec6ae5 Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:07:01 +0200 Subject: [PATCH 3/3] chore: fix typo Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com> --- components/pivotgrid/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/pivotgrid/overview.md b/components/pivotgrid/overview.md index ef10d5c5c5..228b050dbf 100644 --- a/components/pivotgrid/overview.md +++ b/components/pivotgrid/overview.md @@ -250,5 +250,5 @@ The Pivot Grid exposes methods for programmatic operation. To use them, define a ## See Also -* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/overview) +* [Live PivotGrid Demos](https://demos.telerik.com/blazor-ui/pivotgrid/overview) * [PivotGrid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikPivotGrid-1)