We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Blank row when added register using RemoteSaveAdaptor

When I insert a record the record is saved correctly in the database, however at the time of registering only a blank row is displayed in the grid. I need to reload the path for the record to be displayed correctly.





3 Replies

HJ Hariharan J V Syncfusion Team June 21, 2019 09:36 AM UTC

Hi Iván, 

Thanks for contacting Syncfusion support. 

We have prepared the Grid CRUD action sample by using remoteSaveAdaptor. But unfortunately, the reported issue was not reproduced at our end. We suspect that you did not return the newly added record properly from the controller to Grid. So, please ensure this case in your project. You can use the browser network tab to ensure returned values. 

Also, we have attached our sample in the below link for your convenience. So, please refer this sample for more details 

 
If you face the same issue after referred our sample, then please share your Grid code, CRUD action code, Syncfusion script version and network tab response screenshot to us. This will help us to provide a better solution for this issue as early as possible. 

Regards, 
Hariharan 



IV Iván June 21, 2019 04:45 PM UTC

Thank you very much, I've fixed it, I was returning the complete list of values instead of the record itself.


HJ Hariharan J V Syncfusion Team June 24, 2019 10:59 AM UTC

Hi Ivan,

Thanks for your update.

We are happy to hear that you requirement has been achieved.

Regards,
Hariharan

Loader.
Up arrow icon