Some keys can't be processed by ProcessCmdKey in SfComboBox control

I've created a form with several textboxes and one SfComboBox control. I've added this code:

protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
{
    Console.Beep();
    return base.ProcessCmdKey(ref msg, keyData);
}

The problem is that TAB and ESC keys (and maybe other keys - needs more testing) are not generating proper events (they can't be intercepted by ProcessCmdKey) when focus is in the SfComboBox control.


2 Replies 1 reply marked as answer

GT Gokul Thanudhas Syncfusion Team September 27, 2022 03:02 AM UTC

Hi Chris,


We have confirmed the reported scenario is a defect and logged a report for the reported scenario “ProcessCmdKey event is not fired in SfComboBox when using tab and Esc key ”. We will provide the fix in the nuget version on 18th October 2022.


You can track the status of this defect using the following feedback link:       

ProcessCmdKey event is not fired in SfComboBox when using tab and Esc key in WinForms | Feedback Portal (syncfusion.com)


If you have any more specification replication procedures or a scenario to be tested, you can add it as a comment in the portal.

    

Please let us know if you need any further assistance.


Regards,

Gokul T.




HN Harinath Navaneethakrishnan Syncfusion Team October 18, 2022 12:12 PM UTC

Hi Chris,


Thanks for your patience.

We have included the fix in our latest Weekly NuGet release v20.3.0.50 which is available for download (https://www.nuget.org/). We thank you for your support and appreciate your patience in waiting for this update. Please get in touch with us if you would require any further assistance.


Regards,

Harinath N


Marked as answer
Loader.
Up arrow icon