Hi Humanjo Daro,
Greetings from Syncfusion Support.
Could you please confirm whether you are using our EJ1 product or EJ2 product?
We suspect that you are using our EJ2 product so we have prepared a sample to perform CRUD operation with UrlAdaptor. For that, we have created an UrlAdaptor service project for server side and Javascript for client side. Please check the below link,
var dataManger = new ej.data.DataManager({
url: "http://localhost:54738/Home/LoadData", // Here pass your REST WEB API load data
crudUrl: "http://localhost:54738/Home/UpdateData",
adaptor: new ej.data.UrlAdaptor()
});
Note : Run the UrlAdaptor Service application first, then run the front end to render the Schedule and perform CRUD.
DB Structure:
Table With Data:
To know more about CRUD action, please visit the below UG link,
Note: If you are going to use more number resources in your project, enable the allowVirtualScrolling field for better performance. Please refer the below links to know more about allowVirtualScrolling
Kindly try the above and revert us for further assistance.
Regards,
Vengatesh