Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1455
export fails when grouped
posted

i have a grid that exports fine as long as it is not grouped.  the exporter and the code behind are using essentially the code from here

http://help.infragistics.com/Help/NetAdvantage/Silverlight/2011.2/CLR4.0/html/xamGrid_Asynchronous_Export_to_Excel.html

when i allow grouping the grid will not export.  it also fails to through the exception in the catch.  if i debug and step through i can capture it

mesage

"There was an error generating the XML document."

Innerexception

"Exception of type 'System.OutOfMemoryException' was thrown."

i do not understand why this is occuring, it is not in the known issues for export

any help would be apprciated