Grid: Missing events after adding or deleting records

Hi,

Is use my grid in batch mode and want to show the current number or rows somewhere on the page.

I didn't find any events for doing that.
How can I achive that? Are there others events I can use?

Thanks for help
Bruno

1 Reply

MS Monisha Saravanan Syncfusion Team February 9, 2023 10:18 AM UTC


Hi Bruno,


Query: “Is use my grid in batch mode and want to show the current number or rows somewhere on the page. I didn't find any events for doing that.”


we would like to inform that when using Batch edit the below highlighted list of events will be triggered. Kindly refer the below snippet and reference for additional information.


Events triggered on Batch editing:

 

OnCellEdit – OnCellSave - CellSaved

OnBatchAdd – OnBatchSave - OnBatchDelete

 


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

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

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

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

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


Please let us know if you have any concerns.


Regards,

Monisha


Loader.
Up arrow icon