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?

Parents
No Data
Reply
  • 27093
    Verified Answer
    posted

    Hello deadlydog,

     

    I have been looking into your requirement and there is such functionality in the XamComboEditor (the one from InfragisticsWPF4.Editors.v11.2). This is the one used in the XamDataGrid and it also has an IsEditable property that works as you’d expect.

     

    Please let me know if I can be of any further assistance on the matter.

Children