Hi,
im using asp .net ajax.
im having a problem while tring to export my grid to word/excel.
i used your demo (export on server side). the senario is the following:
1. i have a "command templat" in my grid, that there i put rad tool bad, and add a button of my own, of "Export to Execl", with commandName="MyExportExcel"
2. when the button is pressed it goes to the "OnButtomClick" method of the radToolBar on the server.
3. there i compare - if this is the commant of "MyExportExcel
MyGrid.ExportSettings.ExportOnlyData = true;
MyGrid.ExportSettings.IgnorePaging= true;
MyGrid.ExportSettings.OpenInNewWindow= true;
MyGrid.MasterTableView.ExportToExcel();
after it, the client is still stucked on the loading panel (its like continue thinking and loading) and not stoping...
so the export not working...
how can i fix it?
and another question - if it wont work it there any way to get the byte[] of the export file, and ill make sure to bring the client a download link with the byte[] data?
im using asp .net ajax.
im having a problem while tring to export my grid to word/excel.
i used your demo (export on server side). the senario is the following:
1. i have a "command templat" in my grid, that there i put rad tool bad, and add a button of my own, of "Export to Execl", with commandName="MyExportExcel"
2. when the button is pressed it goes to the "OnButtomClick" method of the radToolBar on the server.
3. there i compare - if this is the commant of "MyExportExcel
MyGrid.ExportSettings.ExportOnlyData = true;
MyGrid.ExportSettings.IgnorePaging= true;
MyGrid.ExportSettings.OpenInNewWindow= true;
MyGrid.MasterTableView.ExportToExcel();
after it, the client is still stucked on the loading panel (its like continue thinking and loading) and not stoping...
so the export not working...
how can i fix it?
and another question - if it wont work it there any way to get the byte[] of the export file, and ill make sure to bring the client a download link with the byte[] data?