File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ There are two key ways to bind data:
17
17
* [ Primitive Types] ( #primitive-types )
18
18
* [ Model] ( #bind-to-a-model )
19
19
20
- There are also some [ considerations] ( #considerations ) to keep in mind.
20
+ and some considerations you may find useful, such as showing the ` Placeholder ` when the value is out of the data source range:
21
+
22
+ * [ Considerations] ( #considerations )
23
+ * [Value Out of Range](#value-out-of-range)
24
+ * [Component Reference](#component-reference)
25
+ * [Missing Value or Data](#missing-value-or-data)
21
26
22
27
## Primitive Types
23
28
Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ This article explains the different ways to provide data to a DropDownList compo
14
14
15
15
There are two key ways to bind data:
16
16
17
- * [ Primitive Types] ( #primitive-types )
18
- * [ Model] ( #bind-to-a-model )
17
+ * [ Bind to Primitive Types] ( #primitive-types )
18
+ * [ Bind to a Model] ( #bind-to-a-model )
19
19
20
- There are also some [ considerations] ( #considerations ) to keep in mind.
20
+ and some considerations you may find useful, such as showing the ` DefaultText ` when the value is out of the data source range:
21
+
22
+ * [ Considerations] ( #considerations )
23
+ * [Value Out of Range](#value-out-of-range)
24
+ * [Component Reference](#component-reference)
25
+ * [Missing Value or Data](#missing-value-or-data)
21
26
22
27
## Primitive Types
23
28
You can’t perform that action at this time.
0 commit comments