You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/dropdownlist/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The Blazor DropDownList component allows the user to choose an option from a pre
14
14
15
15
## Creating Blazor DropDownList
16
16
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.
18
18
1. Populate its `Data` property with the collection of items you want to appear in the dropdown list.
19
19
1. Set the `TextField` and `ValueField` properties to point to the corresponding names of the model.
20
20
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
78
78
79
79
## DropDownList Parameters
80
80
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:
0 commit comments