Hi,
I have a comboeditor control bound to a list of objects. I want the user to be forced to choose one of these objects and not allow them to enter text into the comboeditor directly - is there a way to do this?
Thanks,
Emma
Emma,
Set the DropDownStyle property of the control to DropDownList.
-Matt
Knew it'd be something simple - thanks very much :)