this is the third or forth control i have had issues reguarding the use of WCF RIA services
here is my exporter
<ig:XamGridExcelExporter x:Name="excelExporter" ExcludeGroupBy="False" ExportRange="All" ExportEnded="excelExporter_ExportEnded" />
when i pull a service with an Includes
From p In Me.ObjectContext.tblRequests.Include("tblWorkFlowStatu")
i can see the data in the grid
<ig:TextColumn Key="tblWorkFlowStatu.StatusDesc" HorizontalContentAlignment="Stretch" VerticalContentAlignment="Center" HeaderText="Status" />
'Completed'
however when i export it comes out like this, this is the colum in the xls:
please answer as to how to fix this
incase i forgot to include the serverity, i needed this 5 hours ago
Hello spicish2222,
I have been looking through your post and I tested the scenario that you are referring using the approach shown in the following blog:
http://forums.infragistics.com/blogs/mihail_mateev/archive/2010/06/07/using-the-infragistics-xamgrid-with-ria-services.aspx and Northwind database.
Then I try to export the XamGrid using the XamGridExcelExporter and everything exports as expected on my side. Would you please provide me with a small sample where the issue is representable so I can continue my investigation on this matter.
Thanks in advance.