I have a popup menu for exporting. After I select export to XLS, the ItemClick event fires correctly on the server and I then call the GridViewExporter to send the data back to the client. So far so good.
However, after the export has completed successfully and I try to do anything with the grid (i.e. sort, move between pages, etc.), the grid gets stuck on "Loading…". I traced the code and found out that any callback from the grid to the server is firing the popup menu ItemClick event.
Is this a known issue? If so, can you point me to the fix?
Thanks,
Eben
Steps to Reproduce:
- Run project
- Select EXPORT-> to XLS (check the PopupMenuExport_ItemClick event is fired). Export to a local file.
- Select filter dropdown Type and select any type. Notice PopupMenuExport_ItemClick is fired again and then the grid locks up.
Hello Eben,
Could you please attach your sample project demonstrating the issue so that we can investigate the problem in detail.
Thanks,
Andrew
Attached is a project reproducing the problem.
Hello Eben,
We're now investigating your problem. Thank you for your patience.
Thanks,
Andrew