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
230
Export to Excel - Unbound field values not exporting
posted

Hi,

I am using XamDataGrid and DataPresenterExcelExporter which is exporting my fields to Excel fine except for my unbound field which is coming up with blank values. Can you please advise?

This is my code snippet:

<ipdg:Field BindingType="Unbound" Label="Cust All-In Price" Visibility="Collapsed">
<ipdg:Field.Settings>
<ipdg:FieldSettings Width="Auto" CellValuePresenterStyle="{StaticResource BidAskCell}" AllowRecordFiltering="False" LabelClickAction="Nothing"/>
</ipdg:Field.Settings>
</ipdg:Field>

Thanks.

Parents
No Data
Reply
  • 6365
    Offline posted

    Hello,

     

    Thank you for choosing Infragistics.

     

    I have been looking into your issue and I have prepared a sample application for you to test. Please note that I was not able to reproduce the issue you have described.

    Would you please provide me with more detailed information in regards to the setting of the Visibility property of the Field and the style you have used for the CellValuePresenter? Would you also please modify the sample application I have attached so the issue is reproduced and send it back to me? Having this information would help me further investigate this matter for you.

     

    Looking forward to your reply.

    XamDataGrid_Excel.zip
Children