How to print GridGroupingControl''s data

I want to print the data which is seen in GridGroupingControl. I also want to give user a option to save as Excel files. How I can do it? TIA

1 Reply

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.

Loader.
Up arrow icon