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
Do you have the control bound to a BO and binding field?
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.
Thanks.