Skip to content

Commit

Permalink
docs(common): apply seo recommendations (#2518)
Browse files Browse the repository at this point in the history
* docs(common): apply seo recommendations

* chore: apply suggestion

* chore: apply suggestion

Co-authored-by: Dimo Dimov <[email protected]>

* chore: apply suggestion

Co-authored-by: Dimo Dimov <[email protected]>

* chore: apply suggestion

Co-authored-by: Dimo Dimov <[email protected]>

* chore: apply suggestion

Co-authored-by: Dimo Dimov <[email protected]>

* chore: apply suggestion

Co-authored-by: Dimo Dimov <[email protected]>

* chore: apply suggestion

Co-authored-by: Yordan <[email protected]>

* chore: apply suggestion

Co-authored-by: Yordan <[email protected]>

* chore: apply suggestion

Co-authored-by: Yordan <[email protected]>

* chore: apply suggestion

Co-authored-by: Yordan <[email protected]>

* chore(common): equalize casing in see also section

---------

Co-authored-by: Dimo Dimov <[email protected]>
Co-authored-by: Yordan <[email protected]>
  • Loading branch information
3 people authored Nov 12, 2024
1 parent 2913e88 commit 7cc78f9
Show file tree
Hide file tree
Showing 68 changed files with 83 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/dropdownlist/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The default filter operator is `starts with`. You can choose a different operato

## Performance

By default, the filtering is debounced with 150ms. Configure that with the [`FilterDebounceDelay`]({%slug components/dropdownlist/overview%}#parameters) parameter of the component.
By default, the filtering is debounced with 150ms. Configure that with the [`FilterDebounceDelay`]({%slug components/dropdownlist/overview%}#dropdownlist-parameters) parameter of the component.

## Placeholder

Expand Down
8 changes: 4 additions & 4 deletions components/dropdownlist/overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Overview
page_title: DropDownList Overview
description: Explore the Blazor DropDownList component and see code examples. Read more in the Telerik UI documentation for Blazor.
description: The Blazor DropDownList allows users to select an option from a list, enabling dynamic data binding and event handling in web apps.
slug: components/dropdownlist/overview
tags: telerik,blazor,dropdownlist,dropdown,list,overview
published: True
Expand All @@ -12,7 +12,7 @@ position: 0

The Blazor DropDownList component allows the user to choose an option from a predefined set of choices presented in a dropdown list popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).

## Creating the DropDownList
## Creating Blazor DropDownList

1. Use the `TelerikDropDownList` tag to add the component to your razor page.
1. Populate its `Data` property with the collection of items you want to appear in the dropdown list.
Expand Down Expand Up @@ -76,9 +76,9 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro

@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)

## Parameters
## DropDownList Parameters

>caption The DropDownList provides various parameters that allow you to configure the component:
>caption The Blazor DropDownList provides various parameters that allow you to configure the component:
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)

Expand Down
3 changes: 2 additions & 1 deletion components/grid/accessibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,4 +464,5 @@ The following example demonstrates the [accessibility compliance of the Grid com
````

## See also
* [Live demo: Grid Accessibility](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
* [Live demo: Grid Accessibility](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
* [Blazor Grid]({%slug grid-overview%})
3 changes: 2 additions & 1 deletion components/grid/accessibility/wai-aria-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,5 @@ The Grid has been tested with the following screen readers and browsers combinat

* [Blazor Grid Accessibility and Keyboard Navigation (Demo)](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
* [Accessibility in Telerik UI for Blazor]({% slug accessibility-overview %})
* [Accessibility Theme]({% slug themes-accessibility-swatch %})
* [Accessibility Theme]({% slug themes-accessibility-swatch %})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/auto-generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,4 @@ This example shows how to:
* [Live Demo: Auto Generated Columns](https://demos.telerik.com/blazor-ui/grid/column-auto-generation)
* [Selection]({%slug grid-selection-overview%})
* [Paging]({%slug components/grid/features/paging%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/bound.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,4 @@ You can use the following properties on bound columns:
## See Also

* [Live Demo: Grid Columns](https://demos.telerik.com/blazor-ui/grid/columns)
* [Blazor Grid]({%slug grid-overview%})
2 changes: 2 additions & 0 deletions components/grid/columns/checkbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,5 @@ The example below doesn't take into account sorting, filtering and paging. If th

* [Live Demo: Grid Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
* [Grid Selection Overview]({%slug grid-selection-overview%})
* [Blazor Grid]({%slug grid-overview%})

1 change: 1 addition & 0 deletions components/grid/columns/command.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,3 +222,4 @@ The following code example demonstrates declarations and handling.
## See Also

* [Live Demo: Grid Command Column](https://demos.telerik.com/blazor-ui/grid/editing-inline)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/display-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ position: 2
## See Also

* [Live Demo: Cell Formatting](https://demos.telerik.com/blazor-ui/grid/cell-formatting)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ This event fires upon the rendering of the Grids columns. It receives an argumen
* [Grid Overview]({%slug grid-overview%})
* [Grid Events]({%slug grid-events%})
* [Manual Data Source Operations]({%slug components/grid/manual-operations%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/frozen.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ The frozen columns pose some requirements:

## See also
* [Live demo: Frozen Columns](https://demos.telerik.com/blazor-ui/grid/frozen-columns)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,4 @@ The columns in the Column Chooser are divided into sections. The Lockable option
## See Also
* [Live Demo: Grid Column Menu](https://demos.telerik.com/blazor-ui/grid/column-menu)
* [Live Demo: Grid Custom Column Menu](https://demos.telerik.com/blazor-ui/grid/custom-column-menu)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/multi-column-headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ The following code snippet shows how you can group columns in the Grid in multi-
## See Also

* [Live Demo: Multi-Column Headers](https://demos.telerik.com/blazor-ui/grid/multi-column-headers)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/reorder.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ To prevent the user from moving a certain column, set the column's `Reorderable`
## See Also

* [Live Demo: Column Reordering](https://demos.telerik.com/blazor-ui/grid/column-reordering)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/resize.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ The known limitations of the Autofit Columns feature include:
## See Also

* [Live Demo: Column Resizing](https://demos.telerik.com/blazor-ui/grid/column-resizing)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/virtual.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,3 +316,4 @@ Column virtualization is commonly used when you have many columns. You may not h
* [Virtual Scrolling]({%slug components/grid/virtual-scrolling%})
* [Grid Column Width Behavior]({%slug grid-columns-width%})
* [Automatically Generated Columns]({%slug grid-columns-automatically-generated%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/visible.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,4 @@ This example shows hiding a column based on a simple condition in its data. You
## See Also

* [Live Demo: Visible Columns](https://demos.telerik.com/blazor-ui/grid/columns)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/columns/width.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ With regard to the widths of its columns, the scrollable (default) Grid typicall
# See Also

* [Column Resizing]({%slug components/grid/columns/resize%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,4 @@ Note the usage of [`OnModelInit`]({%slug grid-events%}#onmodelinit) in the examp
* [Live Demo: Bind Grid to Observable Data](https://demos.telerik.com/blazor-ui/grid/observable-data)
* [Live Demo: Bind Grid to DataTable](https://demos.telerik.com/blazor-ui/grid/data-table)
* [Live Demo: Manual Grid Data Operations](https://demos.telerik.com/blazor-ui/grid/manual-operations)
* [Blazor Grid]({%slug grid-overview%})
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ The built-in delete confirmation dialog triggers before item deletion. You can e
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
* [Customize the Delete Confirmation Dialog]({%slug grid-kb-customize-delete-confirmation-dialog%})
* [Blazor Grid]({%slug grid-overview%})

1 change: 1 addition & 0 deletions components/grid/editing/built-in-dialogs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ The default texts of the dialogs are exposed in the [localization]({%slug global
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
* [How to show a Cancel Confirmation Dialog]({%slug grid-kb-show-confirm-cancel-dialog%})
* [Blazor Grid]({%slug grid-overview%})

1 change: 1 addition & 0 deletions components/grid/editing/incell.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,4 @@ The incell editor template requires a focusable element to maintain the tab orde

* [Live Demo: Grid InCell Editing](https://demos.telerik.com/blazor-ui/grid/editing-incell)
* [Grid Selection Documentation]({%slug grid-selection-overview%})
* [Blazor Grid]({%slug grid-overview%})
2 changes: 1 addition & 1 deletion components/grid/editing/inline.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ Use the command buttons to control the CUD operations.
## See Also

* [Live Demo: Grid Inline Editing](https://demos.telerik.com/blazor-ui/grid/editing-inline)
* [Blazor Grid]({%slug grid-overview%})
3 changes: 2 additions & 1 deletion components/grid/editing/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,5 @@ There are a few considerations to keep in mind with the CUD operations of the gr
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
* [Live Demo: Grid Custom Edit Form](https://demos.telerik.com/blazor-ui/grid/editing-custom-form)
* [Batch Editing Example](https://github.com/telerik/blazor-ui/tree/master/grid/batch-editing)
* [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%})
* [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/editing/popup.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,3 +283,4 @@ You can specify a `ButtonsTemplate` in the `GridPopupEditFormSettings` to custom
* [Live Demo: Grid Popup Editing](https://demos.telerik.com/blazor-ui/grid/editing-popup)
* [Custom Editor Template Per Field]({%slug components/grid/features/templates%}#edit-template)
* [Custom Editor Layout](https://github.com/telerik/blazor-ui/tree/master/grid/custom-popup-form)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/editing/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,3 +321,4 @@ You can validate the Grid with any validator that uses the `EditContext`. To cha
* [Grid Editing]({%slug components/grid/editing/overview%})
* [Custom Grid `DataAnnotations` Validation]({%slug validation-kb-custom-dataannotations-validator%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -1072,3 +1072,4 @@ Visit the [Grid Cell Selection article to see an example]({%slug grid-selection-
* [Grid Editing Overview]({%slug components/grid/editing/overview%})
* [Grid Column Events]({%slug grid-column-events%})
* [Manual Data Source Operations]({%slug components/grid/manual-operations%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/export/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,4 @@ The CSV export has the following specifics:
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
* [Format numbers and dates in the exported CSV file from the Grid]({%slug grid-kb-number-formatting-of-the-csv-export%})
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/export/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,3 +414,4 @@ The `OnAfterExport` event fires after [OnBeforeExport](#onbeforeexport) and befo
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
* [Format numbers and dates in the exported CSV file from the Grid]({%slug grid-kb-number-formatting-of-the-csv-export%})
* [Change the default CSV delimiter (comma) during Grid export]({%slug grid-kb-csv-export-change-field-delimiter%})
* [Blazor Grid]({%slug grid-overview%})
5 changes: 3 additions & 2 deletions components/grid/export/excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ The Excel export has the following specifics:
## See Also

* [Live Demo: Grid Excel Export](https://demos.telerik.com/blazor-ui/grid/export-excel)
* [Custom cell formatting of the exported file with RadSpreadProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadprocessing%})
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
* [Custom Cell Formatting of the Exported File with RadSpreadProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadprocessing%})
* [Custom Cell Formatting of the Exported File with RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
* [Blazor Grid]({%slug grid-overview%})
4 changes: 4 additions & 0 deletions components/grid/export/pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ The following sample projects show two ways to implement a PDF export


You can also follow the feature request for <a href="https://feedback.telerik.com/blazor/1434269-export-grid-to-pdf" target="_blank">built-in Grid export to PDF</a>.

## See Also

* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/filter/checkboxlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,4 @@ depending on how you filter the data so you may never be able to get back all va

* [Grid Filtering Overview]({%slug components/grid/filtering%})
* [Live Demo: Grid CheckBox List Filter](https://demos.telerik.com/blazor-ui/grid/filter-checkboxlist)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/filter/filter-menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ The template will let you have full control over the Filter Row rendering and be

* [Grid Filtering Overview]({%slug components/grid/filtering%})
* [Live Demo: Grid Filter Menu](https://demos.telerik.com/blazor-ui/grid/filter-menu)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/filter/filter-row.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ The template will let you have full control over the Filter Row rendering and be

* [Grid Filtering Overview]({%slug components/grid/filtering%})
* [Live Demo: Grid Filter Row](https://demos.telerik.com/blazor-ui/grid/filter-row)
* [Blazor Grid]({%slug grid-overview%})
3 changes: 2 additions & 1 deletion components/grid/filter/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,5 @@ The Grid uses `Activator.CreateInstance<TItem>();` to obtain the item's type it

* [Live Demo: Grid Filter Row](https://demos.telerik.com/blazor-ui/grid/filter-row)
* [Live Demo: Grid Filter Menu](https://demos.telerik.com/blazor-ui/grid/filter-menu)
* [Filter the Grid by date only]({%slug grid-kb-filter-date-only%})
* [Filter the Grid by Date Only]({%slug grid-kb-filter-date-only%})
* [Blazor Grid]({%slug grid-overview%})
3 changes: 2 additions & 1 deletion components/grid/filter/searchbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ The example below demonstrates all SearchBox settings in action, and also how to
* [Search the Grid in Numeric and Date Model Fields]({%slug grid-kb-search-numeric-fields%})
* [Search the Grid in Hidden Fields]({%slug grid-kb-search-in-hidden-fields%})
* [Change Grid Search Results on Column Hide or Show]({%slug grid-kb-search-match-visible-columns%})
* [Search the Grid with a `StartsWith` operator]({%slug grid-kb-search-startswith%})
* [Search the Grid with a `StartsWith` Operator]({%slug grid-kb-search-startswith%})
* [Search the Grid on Button Click]({%slug grid-kb-search-button-click%})
* [Grid Filtering Overview]({%slug components/grid/filtering%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/grouping/aggregates.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,4 @@ private async Task OnGridRead(GridReadEventArgs args)
## See Also

* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/grouping/load-on-demand.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,3 +374,4 @@ To toggle how the Grid loads groups:
## See Also

* [Live Demo: Grid Group Load On Demand](https://demos.telerik.com/blazor-ui/grid/group-loadondemand)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/grouping/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,6 @@ The following articles and sample projects can be helpful when implementing grou

* [Live Demo: Grid Grouping](https://demos.telerik.com/blazor-ui/grid/grouping)
* [Grid Aggregates]({%slug grid-aggregates%})
* [Blazor Grid]({%slug grid-overview%})


1 change: 1 addition & 0 deletions components/grid/hierarchy.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,6 @@ The following articles and sample projects can be helpful when implementing hier

* [Live Demo: Grid Hierarchy](https://demos.telerik.com/blazor-ui/grid/hierarchy)
* [KB: Customize Hierarchy Expand Column in Blazor Grid]({%slug grid-kb-customize-hierarchy-expand-column-blazor-grid%})
* [Blazor Grid]({%slug grid-overview%})


1 change: 1 addition & 0 deletions components/grid/loading-animation.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,4 @@ The following example binds the Grid with an [`OnRead` event handler]({%slug com

* [Grid Data Binding]({%slug grid-data-binding%})
* [Live Demo: Grid Loading Animation](https://demos.telerik.com/blazor-ui/grid/loading-animation)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/manual-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,3 +398,4 @@ With a few simple loops, you can extract information from the DataSourceRequest
* [Custom Server Operations](https://github.com/telerik/blazor-ui/tree/master/grid/datasourcerequest-on-server)
* [DataSourceRequest Object API](/blazor-ui/api/Telerik.DataSource.DataSourceRequest)
* [DataSourceResult Object API](/blazor-ui/api/Telerik.DataSource.DataSourceResult)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,4 @@ To execute these methods, obtain reference to the Grid instance via `@ref`.

* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview)
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/paging.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,4 @@ The following articles and sample projects can be helpful when implementing pagi
## See Also

* [Live Demo: Grid Paging](https://demos.telerik.com/blazor-ui/grid/paging)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/refresh-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,4 @@ This means that you need to ensure that the view-model will be updated as well,
* [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)
* [Knowledge Base: Force a Grid to Refresh]({%slug grid-force-refresh%})
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/row-drag-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -1771,3 +1771,4 @@ List on known limitations for the Grid Drag and Drop features:
* [Grid Overview]({%slug grid-overview%})
* [Live Demos: Grid](https://demos.telerik.com/blazor-ui/grid/overview)
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/selection/cells.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,3 +238,4 @@ When using [Grid templates]({%slug components/grid/features/templates%}) with ce
## See Also

* [Live Demo: Grid Cell Selection](https://demos.telerik.com/blazor-ui/grid/cell-selection)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/selection/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ See [Rows Selection and Other Grid Features]({%slug grid-selection-row%}#row-sel

* [Live Demo: Grid Row Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
* [Live Demo: Grid Cell Selection](https://demos.telerik.com/blazor-ui/grid/cell-selection)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/selection/rows.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,4 @@ The Grid clears the `SelectedItems` collection when the user drags and drops sel
## See Also

* [Live Demo: Grid Row Selection](https://demos.telerik.com/blazor-ui/grid/row-selection)
* [Blazor Grid]({%slug grid-overview%})
3 changes: 2 additions & 1 deletion components/grid/sizing.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,5 @@ You can increase or decrease the size of the Grid by setting the `Size` attribut
## See Also

* [Grid Overview]({%slug grid-overview%})
* [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing)
* [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,5 @@ The following articles and sample projects can be helpful when implementing sort
## See Also

* [Live Demo: Grid Sorting](https://demos.telerik.com/blazor-ui/grid/sorting)
* [Blazor Grid]({%slug grid-overview%})

1 change: 1 addition & 0 deletions components/grid/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,3 +435,4 @@ You can find multiple examples for using the Grid state in the following [Knowle

* [Live Demo: Grid State](https://demos.telerik.com/blazor-ui/grid/persist-state)
* [GridState API reference](/blazor-ui/api/Telerik.Blazor.Components.GridState-1)
* [Blazor Grid]({%slug grid-overview%})
1 change: 1 addition & 0 deletions components/grid/templates/column-chooser.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,5 @@ When the Template is setup the list of columns, rendered by default, would not b
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Column Menu](https://demos.telerik.com/blazor-ui/grid/custom-column-menu)
* [Columns Menu]({%slug grid-column-menu%})
* [Blazor Grid]({%slug grid-overview%})

1 change: 1 addition & 0 deletions components/grid/templates/column-footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@ Footer templates usually display aggregates. Here are some things to keep in min
## See Also

* [Live Demo: Grid Footer Template](https://demos.telerik.com/blazor-ui/grid/footer-template)
* [Blazor Grid]({%slug grid-overview%})

Loading

0 comments on commit 7cc78f9

Please sign in to comment.