I am using the Ultrawingrid.Ultracombo control.
It is loaded up with values for a user to select from.
How can I make it so the user can't type into the box, but only be able to select something from the dropdown?
setting readonly to true seems to disable the control...
Which property handles this?
Try setting DropDownStyle to DropDownList.
http://help.infragistics.com/Help/NetAdvantage/NET/2008.3/CLR2.0/html/Infragistics2.Win.UltraWinGrid.v8.3~Infragistics.Win.UltraWinGrid.UltraCombo~DropDownStyle.html
ahh, that is it. thanks!