You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/grid/EJ2_ASP.MVC/data-binding/remote-data.md
+106Lines changed: 106 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,112 @@ The ODataV4 is an improved version of OData protocols, and the DataManager can a
160
160
{% endtabs %}
161
161
{% endif %}
162
162
163
+
## Odata with custom url
164
+
165
+
The Syncfusion ODataV4 adaptor extends support for calling customized URLs to accommodate data retrieval and CRUD actions as per your application's requirements. However, when utilizing a custom URL with the ODataV4 adaptor, it's essential to modify the routing configurations in your application's route configuration file to align with your custom URL. You can invoke the custom URL by the following methods in the Datamanager
166
+
167
+
**Configuring Custom URLs**
168
+
169
+
To work with custom URLs for CRUD operations in the Syncfusion Grid, you can use the following properties:
170
+
171
+
* insertUrl: Specifies the custom URL for inserting new records.
172
+
* removeUrl: Specifies the custom URL for deleting records.
173
+
* updateUrl: Specifies the custom URL for updating records.
174
+
* batchUrl: Specifies the custom URL for batch editing operations.
175
+
176
+
> Ensure that the routing configurations on the server-side are properly updated to handle these custom URLs.
177
+
178
+
The following code example describes the above behavior.
> For optimal performance, especially when dealing with lazy loading grouping, it is recommended to perform sorting after the grouping action.
110
+
109
111
## Lazy load grouping with infinite scrolling
110
112
111
113
Infinite scrolling loads a huge amount of data without degrading the Grid's performance. By default, infinite scrolling is enabled only for the expanded grouped rows when lazy loading is enabled. Now, the Grid has an option to allow infinite scrolling for group caption rows. This is achieved by setting the [enableInfiniteScrolling](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_EnableInfiniteScrolling) property as true when lazy loading is enabled in the grouped records.
Copy file name to clipboardExpand all lines: ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/data-binding/remote-data.md
+106Lines changed: 106 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -159,6 +159,112 @@ The ODataV4 is an improved version of OData protocols, and the `DataManager` can
159
159
{% endtabs %}
160
160
{% endif %}
161
161
162
+
## Odata with custom url
163
+
164
+
The Syncfusion ODataV4 adaptor extends support for calling customized URLs to accommodate data retrieval and CRUD actions as per your application's requirements. However, when utilizing a custom URL with the ODataV4 adaptor, it's essential to modify the routing configurations in your application's route configuration file to align with your custom URL. You can invoke the custom URL by the following methods in the Datamanager
165
+
166
+
**Configuring Custom URLs**
167
+
168
+
To work with custom URLs for CRUD operations in the Syncfusion Grid, you can use the following properties:
169
+
170
+
* insertUrl: Specifies the custom URL for inserting new records.
171
+
* removeUrl: Specifies the custom URL for deleting records.
172
+
* updateUrl: Specifies the custom URL for updating records.
173
+
* batchUrl: Specifies the custom URL for batch editing operations.
174
+
175
+
> Ensure that the routing configurations on the server-side are properly updated to handle these custom URLs.
176
+
177
+
The following code example describes the above behavior.
> For optimal performance, especially when dealing with lazy loading grouping, it is recommended to perform sorting after the grouping action.
110
+
109
111
## Lazy load grouping with infinite scrolling
110
112
111
113
Infinite scrolling loads a huge amount of data without degrading the Grid's performance. By default, infinite scrolling is enabled only for the expanded grouped rows when lazy loading is enabled. Now, the Grid has an option to allow infinite scrolling for group caption rows. This is achieved by setting the [enableInfiniteScrolling](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Grids.Grid.html#Syncfusion_EJ2_Grids_Grid_EnableInfiniteScrolling) property as true when lazy loading is enabled in the grouped records.
0 commit comments