We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7fdca commit 5c33205Copy full SHA for 5c33205
components/dropdownlist/data-bind.md
@@ -58,7 +58,7 @@ To bind the DropDownList to a model:
58
59
1. populate its `Data` property with the collection of items you want in the dropdown
60
1. set the `TextField` and `ValueField` properties to point to the corresponding names of the model
61
-1. set the `Value` property to the intial value of the model.
+1. bind the `Value` parameter to the desired field of the view-model. It is populated from the `ValueField` so it must match the its type.
62
63
>caption Data binding a DropDownList to a model
64
0 commit comments