Hi,in XamGrid I want to export the data to excel;in your control XamDataGrid I can use the DataPresenterExcelExporter-Class.Is there a way to use the DataPresenterExcelExporter-Class in XamGrid?Thanks voks
I have similar problem.. but I have different senario.
I have 3 XamaDataGrid on form and I want to Export all grids it to one excel on different sheets.
How can I do that.
Hi Rob,In my xamgrid I use groupby like this
http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamGrid_GroupBy.htmlhere is a short code-snippet:...<ig:XamGrid.Columns > <ig:TextColumn IsSorted="Ascending" IsGroupBy="True" HeaderText="Personenkontodescription" Key="Personenkontodescription">...I can export the data of the groupby-record and the nested records belonging to the Groupby-record.
My Question is:
How can I display the groupby-record in the created excel-worksheet in a grouped way.You can see a sample of grouped-excel-output (and this is, what I want to implement),if you export grouped data from xamdatagrid to excel.
Thanks
voks
Hi voks,
When you say grouped headers do you mean this:http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamGrid_Group_Column.html
or this:http://help.infragistics.com/NetAdvantage/WPF/2011.2/CLR4.0/?page=xamGrid_GroupBy.html
If you are talking about the first one, you can achieve the same look in excel by following this help topic:http://help.infragistics.com/Help/NetAdvantage/jQuery/2011.2/CLR4.0/html/ExcelEngine_Merge_Cells.html
If you are talking about the second one, this forum post might be useful to check out. It explains how Rows become GroupByRows from which you can check the data.http://community.infragistics.com/forums/p/54204/280463.aspx#280463
Hi Rob,Thanks for your help!I have implemented an excel-export with the InfragisticsWPF4.DataMananger.v11.2.dll,as described in the help and it works!One more question I have:In my Xamgrid I have two grouped headers. How can I implement the groups in your Excel-Class?I would like to display the grouping rows in excel like they are converted and displayed in the xamdatagrid-excel-export...
Do you require further assistance on this?