Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}).
Expand Down
2 changes: 1 addition & 1 deletion accessibility/wcag-section-508-wai-aria.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%}) |
Expand Down
2 changes: 1 addition & 1 deletion common-features/data-binding/observable-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion common-features/icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,5 +342,5 @@ Telerik UI for Blazor supports using custom (third-party) icons:
## See Also

* <a href="https://www.telerik.com/design-system/docs/foundation/iconography/icon-list/" target="_blank">Built-in Icon List</a>
* [Blazor Live Demos](https://demos.telerik.com/blazor-ui/)
* [Blazor Live Demos](https://demos.telerik.com/blazor-ui)
* [CSS Themes]({%slug themes-overview%})
4 changes: 2 additions & 2 deletions common-features/input-adornments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/animationcontainer/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion components/autocomplete/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
* [Live Demos](https://demos.telerik.com/blazor-ui)
2 changes: 1 addition & 1 deletion components/button/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/calendar/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

2 changes: 1 addition & 1 deletion components/calendar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/carousel/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/data-bind.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/date-axis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/labels-template-and-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/multiple-axes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/chart/rendering-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [Live Demos: Chart](https://demos.telerik.com/blazor-ui/chart/overview)
2 changes: 1 addition & 1 deletion components/chart/stacked-series.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion components/combobox/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
* [Live Demos](https://demos.telerik.com/blazor-ui)
2 changes: 1 addition & 1 deletion components/contextmenu/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/dateinput/keyboard-typing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion components/dateinput/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/datepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/datetimepicker/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/drawer/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/dropdownlist/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/dropdownlist/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
* [Live Demos](https://demos.telerik.com/blazor-ui)
2 changes: 1 addition & 1 deletion components/floatinglabel/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/gantt/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/gantt/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/gantt/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/grid/columns/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion components/grid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/grid/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
2 changes: 1 addition & 1 deletion components/grid/row-drag-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/listview/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/menu/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/menu/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
* [Live Demos](https://demos.telerik.com/blazor-ui)
2 changes: 1 addition & 1 deletion components/multiselect/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/numerictextbox/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%})
Expand Down
2 changes: 1 addition & 1 deletion components/panelbar/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
* [Live Demos](https://demos.telerik.com/blazor-ui)
2 changes: 1 addition & 1 deletion components/panelbar/templates/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/panelbar/templates/header.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/panelbar/templates/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/pivotgrid/configurator.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion components/pivotgrid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading
Loading