BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Dear
Support-Team,
I am using
the syncfusion:GridDataControl with a GridDataVisibleColumn(CellTypeEnum="ComboBox",
DisplayMember and ValueMember are different).
When I am
trying to use the ExportToExcel()-Method, in Excel the cells of the
ComboBox-column are empty inside the WPF-Grid the right values are displayed.
How can I export
the right values to Excel?
Regards
Bernhard
Korn
Consultant
Thanks for the answer and the sample-solution. The sample works fine, but in my application I can´t use a static Resource for the ComboBox-ItemsSource-Property, I must bind it to an ObservableCollection provided by the ViewModel of the DataContext.
Because the ComboBox-ItemsSource-Property is not bindable, I decided to create my own GridDataVisibleColumn, the BindableGridDataComboBoxVisibleColumn, that works fine, until exporting the values to Excel.
Regards
Bernhard Korn
Consultant