AD
Administrator
Syncfusion Team
September 14, 2004 07:22 PM UTC
Here is a forum thread on printing.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=15105
There is no directly facility in the GroupingGrid for saving data in Excel format. If you have our ExcelRW product, you could use that library to move the data directly from your datasource into an Excel file. Short of that, you could iterate through your datasource (or through a grid) and write a CSV file that Excel could read.