I am trying to use the OnBatchSave and OnToolbarClick handler same time. But, it does not allow me.
If I will use OnToolbarClick, the OnBatchSave event is called but the change is not recorded.
If I remove the OnToolbarClick, the OnBatchSave event works but I can't be using the feature like export to excel.
<GridEvents OnBatchSave="BatchSaveEventHandler" OnBatchDelete="BatchDeleteEventHandler" OnToolbarClick="ToolbarClickHandler" TValue="DismantledCarPartDisplayModel"></GridEvents>
Is there any solution for this?
Thank you.