From cec2b63e3ce1acc1786952441f704a330432aa71 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 08:58:33 +0200
Subject: [PATCH 01/12] docs(common): apply seo recommendations
---
components/dropdownlist/filter.md | 2 +-
components/dropdownlist/overview.md | 14 +++++++-------
components/grid/accessibility/overview.md | 3 ++-
components/grid/accessibility/wai-aria-support.md | 3 ++-
components/grid/columns/auto-generated.md | 1 +
components/grid/columns/bound.md | 1 +
components/grid/columns/checkbox.md | 2 ++
components/grid/columns/command.md | 1 +
components/grid/columns/display-format.md | 1 +
components/grid/columns/events.md | 1 +
components/grid/columns/frozen.md | 1 +
components/grid/columns/menu.md | 1 +
components/grid/columns/multi-column-headers.md | 1 +
components/grid/columns/reorder.md | 1 +
components/grid/columns/resize.md | 1 +
components/grid/columns/virtual.md | 1 +
components/grid/columns/visible.md | 1 +
components/grid/columns/width.md | 1 +
components/grid/data-binding.md | 1 +
.../built-in-dialogs/delete-confirmation.md | 1 +
.../grid/editing/built-in-dialogs/overview.md | 1 +
components/grid/editing/incell.md | 1 +
components/grid/editing/inline.md | 2 +-
components/grid/editing/overview.md | 3 ++-
components/grid/editing/popup.md | 1 +
components/grid/editing/validation.md | 1 +
components/grid/events.md | 1 +
components/grid/export/csv.md | 1 +
components/grid/export/events.md | 1 +
components/grid/export/excel.md | 3 ++-
components/grid/export/pdf.md | 4 ++++
components/grid/filter/checkboxlist.md | 1 +
components/grid/filter/filter-menu.md | 1 +
components/grid/filter/filter-row.md | 1 +
components/grid/filter/overview.md | 1 +
components/grid/filter/searchbox.md | 1 +
components/grid/grouping/aggregates.md | 1 +
components/grid/grouping/load-on-demand.md | 1 +
components/grid/grouping/overview.md | 1 +
components/grid/hierarchy.md | 1 +
components/grid/loading-animation.md | 1 +
components/grid/manual-operations.md | 1 +
components/grid/overview.md | 1 +
components/grid/paging.md | 1 +
components/grid/refresh-data.md | 1 +
components/grid/row-drag-drop.md | 1 +
components/grid/selection/cells.md | 1 +
components/grid/selection/overview.md | 1 +
components/grid/selection/rows.md | 1 +
components/grid/sizing.md | 3 ++-
components/grid/sorting.md | 1 +
components/grid/state.md | 1 +
components/grid/templates/column-chooser.md | 1 +
components/grid/templates/column-footer.md | 1 +
components/grid/templates/column-group-footer.md | 1 +
components/grid/templates/column-header.md | 1 +
components/grid/templates/column.md | 1 +
components/grid/templates/editor.md | 1 +
components/grid/templates/filter.md | 1 +
components/grid/templates/group-header.md | 1 +
components/grid/templates/no-data-template.md | 1 +
components/grid/templates/overview.md | 1 +
components/grid/templates/pager.md | 1 +
.../grid/templates/popup-buttons-template.md | 1 +
components/grid/templates/popup-form-template.md | 1 +
components/grid/templates/row.md | 1 +
components/grid/toolbar.md | 1 +
components/grid/virtual-scrolling.md | 1 +
68 files changed, 83 insertions(+), 14 deletions(-)
diff --git a/components/dropdownlist/filter.md b/components/dropdownlist/filter.md
index 210b97bdd5..f5949781ea 100644
--- a/components/dropdownlist/filter.md
+++ b/components/dropdownlist/filter.md
@@ -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%}#blazor-dropdownlist-parameters) parameter of the component.
## Placeholder
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 10b12c08bf..b8d43c2b7e 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -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: 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
@@ -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 the 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.
@@ -60,7 +60,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#fil
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor DropDownList grouping...]({% slug components/dropdownlist/grouping %}).
-## Templates
+## Blazor DropDownList Templates
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor DropDownList templates...]({% slug components/dropdownlist/templates %}).
@@ -76,9 +76,9 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
-## Parameters
+## Blazor DropDownList Parameters
->caption The DropDownList provides various parameters that allow you to configure the component:
+>caption The Blazor DropDown list provides various parameters that allow you to configure the component:
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
@@ -140,7 +140,7 @@ The DropDownList provides the following popup settings:
@[template](/_contentTemplates/dropdowns/features.md#popup-settings)
-## DropDownList Reference and Methods
+## Blazor DropDownList Reference and Methods
The DropDownList is a generic component and its type comes from the model it is bound to and from the value field type. See the [Component Reference]({%slug components/dropdownlist/databind%}#component-reference) section in the Data Binding article for details and examples.
@@ -183,7 +183,7 @@ By default, if no `Value` is provided and no `DefaultText` is defined, the DropD
* To display a selected item when the component renders - provide the `Value` of the desired element. Note that it must match an item of the component's data source.
-## Examples
+## Blazor DropDownList Examples
>caption Default text (hint) to show when no actual item is selected
diff --git a/components/grid/accessibility/overview.md b/components/grid/accessibility/overview.md
index 5cce12826a..8bd84e6498 100644
--- a/components/grid/accessibility/overview.md
+++ b/components/grid/accessibility/overview.md
@@ -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)
\ No newline at end of file
+ * [Live demo: Grid Accessibility](https://demos.telerik.com/blazor-ui/grid/keyboard-navigation)
+ * [Blazor Grid]({%slug grid-overview%})
\ No newline at end of file
diff --git a/components/grid/accessibility/wai-aria-support.md b/components/grid/accessibility/wai-aria-support.md
index 0aeea6bf09..77fccfd958 100644
--- a/components/grid/accessibility/wai-aria-support.md
+++ b/components/grid/accessibility/wai-aria-support.md
@@ -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 %})
\ No newline at end of file
+* [Accessibility Theme]({% slug themes-accessibility-swatch %})
+* [Blazor Grid]({%slug grid-overview%})
\ No newline at end of file
diff --git a/components/grid/columns/auto-generated.md b/components/grid/columns/auto-generated.md
index cc552eb573..63315a344e 100644
--- a/components/grid/columns/auto-generated.md
+++ b/components/grid/columns/auto-generated.md
@@ -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%})
diff --git a/components/grid/columns/bound.md b/components/grid/columns/bound.md
index d35a942fc0..64f355bbc3 100644
--- a/components/grid/columns/bound.md
+++ b/components/grid/columns/bound.md
@@ -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%})
diff --git a/components/grid/columns/checkbox.md b/components/grid/columns/checkbox.md
index ab65f4e937..62d5ca0144 100644
--- a/components/grid/columns/checkbox.md
+++ b/components/grid/columns/checkbox.md
@@ -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%})
+
diff --git a/components/grid/columns/command.md b/components/grid/columns/command.md
index 975f0b99fa..c8ca56a8de 100644
--- a/components/grid/columns/command.md
+++ b/components/grid/columns/command.md
@@ -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%})
diff --git a/components/grid/columns/display-format.md b/components/grid/columns/display-format.md
index 0cff09090b..314d671dfd 100644
--- a/components/grid/columns/display-format.md
+++ b/components/grid/columns/display-format.md
@@ -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%})
diff --git a/components/grid/columns/events.md b/components/grid/columns/events.md
index b14414dbe2..79c28bbe42 100644
--- a/components/grid/columns/events.md
+++ b/components/grid/columns/events.md
@@ -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%})
diff --git a/components/grid/columns/frozen.md b/components/grid/columns/frozen.md
index cf90b6a196..d7810973bf 100644
--- a/components/grid/columns/frozen.md
+++ b/components/grid/columns/frozen.md
@@ -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%})
diff --git a/components/grid/columns/menu.md b/components/grid/columns/menu.md
index 6108740112..3e164c4069 100644
--- a/components/grid/columns/menu.md
+++ b/components/grid/columns/menu.md
@@ -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%})
diff --git a/components/grid/columns/multi-column-headers.md b/components/grid/columns/multi-column-headers.md
index 4940ca0155..6448f8eca1 100644
--- a/components/grid/columns/multi-column-headers.md
+++ b/components/grid/columns/multi-column-headers.md
@@ -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%})
\ No newline at end of file
diff --git a/components/grid/columns/reorder.md b/components/grid/columns/reorder.md
index 468055ef60..dc14540f40 100644
--- a/components/grid/columns/reorder.md
+++ b/components/grid/columns/reorder.md
@@ -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%})
diff --git a/components/grid/columns/resize.md b/components/grid/columns/resize.md
index 56d0fa363f..597fb9a834 100644
--- a/components/grid/columns/resize.md
+++ b/components/grid/columns/resize.md
@@ -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%})
diff --git a/components/grid/columns/virtual.md b/components/grid/columns/virtual.md
index eac8b44a7f..db5e5c36f2 100644
--- a/components/grid/columns/virtual.md
+++ b/components/grid/columns/virtual.md
@@ -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%})
diff --git a/components/grid/columns/visible.md b/components/grid/columns/visible.md
index 2d1c8a43b8..0561dbeef4 100644
--- a/components/grid/columns/visible.md
+++ b/components/grid/columns/visible.md
@@ -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%})
diff --git a/components/grid/columns/width.md b/components/grid/columns/width.md
index 12c599b41f..577e3ea76e 100644
--- a/components/grid/columns/width.md
+++ b/components/grid/columns/width.md
@@ -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%})
diff --git a/components/grid/data-binding.md b/components/grid/data-binding.md
index fe965ba3d8..53f26c4994 100644
--- a/components/grid/data-binding.md
+++ b/components/grid/data-binding.md
@@ -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%})
diff --git a/components/grid/editing/built-in-dialogs/delete-confirmation.md b/components/grid/editing/built-in-dialogs/delete-confirmation.md
index 10573da254..336e76127e 100644
--- a/components/grid/editing/built-in-dialogs/delete-confirmation.md
+++ b/components/grid/editing/built-in-dialogs/delete-confirmation.md
@@ -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%})
diff --git a/components/grid/editing/built-in-dialogs/overview.md b/components/grid/editing/built-in-dialogs/overview.md
index 2e7dc7e973..ab7a4854f6 100644
--- a/components/grid/editing/built-in-dialogs/overview.md
+++ b/components/grid/editing/built-in-dialogs/overview.md
@@ -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%})
diff --git a/components/grid/editing/incell.md b/components/grid/editing/incell.md
index e2e48b6317..079dc65b6b 100644
--- a/components/grid/editing/incell.md
+++ b/components/grid/editing/incell.md
@@ -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%})
diff --git a/components/grid/editing/inline.md b/components/grid/editing/inline.md
index 2971ce601d..952bed04e4 100644
--- a/components/grid/editing/inline.md
+++ b/components/grid/editing/inline.md
@@ -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%})
diff --git a/components/grid/editing/overview.md b/components/grid/editing/overview.md
index 695073a47f..9762bf2466 100644
--- a/components/grid/editing/overview.md
+++ b/components/grid/editing/overview.md
@@ -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%})
\ No newline at end of file
+ * [Enter and Exit Grid Edit Mode Programmatically]({%slug grid-kb-add-edit-state%})
+ * [Blazor Grid]({%slug grid-overview%})
\ No newline at end of file
diff --git a/components/grid/editing/popup.md b/components/grid/editing/popup.md
index d87fca2251..a5ba0a5ed6 100644
--- a/components/grid/editing/popup.md
+++ b/components/grid/editing/popup.md
@@ -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%})
\ No newline at end of file
diff --git a/components/grid/editing/validation.md b/components/grid/editing/validation.md
index c2cbfed8de..62931e5ec0 100644
--- a/components/grid/editing/validation.md
+++ b/components/grid/editing/validation.md
@@ -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%})
diff --git a/components/grid/events.md b/components/grid/events.md
index b0b59d932b..b58e5775f8 100644
--- a/components/grid/events.md
+++ b/components/grid/events.md
@@ -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%})
diff --git a/components/grid/export/csv.md b/components/grid/export/csv.md
index f2172745e1..9308bcd5c7 100644
--- a/components/grid/export/csv.md
+++ b/components/grid/export/csv.md
@@ -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%})
diff --git a/components/grid/export/events.md b/components/grid/export/events.md
index f05093f377..59fa0a769e 100644
--- a/components/grid/export/events.md
+++ b/components/grid/export/events.md
@@ -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%})
diff --git a/components/grid/export/excel.md b/components/grid/export/excel.md
index 499ca780a0..05a4f2f532 100644
--- a/components/grid/export/excel.md
+++ b/components/grid/export/excel.md
@@ -206,4 +206,5 @@ The Excel export has the following specifics:
* [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 RadSpreadStreamProcessing]({%slug grid-kb-custom-cell-formatting-with-radspreadstreamprocessing%})
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/export/pdf.md b/components/grid/export/pdf.md
index 23b01d5fb1..2cf6a2adf8 100644
--- a/components/grid/export/pdf.md
+++ b/components/grid/export/pdf.md
@@ -20,3 +20,7 @@ The following sample projects show two ways to implement a PDF export
You can also follow the feature request for built-in Grid export to PDF.
+
+## See Also
+
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/filter/checkboxlist.md b/components/grid/filter/checkboxlist.md
index bd96c27bd2..d30c5b9c02 100644
--- a/components/grid/filter/checkboxlist.md
+++ b/components/grid/filter/checkboxlist.md
@@ -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%})
diff --git a/components/grid/filter/filter-menu.md b/components/grid/filter/filter-menu.md
index 43c3c2457e..b48f02422b 100644
--- a/components/grid/filter/filter-menu.md
+++ b/components/grid/filter/filter-menu.md
@@ -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%})
diff --git a/components/grid/filter/filter-row.md b/components/grid/filter/filter-row.md
index 24f7ef008c..3d92171dda 100644
--- a/components/grid/filter/filter-row.md
+++ b/components/grid/filter/filter-row.md
@@ -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%})
diff --git a/components/grid/filter/overview.md b/components/grid/filter/overview.md
index 00eaa16965..f84c9e700a 100644
--- a/components/grid/filter/overview.md
+++ b/components/grid/filter/overview.md
@@ -130,3 +130,4 @@ The Grid uses `Activator.CreateInstance();` 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%})
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/filter/searchbox.md b/components/grid/filter/searchbox.md
index a2f8b46cb2..154f505199 100644
--- a/components/grid/filter/searchbox.md
+++ b/components/grid/filter/searchbox.md
@@ -150,3 +150,4 @@ The example below demonstrates all SearchBox settings in action, and also how to
* [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%})
diff --git a/components/grid/grouping/aggregates.md b/components/grid/grouping/aggregates.md
index 1c5e5a73bb..ec74f29968 100644
--- a/components/grid/grouping/aggregates.md
+++ b/components/grid/grouping/aggregates.md
@@ -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%})
diff --git a/components/grid/grouping/load-on-demand.md b/components/grid/grouping/load-on-demand.md
index fa229fc235..a0062e778f 100644
--- a/components/grid/grouping/load-on-demand.md
+++ b/components/grid/grouping/load-on-demand.md
@@ -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%})
diff --git a/components/grid/grouping/overview.md b/components/grid/grouping/overview.md
index 659e42ff8f..b8be14d699 100644
--- a/components/grid/grouping/overview.md
+++ b/components/grid/grouping/overview.md
@@ -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%})
diff --git a/components/grid/hierarchy.md b/components/grid/hierarchy.md
index d3d5cbe6c5..757deaef5c 100644
--- a/components/grid/hierarchy.md
+++ b/components/grid/hierarchy.md
@@ -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%})
diff --git a/components/grid/loading-animation.md b/components/grid/loading-animation.md
index 77757604f2..00d022e46f 100644
--- a/components/grid/loading-animation.md
+++ b/components/grid/loading-animation.md
@@ -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%})
diff --git a/components/grid/manual-operations.md b/components/grid/manual-operations.md
index abe6837f2c..fa19438db8 100644
--- a/components/grid/manual-operations.md
+++ b/components/grid/manual-operations.md
@@ -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%})
diff --git a/components/grid/overview.md b/components/grid/overview.md
index 1af30f1449..b3bb561c5e 100644
--- a/components/grid/overview.md
+++ b/components/grid/overview.md
@@ -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%})
diff --git a/components/grid/paging.md b/components/grid/paging.md
index 4ba63c903e..354366a542 100644
--- a/components/grid/paging.md
+++ b/components/grid/paging.md
@@ -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%})
diff --git a/components/grid/refresh-data.md b/components/grid/refresh-data.md
index ce78051495..2ff9f1c228 100644
--- a/components/grid/refresh-data.md
+++ b/components/grid/refresh-data.md
@@ -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%})
diff --git a/components/grid/row-drag-drop.md b/components/grid/row-drag-drop.md
index 79c592f191..363600291a 100644
--- a/components/grid/row-drag-drop.md
+++ b/components/grid/row-drag-drop.md
@@ -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%})
diff --git a/components/grid/selection/cells.md b/components/grid/selection/cells.md
index f438fe7473..34f4e2ed37 100644
--- a/components/grid/selection/cells.md
+++ b/components/grid/selection/cells.md
@@ -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%})
diff --git a/components/grid/selection/overview.md b/components/grid/selection/overview.md
index ca2d6ababd..6878a74e5e 100644
--- a/components/grid/selection/overview.md
+++ b/components/grid/selection/overview.md
@@ -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%})
diff --git a/components/grid/selection/rows.md b/components/grid/selection/rows.md
index d47b232e46..6fa3ec1daf 100644
--- a/components/grid/selection/rows.md
+++ b/components/grid/selection/rows.md
@@ -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%})
diff --git a/components/grid/sizing.md b/components/grid/sizing.md
index cc1dadac9c..381741583c 100644
--- a/components/grid/sizing.md
+++ b/components/grid/sizing.md
@@ -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)
\ No newline at end of file
+ * [Live Demo: Grid Sizing](https://demos.telerik.com/blazor-ui/grid/sizing)
+ * [Blazor Grid]({%slug grid-overview%})
\ No newline at end of file
diff --git a/components/grid/sorting.md b/components/grid/sorting.md
index edd60ae4ff..7b5bceeda0 100644
--- a/components/grid/sorting.md
+++ b/components/grid/sorting.md
@@ -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%})
diff --git a/components/grid/state.md b/components/grid/state.md
index 2787cc40a4..5eb995ba4c 100644
--- a/components/grid/state.md
+++ b/components/grid/state.md
@@ -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%})
diff --git a/components/grid/templates/column-chooser.md b/components/grid/templates/column-chooser.md
index 595c4ffea5..f28e23da6d 100644
--- a/components/grid/templates/column-chooser.md
+++ b/components/grid/templates/column-chooser.md
@@ -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%})
diff --git a/components/grid/templates/column-footer.md b/components/grid/templates/column-footer.md
index cf987c6761..d78d3cdb22 100644
--- a/components/grid/templates/column-footer.md
+++ b/components/grid/templates/column-footer.md
@@ -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%})
diff --git a/components/grid/templates/column-group-footer.md b/components/grid/templates/column-group-footer.md
index 7457912213..fda9c5819b 100644
--- a/components/grid/templates/column-group-footer.md
+++ b/components/grid/templates/column-group-footer.md
@@ -84,4 +84,5 @@ When the grid is grouped, the columns can display a footer with information abou
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/column-header.md b/components/grid/templates/column-header.md
index 6766d64ede..efc5889dd2 100644
--- a/components/grid/templates/column-header.md
+++ b/components/grid/templates/column-header.md
@@ -94,3 +94,4 @@ Bound columns render the name of the field or their `Title` in their header. Thr
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/column.md b/components/grid/templates/column.md
index 181f8c1fd1..00c772e0ec 100644
--- a/components/grid/templates/column.md
+++ b/components/grid/templates/column.md
@@ -92,3 +92,4 @@ The example below shows how to:
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/editor.md b/components/grid/templates/editor.md
index 8e91c457d6..fa687c8a0b 100644
--- a/components/grid/templates/editor.md
+++ b/components/grid/templates/editor.md
@@ -411,3 +411,4 @@ Also check the [Grid Foreign Key Column]({%slug grids-foreign-key%}) knowledge b
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/filter.md b/components/grid/templates/filter.md
index 73b128a8c9..66b7e33a13 100644
--- a/components/grid/templates/filter.md
+++ b/components/grid/templates/filter.md
@@ -408,3 +408,4 @@ The template receives a `context` of type `FilterMenuTemplateContext` that provi
* [Live Demo: Grid Custom Filter Row](https://demos.telerik.com/blazor-ui/grid/custom-filter-row)
* [Live Demo: Grid Custom Filter Menu](https://demos.telerik.com/blazor-ui/grid/custom-filter-menu)
* [KB: Use Filter Operator DropDown List in Filter Row Template]({%slug grid-kb-filter-operator-dropdown%})
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/group-header.md b/components/grid/templates/group-header.md
index 69146e0494..6bafb6652f 100644
--- a/components/grid/templates/group-header.md
+++ b/components/grid/templates/group-header.md
@@ -87,4 +87,5 @@ When the grid is grouped, the top row above the group provides information about
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/no-data-template.md b/components/grid/templates/no-data-template.md
index 694844ca83..472b15bff6 100644
--- a/components/grid/templates/no-data-template.md
+++ b/components/grid/templates/no-data-template.md
@@ -63,3 +63,4 @@ The Grid will also show its default or custom `NoDataTemplate` while loading its
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid - No Data Template](https://demos.telerik.com/blazor-ui/grid/no-data-template)
+* [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/overview.md b/components/grid/templates/overview.md
index 042d45919e..0c0f91d191 100644
--- a/components/grid/templates/overview.md
+++ b/components/grid/templates/overview.md
@@ -44,4 +44,5 @@ You must make sure to provide valid HTML in the templates.
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/pager.md b/components/grid/templates/pager.md
index 88e2aabfda..ff336efbb6 100644
--- a/components/grid/templates/pager.md
+++ b/components/grid/templates/pager.md
@@ -84,4 +84,5 @@ The `GridPagerTemplate` allows you to modify the layout, content, and functional
## See Also
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/popup-buttons-template.md b/components/grid/templates/popup-buttons-template.md
index 87a0558bca..577a4ae3c4 100644
--- a/components/grid/templates/popup-buttons-template.md
+++ b/components/grid/templates/popup-buttons-template.md
@@ -158,3 +158,4 @@ With the `ButtonsTemplate`, you can personalize the appearance and behavior of t
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/popup-form-template.md b/components/grid/templates/popup-form-template.md
index 04563775ae..ef849acda4 100644
--- a/components/grid/templates/popup-form-template.md
+++ b/components/grid/templates/popup-form-template.md
@@ -239,3 +239,4 @@ Using a `FormTemplate` to modify the Edit/Create Popup window.
* [Grid Popup Buttons Template]({%slug grid-templates-popup-buttons%})
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Popup Edit Form Template](https://demos.telerik.com/blazor-ui/grid/popup-edit-form-template)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/templates/row.md b/components/grid/templates/row.md
index 5eaff83d69..3553e8b670 100644
--- a/components/grid/templates/row.md
+++ b/components/grid/templates/row.md
@@ -67,4 +67,5 @@ Render the entire row with your own code and logic
* [Live Demo: Grid Templates](https://demos.telerik.com/blazor-ui/grid/templates)
* [Live Demo: Grid Custom Editor Template](https://demos.telerik.com/blazor-ui/grid/custom-editor)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/toolbar.md b/components/grid/toolbar.md
index 948213abaa..6ec29454f2 100644
--- a/components/grid/toolbar.md
+++ b/components/grid/toolbar.md
@@ -288,3 +288,4 @@ You can add your own HTML and components to create a more complex layout in the
## See Also
* [Live Demo: Grid Toolbar](https://demos.telerik.com/blazor-ui/grid/editing-inline)
+ * [Blazor Grid]({%slug grid-overview%})
diff --git a/components/grid/virtual-scrolling.md b/components/grid/virtual-scrolling.md
index 3e8b900fb5..ecd8321a6f 100644
--- a/components/grid/virtual-scrolling.md
+++ b/components/grid/virtual-scrolling.md
@@ -336,3 +336,4 @@ These are the known limitations of the virtual scrolling feature:
* [Knowledge Base Article: Virtual Scroll Does Not Show All Items]({%slug grid-kb-virtualization-many-records%})
* [Knowledge Base Article: Virtual Scrolling Does Not Work]({%slug grid-kb-virtual-scrolling-troubleshooting%})
* [Knowledge Base Article: Setting Too Large Skip]({%slug grid-kb-large-skip-virtualization%})
+ * [Blazor Grid]({%slug grid-overview%})
From bd6d3085b4d2843646ea898f0fd6c0d0d211243c Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:04 +0200
Subject: [PATCH 02/12] chore: apply suggestion
---
components/dropdownlist/filter.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/filter.md b/components/dropdownlist/filter.md
index f5949781ea..ae20b5aa22 100644
--- a/components/dropdownlist/filter.md
+++ b/components/dropdownlist/filter.md
@@ -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%}#blazor-dropdownlist-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
From 35ec163b4d2edfca903334389021fc10caaa9863 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:20 +0200
Subject: [PATCH 03/12] chore: apply suggestion
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index b8d43c2b7e..96cd56ee15 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -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 Blazor 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.
From ac76746e35be300377d71dec4986c7055c1bf646 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:27 +0200
Subject: [PATCH 04/12] chore: apply suggestion
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 96cd56ee15..0824957da3 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -60,7 +60,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#fil
The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#grouping) [Read more about the Blazor DropDownList grouping...]({% slug components/dropdownlist/grouping %}).
-## Blazor DropDownList Templates
+## Templates
@[template](/_contentTemplates/dropdowns/features.md#templates) [Read more about the Blazor DropDownList templates...]({% slug components/dropdownlist/templates %}).
From b1471e9a2642ca0c882f5a5e315790ad6bd21751 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:34 +0200
Subject: [PATCH 05/12] chore: apply suggestion
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 0824957da3..8f9cb45b6b 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -76,7 +76,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
@[template](/_contentTemplates/dropdowns/adaptive-rendering.md#intro)
-## Blazor DropDownList Parameters
+## DropDownList Parameters
>caption The Blazor DropDown list provides various parameters that allow you to configure the component:
From 9f73514fac3e7b4459610aa5909318cfb3ef80b0 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:41 +0200
Subject: [PATCH 06/12] chore: apply suggestion
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 8f9cb45b6b..3bc8defd28 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -140,7 +140,7 @@ The DropDownList provides the following popup settings:
@[template](/_contentTemplates/dropdowns/features.md#popup-settings)
-## Blazor DropDownList Reference and Methods
+## DropDownList Reference and Methods
The DropDownList is a generic component and its type comes from the model it is bound to and from the value field type. See the [Component Reference]({%slug components/dropdownlist/databind%}#component-reference) section in the Data Binding article for details and examples.
From 6e092f18c31a6beb0d2564850654d588617e73b3 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 09:56:53 +0200
Subject: [PATCH 07/12] chore: apply suggestion
Co-authored-by: Dimo Dimov <961014+dimodi@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index 3bc8defd28..ff81e76485 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -183,7 +183,7 @@ By default, if no `Value` is provided and no `DefaultText` is defined, the DropD
* To display a selected item when the component renders - provide the `Value` of the desired element. Note that it must match an item of the component's data source.
-## Blazor DropDownList Examples
+## Examples
>caption Default text (hint) to show when no actual item is selected
From 1d20867db77b1caa9f50d7d6e1cc2c3c27f20d77 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:43:14 +0200
Subject: [PATCH 08/12] chore: apply suggestion
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index ff81e76485..fba72e6fc7 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -1,7 +1,7 @@
---
title: Overview
page_title: DropDownList Overview
-description: Blazor dropdownlist allows users to select an option from a list, enabling dynamic data binding and event handling in web apps.
+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
From c8b9c40104ab74b4a1af222a3183f2a7484ecb60 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:43:34 +0200
Subject: [PATCH 09/12] chore: apply suggestion
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
---
components/dropdownlist/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/dropdownlist/overview.md b/components/dropdownlist/overview.md
index fba72e6fc7..7dd885a146 100644
--- a/components/dropdownlist/overview.md
+++ b/components/dropdownlist/overview.md
@@ -78,7 +78,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
## DropDownList Parameters
->caption The Blazor DropDown list 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)
From 51dae003ba695623366b36dc9900e818d4dffb74 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:44:11 +0200
Subject: [PATCH 10/12] chore: apply suggestion
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
---
components/grid/filter/overview.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/grid/filter/overview.md b/components/grid/filter/overview.md
index f84c9e700a..9304a9536a 100644
--- a/components/grid/filter/overview.md
+++ b/components/grid/filter/overview.md
@@ -129,5 +129,5 @@ The Grid uses `Activator.CreateInstance();` 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%})
From 0ec134bea9325ba7a9d1e34113cad435f3e9035f Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:44:40 +0200
Subject: [PATCH 11/12] chore: apply suggestion
Co-authored-by: Yordan <60105689+yordan-mitev@users.noreply.github.com>
---
components/grid/filter/searchbox.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/grid/filter/searchbox.md b/components/grid/filter/searchbox.md
index 154f505199..caf572fb37 100644
--- a/components/grid/filter/searchbox.md
+++ b/components/grid/filter/searchbox.md
@@ -147,7 +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%})
From 6602d27507f764620341859ab8d427623cccf605 Mon Sep 17 00:00:00 2001
From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com>
Date: Tue, 12 Nov 2024 13:49:33 +0200
Subject: [PATCH 12/12] chore(common): equalize casing in see also section
---
components/grid/export/excel.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/grid/export/excel.md b/components/grid/export/excel.md
index 05a4f2f532..cf80b83e86 100644
--- a/components/grid/export/excel.md
+++ b/components/grid/export/excel.md
@@ -205,6 +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%})