After Export to Excel Event

Hi,

Is there an event that shoots after the Excel has been created using, grid.toExcel(“”);

Regards.

Martin N. Moche

There is no any special event
Normally after calling export command you can do anything without waiting for file response ( all data is sent, so state of client side code doesn’t matter anymore )

Thx for the Reply