Hi Ryan,
Thanks for your update.
By default in EJ2 Grid we have built-in support for data Adaptors, You can use the RemoteSaveAdaptor option to perform the Grid actions like filtering, sorting and grouping in the client-side and you can perform the CRUD actions alone on the server-side. But the Datasource must be set to json property and set RemoteSaveAdaptor to the adaptor property. CRUD operations can be mapped to server-side using updateUrl, insertUrl, removeUrl, batchUrl, crudUrl properties and then return the json list data to the Grid in order to update it.
For more reference, please refer to the below documentation.
But while using custom binding, Grid actions and CRUD operations needs to be done in server side only and response returned back to the Grid in order to update it.
We already requested the below details which will be helpful to provided appropriate solution on this, So please share us the below information.
- What types of data are you using at your end?
- Share your data structure example.
- Share the customized service which you have using.
Please get back to us with the requested details.
Regards
Praveenkumar G