This is a migrated thread and some comments may be shown as answers.

[Solved] How to UnBlockUI after Exporting grid data

1 Answer 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rabih
Top achievements
Rank 1
Rabih asked on 05 Mar 2013, 01:17 PM
Hello,

I am exporting grid to excel:
gdv.ExportSettings.ExportOnlyData = true;
gdv.MasterTableView.ExportToExcel(); 

the export is successful, but i am using Jquery to block user interface and displaying a loader ( Implemented in Master page)
but after saving the exported file, the UI is not unblocked.
What i should do ?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 08 Mar 2013, 09:51 AM
Hello Rabih,

You can borrow some ideas from these threads:
Show loading panel when exporting RadGrid
Show waiting image while exporting in RadGrid

Best regards,
Daniel
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Rabih
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or