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/autocomplete/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The <a href="https://www.telerik.com/blazor-ui/autocomplete" target="_blank">Bla
16
16
17
17
1. Use the `TelerikAutoComplete` tag to add the component to your razor page.
18
18
1. Populate the `Data` property with the collection of items that you want to appear in the dropdown.
19
-
1.[Bind the value of the component](slug:get-started-value-vs-data-binding#value-binding) to the same type as the member of the `ValueField` parameter.
19
+
1.[Bind the value of the component](slug:get-started-value-vs-data-binding#value-binding) to the same type as the member of the `ValueField` parameter.
20
20
1. (Optional) Enable features like placeholder text and clear button.
21
21
22
22
>caption AutoComplete with two-way value binding and data binding to collection of strings
Copy file name to clipboardExpand all lines: components/combobox/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The <a href="https://www.telerik.com/blazor-ui/combobox" target="_blank">Blazor
17
17
1. Use the `TelerikComboBox` tag to add the component to your razor page.
18
18
1. Populate the `Data` property with the collection of items that you want to appear in the dropdown.
19
19
1. Set the `TextField` and `ValueField` properties to point to the corresponding names of the model
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.
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.
21
21
1. (optional) enable features like filtering and clear button
22
22
23
23
>caption Combobox [data binding](slug:components/combobox/databind) with two-way value binding
Copy file name to clipboardExpand all lines: components/dropdownlist/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ The Blazor DropDownList component allows the user to choose an option from a pre
17
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
-
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.
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.
21
21
1. (optional) Set the `Value` property to the initial value of the model.
22
22
23
23
>caption DropDownList [data binding](slug:components/dropdownlist/databind), two-way value binding, and main features
Copy file name to clipboardExpand all lines: components/multicolumncombobox/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The <a href="https://www.telerik.com/blazor-ui/multicolumncombobox" target="_bla
18
18
1. Use the `<TelerikMultiColumnComboBox>` tag.
19
19
1. Populate the `Data` parameter with the collection that you want to appear in the dropdown.
20
20
1. Set the `TextField` and `ValueField` parameters to point to the corresponding property names of the model.
21
-
1.[Bind the component `Value`](slug:get-started-value-vs-data-binding#value-binding) to a variable of the same type as the one of the `ValueField`.
21
+
1.[Bind the component `Value`](slug:get-started-value-vs-data-binding#value-binding) to a variable of the same type as the one of the `ValueField`.
22
22
1. Add `MultiColumnComboBoxColumn` instances under the `MultiColumnComboBoxColumns` tag. The `Field` parameter of each column must point to a property in the model.
23
23
24
24
>caption MultiColumnComboBox data binding with two-way value binding
Copy file name to clipboardExpand all lines: components/multiselect/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The <a href="https://www.telerik.com/blazor-ui/multiselect" target="_blank">Blaz
18
18
19
19
1. Populate the `Data` property with the collection of items that you want to appear in the dropdown.
20
20
21
-
1.[Bind the value of the component](slug:get-started-value-vs-data-binding#value-binding) to a collection of the same type as the type defined in the `ValueField` parameter.
21
+
1.[Bind the value of the component](slug:get-started-value-vs-data-binding#value-binding) to a collection of the same type as the type defined in the `ValueField` parameter.
22
22
23
23
1. (Optional) Enable features like placeholder text, clear button, and AutoClose.
0 commit comments