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
close icon

OnActionBegin and Cells events

Good evening,

I need to execute a method when the line is "saved" and that's is working prefectly with OnActionBegin. But I need also to execute another method when a cell is saved/modified but the cell's events don't fire in normal mode, just in Batch mode. What can I do about it?


Thanks in advance!


1 Reply

VN Vignesh Natarajan Syncfusion Team October 26, 2022 05:41 AM UTC

Hi Társis,


Thanks for contacting Syncfusion support.


Yes, Action events (OnActionBegin and OnActionComplete) will be triggered while editing only when Edit mode is of Dialog or Normal. When edit mode is of Batch, please find the list of events to be triggered from below


S.no.

Event Name

Action

1

https://blazor.syncfusion.com/documentation/datagrid/events#onbatchadd

Triggered before adding a record

2

https://blazor.syncfusion.com/documentation/datagrid/events#onbatchsave

Triggered before saving a record

3

https://blazor.syncfusion.com/documentation/datagrid/events#onbatchdelete

Triggered before deleting a record

4

https://blazor.syncfusion.com/documentation/datagrid/events#oncelledit

Triggers when cell is being edited

5

https://blazor.syncfusion.com/documentation/datagrid/events#oncellsave

Triggers before saving a cell

6

https://blazor.syncfusion.com/documentation/datagrid/events#cellsaved

Triggers when cell is saved

7

https://blazor.syncfusion.com/documentation/datagrid/events#onbatchcancel

Triggers when cancel operation is initiated

Please get back to us if you have further queries.


Regards,

Vignesh Natarajan


Loader.
Live Chat Icon For mobile
Up arrow icon