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
2370
Tab character accept first filtered value just as enter does
posted

Is there a way to make Tab and Enter both commit the currently selected value?

Thanks,

Jon

Parents
No Data
Reply
  • 34510
    Offline posted

    Hi Jon,

    Maybe it's because we are using different versions of the Infragistics DLLs but when I tested this against the latest 14.2 WPF DLLs I was not able to reproduce this.  In my sample if I start typing values into the combo editor text box, it filters the dropdown values as expected.  If I then press the Tab key to move focus away from the combo editor and into a different control, I can see that the first value in the filtered dropdown is selected.  Both the SelectedItem and SelectedValue (assuming I set SelectedValuePath) properties have updated.  I have attached my sample.  Are my steps wrong?  Or are you using an older version?  If so can you tell me what the exact version # is of the DLLs you are using?

    WpfApplication1.zip
Children