We are facing issues while performing CRUD operation through the Syncfusion ejs grid with Angular 7 using web API.
When add row button is clicked , a row is seen as added in the UI, but
when clicked on update the given row is not getting updated to database
1. In order to save the
record in database, we have tried to save data on datastatechanged
event of ejs grid , but it is not working. event does not get fired at all
- Next we tried to
do it by using URLAdaptors , but it gives connection_refused_error for
controller's methods
Can you provide some pointers about why the event is not getting triggered ? Would appreciate urgent help.
Thanks