I would like to allow the values to be changed via drop down box but don't want the user to be able to type into the combobox itself. I feel like I've done this before but can't find the property to set this.
Thanks.
Set the DropDownStyle property of your WinCombo to "DropDownList" (Infragistics.Win.UltraWinGrid.UltraComboStyle.DropDownList).