You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
DataGrid ComboBox column must be clicked 3 times for each ComboBox before the options are expanded. This frustrates users and is perceived by them to be a bad design in our application, and is extremely tedious for large sets of items.
Steps to Reproduce
Steps to reproduce the behavior:
Open Windows Community Toolkit Sample App
Navigate to the DataGrid page
Click a Mountain in the Mountain column
User must click 3 times before each ComboBox expands
Expected behavior
The expected behavior in this scenario should be that one click expands the ComboBox, this has been frustrating for many of our users and is perceived by users as a bug. The behavior users unanimously agree is expected is for 1 click to expand each ComboBox.