What is the the best way to make a combobox which is binded to a datasource read-only. Although the Enabled property works, but it makes the combobox too dim to be able to be visible to end user.
I realised that there is no Read-only property for combobox.
Thank You.