Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1455
XamGridExcelExporter does not play well with RIA, doesnt pull 'Includes'
posted

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:

Status
tblRequest : 116585

please answer as to how to fix this

 

Parents
No Data
Reply Children