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