Hi,
Is there an event that shoots after the Excel has been created using, grid.toExcel("");
Regards.
Martin N. Moche
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 )
Hi,
I have the same question.
because I want to show an image while the file is generated.
Regards,
Jorge Chong.
Unfortunately there is no event to control when the excel file is generated.