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

How to cancel already started ExportToExcel process ?

1 Answer 60 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Vasssek
Top achievements
Rank 1
Vasssek asked on 13 Feb 2013, 08:59 PM
Hello,

I have issue with cancelling Radgrid export which had been started through radbutton click.
protected void btn_export_data_OnClick(object sender, EventArgs e)
{
RadGrid1.MasterTableView.ExportToExcel();
}

Does somebody know, how to break or cancel export to excel, when RadGrid has let's say 10000 rows ? Even when I close IE browser window, in the server task manager there si still w3wp.exe process with increasing memory consumption and CPU load.

Please help me to solve this issue.

Best regards

Vasssek

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 14 Feb 2013, 06:52 AM
Hi,

With reference to this forum thread, it is not possible to cancel the export. Hope this helps.

Thanks,
Shinu
Tags
Grid
Asked by
Vasssek
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or