Skip to content

Commit 1172dea

Browse files
889412: Updating the documentation of odataV4 adaptor topic
1 parent 8e1164e commit 1172dea

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/data-binding/remote-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ The following code example shows how to bind ExpandoObject datasource in grid us
6767
{% endtabs %}
6868
{% endif %}
6969

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.
7171
7272
The following image represents ExpandoObject complex data binding.
73+
7374
![Grid with ExpandoObject Binding](../../images/ExpandoObjectDemo.gif)
7475

7576
## 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
101102
{% endtabs %}
102103
{% endif %}
103104

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.
105106
106107
The following image represents DynamicObject complex data binding.
108+
107109
![Grid with DynamicObject Binding](../../images/DynamicObjectDemo.gif)
108110

109111
## OData adaptor - Binding OData service

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/data-binding/remote-data.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ The following code example shows how to bind ExpandoObject datasource in grid us
6666
{% endtabs %}
6767
{% endif %}
6868

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.
7070
7171
The following image represents ExpandoObject complex data binding.
72+
7273
![Grid with ExpandoObject Binding](../../images/ExpandoObjectDemo.gif)
7374

7475
## 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
100101
{% endtabs %}
101102
{% endif %}
102103

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.
104105
105106
The following image represents DynamicObject complex data binding.
107+
106108
![Grid with DynamicObject Binding](../../images/DynamicObjectDemo.gif)
107109

108110
## OData adaptor - Binding OData service

0 commit comments

Comments
 (0)