I'm trying to export data to excel using the xamGrid following this example: http://es.infragistics.com/community/forums/t/66783.aspx. I have gotten a flat data set to export, but have been unable to get master-detail data to export. Any ideas about how to do that? Thanks.
Hello Dan,
To export hierarchical data can be done by accessing the records within the ChildBand.
I have attached a sample on exporting the records at the parent and first child band.