Maximize productivity with
30% off* for a limited time
using BOOSTDEV30.
Includes 3- and 5-packs.
*Some exclusions may apply.New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.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