How to show error messages when they occur in CRUD operations?

Hello, I have a grid configured using URLAdaptor and everything works fine. But I would like to show error messages in case an exception occurs when the CRUD operations are performed.

I hope you can help me. I thank you in advance

2 Replies

HJ Hariharan J V Syncfusion Team May 9, 2019 11:33 AM UTC

Hi Juan Antonio,

Greetings from Syncfusion.

We suggest you to use `actionFailure` event on grid which is used to identify the failure actions on grid.

Regards,
Hariharan


HJ Hariharan J V Syncfusion Team May 9, 2019 11:35 AM UTC

Hi Juan Antonio,

Greetings from Syncfusion.

We suggest you to use `actionFailure` event on grid which is used to identify the failure actions on grid. Please refer the below documentation link.

https://ej2.syncfusion.com/documentation/api/grid/#actionfailure

Regards,
Hariharan

Loader.
Up arrow icon