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 Reply Children
No Data