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

Detect change in ejs-grid when editing en updating

I am looking to make a save button in my component only available (enabled/disabled), if the ejs-grid has been edited.  Is it possible to detect if an ejs-grid has been edited?


1 Reply

RR Rajapandi Ravi Syncfusion Team March 27, 2023 02:08 PM UTC

Hi Jazzy,


Greetings from Syncfusion support


From your query we could see that you like to capture the action when the Grid is open to the edit state and saving the record. You can capture the edit actions using the actionBegin and actionComplete events of Grid. Please refer the below API for more information.


API: https://ej2.syncfusion.com/angular/documentation/api/grid/#actionbegin


        https://ej2.syncfusion.com/angular/documentation/api/grid/#actioncomplete


Regards,

Rajapandi R


Loader.
Up arrow icon