[DevExpress Support Team: CLONED FROM T200834: DisplayMember for ComboBoxEdit to display concatenate fields]
Hi, i just download you sample, its great, but in my case i have issues:
Im trying to bind the comboBox itemssource to a list of customer objects (CustomerID, FirstName, LastName, e.t.c.), so i set the value member to CustomerID and i bind the editvalue to CustomerID, now the combobox displays the type from the source which i bound to, which is in my case Customer, so to avoid that i need to set the display member to some column, but then i have nothing from you solution.
Hope i described my issue the best possible, looking forward for a solution.
By the way, can i implement the same thing for the dxg:GridLookUp?
Thank you.