Hello I am wondering how I can add list data to the UltraComboEditorColumn?
With a regular UltraComboEditor I can set the dataStource DataMember, DisplayMember and DisplayValue...
So I am wondering why I cannot do the same thing with the controls in the UltraComboEditorColumn??
Thanks for your time.
DataBinding was added to UltraComboEditor after the DataGridView functionality, and it looks like the DataGridView column was never updated to include this feature.
You should Submit a feature request to Infragistics.
Interesting! Curious though. What purpose does a ComboEditor serve in a DataGridView if you cannot at minimum have a dataSource for the list data?