We are using the DevExpress 8.1 version controls. I'm just starting out here. When I place a LookUpEdit control on a form and manually bind the LookupEdit.Properties to a list of objects I'm using for a lookup table I get the list to display properly, so I'm getting data and populating the lookup list. However, when I use the ControlBindingManager to select this LookUpList and bind it to the field in my main table (EntityList object) I lose the list. What I get is the strongly typed name in the list of objects repeated for each item in the list. I've tried binding the lookup list using the ListConverter form in the ControlBindingManager as well. It seems I've tried every possible combination but I can't get the LookUpEdit control to display the list properly when bound through the ControlBindingManager.
The LookUpEdit smart tasks shows the Binding Source, Display Member, and Display Value. When these are set properly the control works fine. But once I set the control bound using the ControlBindingManager I get the results described above. Since there is no properties for binding the Display Value or Display Member when using ControlBindingManager ListConverter form, how is this done?
This shouldn't be too difficult so I've got to missing something simple. Can DevForce provide a stepbystep list of the way to accomplish this?
Darren