Hello,
I have issue with cancelling Radgrid export which had been started through radbutton click.
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
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