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:
1717* [ Primitive Types] ( #primitive-types )
1818* [ Model] ( #bind-to-a-model )
1919
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)
2126
2227## Primitive Types
2328
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
1414
1515There are two key ways to bind data:
1616
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 )
1919
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)
2126
2227## Primitive Types
2328
You can’t perform that action at this time.
0 commit comments