Thanks.
1. IgnoreManageReadOnlyState = false
2. ManageUIReadOnlyState = true for both the main form BO and the lookup BO
However, I can open the dropdown and select an item when the form is not in edit mode.
Do you have the control bound to a BO and binding field?
I really didn't know what I was doing and originally bound to the field and ran the form without realising I had to setup the PopulationDataSourceSettings. It threw an error so I removed the binding and setup the PopulationDataSourceSettings. Of course the drop-down worked but it wasn't bound to the BO.
Now that I have bound to a field, guess what is working now? 10 points to you and a "fail" for me
I tried using the "Drop-Down Display Format String (Combo Only)" option but it didn't appear to do anything.
Try something like this:
I tried that and it doesn't work for me. All I see is whatever I have in the Display Member Format String box. If I do {1}{0} in Display Member then I see the two columns when the combobox is both open and closed. The Drop-Down Display Format String doesn't appear to do anything for me.
Maybe I am missing a property on the combobox to make this work?
Thanks anyway.