Here is the error I am receiving on this line of code.
Code:this.dExporter.DataExportMode = DataExportMode.AllDataInDataSource;
this.dExporter.TargetPaperOrientation = Infragistics.Documents.Reports.Report.PageOrientation.Portrait;
this.dExporter.ExportMode = ExportMode.InBrowser;
this.dExporter.Export(this.grdExpense);
Error:
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed.
This is what I know. I stepped through the document Export methods for OnExporting, OnExported, OnRowExporitng and OnRowExported. All went through fine. However I still can not get out off the.Export. On My page i do have an ajaxcontroltoolkit. If I set that to EnablePartialRendering=False it works. Else it blows up. I also tried wrapping some of these controls in an udpate pannel and tried to setup updatemode to conidtional. But I still get this error.
Any thoughts?
I resolved my problem. In case anyone is intered this resolved my issue.. http://es.infragistics.com/community/forums/t/32681.aspx/.
Hello Abby,
Thank you for sharing your experience with the community!
If you need any further assistance regarding this matter, do not hesitate to contact me.
Sincerely,
Tsanna