File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
EJ2_ASP.NETCORE/data-binding Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,10 @@ The following code example shows how to bind ExpandoObject datasource in grid us
67
67
{% endtabs %}
68
68
{% endif %}
69
69
70
- N > Perform data and CRUD operations for complex ExpandoObject binding fields as well.
70
+ > Perform data and CRUD operations for complex ExpandoObject binding fields as well.
71
71
72
72
The following image represents ExpandoObject complex data binding.
73
+
73
74
![ Grid with ExpandoObject Binding] ( ../../images/ExpandoObjectDemo.gif )
74
75
75
76
## DynamicObject with complex column binding using URL adaptor
@@ -101,9 +102,10 @@ The following code example shows how to bind DynamicObject datasource in grid us
101
102
{% endtabs %}
102
103
{% endif %}
103
104
104
- N > Perform data and CRUD operations for complex DynamicObject binding fields as well.
105
+ > Perform data and CRUD operations for complex DynamicObject binding fields as well.
105
106
106
107
The following image represents DynamicObject complex data binding.
108
+
107
109
![ Grid with DynamicObject Binding] ( ../../images/DynamicObjectDemo.gif )
108
110
109
111
## OData adaptor - Binding OData service
Original file line number Diff line number Diff line change @@ -66,9 +66,10 @@ The following code example shows how to bind ExpandoObject datasource in grid us
66
66
{% endtabs %}
67
67
{% endif %}
68
68
69
- N > Perform data and CRUD operations for complex ExpandoObject binding fields as well.
69
+ > Perform data and CRUD operations for complex ExpandoObject binding fields as well.
70
70
71
71
The following image represents ExpandoObject complex data binding.
72
+
72
73
![ Grid with ExpandoObject Binding] ( ../../images/ExpandoObjectDemo.gif )
73
74
74
75
## DynamicObject with complex column binding using URL adaptor
@@ -100,9 +101,10 @@ The following code example shows how to bind DynamicObject datasource in grid us
100
101
{% endtabs %}
101
102
{% endif %}
102
103
103
- N > Perform data and CRUD operations for complex DynamicObject binding fields as well.
104
+ > Perform data and CRUD operations for complex DynamicObject binding fields as well.
104
105
105
106
The following image represents DynamicObject complex data binding.
107
+
106
108
![ Grid with DynamicObject Binding] ( ../../images/DynamicObjectDemo.gif )
107
109
108
110
## OData adaptor - Binding OData service
You can’t perform that action at this time.
0 commit comments