Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Can ComboBox columns be made to accept custom input?
posted

When you use a ComboBox or MultiColumnComboEditor Column you typically bind it to an items source containing a list of valid values that may be selected from the combobox.  What I'm looking for is the ability to offer a list of pre-defined values in the combobox, while still allowing the user to enter a custom value; so basically the values in the combobox are suggested or common values, but the user can enter a value that is not in the combobox if they want.  In the WPF Combobox control, the equivalent of this is setting the IsEditable property to true.

Is this functionality possible using the Infragistics WPF XamGrid (or XamDataGrid) controls?