Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

0
Votes
When any key character is pressed and the current cell is on a ComboBox cell, the typed value is displayed in the ComboBox with Selection. This causes that character to erased automatically when next character key is pressed. 

Reproduce Steps: 
1. Run the Sample
2. Keep the current cell in the OrderId t(ComboBox column)
3. Try to type any two digit number in it. 

Expected behavior :  Both digits in the number should be typed properly.
Observed behavior:  First digit erazed automatically when the second digit is typed