Skip to content

Commit a352647

Browse files
committed
chore: apply seo recommendatons
1 parent c6274f4 commit a352647

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

components/dropdownlist/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Blazor DropDownList component allows the user to choose an option from a pre
1414

1515
## Creating Blazor DropDownList
1616

17-
1. Use the `TelerikDropDownList` tag to add the component to your razor page.
17+
1. Use the `TelerikDropDownList` tag to add the Blazor dropdown list to your razor page.
1818
1. Populate its `Data` property with the collection of items you want to appear in the dropdown list.
1919
1. Set the `TextField` and `ValueField` properties to point to the corresponding names of the model.
2020
1. [Bind the value of the component]({%slug get-started-value-vs-data-binding %}#value-binding) to a variable of the same type as the type defined in the `ValueField` parameter.
@@ -78,7 +78,7 @@ The Blazor DropDownList @[template](/_contentTemplates/dropdowns/features.md#gro
7878

7979
## DropDownList Parameters
8080

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

components/grid/row-drag-drop.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,3 +1771,5 @@ List on known limitations for the Grid Drag and Drop features:
17711771
* [Live Demo: Grid Drag and Drop](https://demos.telerik.com/blazor-ui/grid/drag-drop)
17721772
* [Drag and Drop between Different Parent Components]({%slug grid-kb-drag-drop-in-different-components%})
17731773
* [Grid API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikGrid-1)
1774+
* [Blazor Grid]({%slug grid-overview%})
1775+

0 commit comments

Comments
 (0)