Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wpf: Don't fire GridView.CellClick with ComboBoxCell and in CustomCell. #1935

Merged
merged 1 commit into from
Apr 21, 2021

Conversation

cwensley
Copy link
Member

When you use a ComboBoxCell or CustomCell with a DropDown/ComboBox then it fires CellClick when clicking on the drop down items, which is incorrect. The CellClick event should only fire if you have clicked on an actual cell, or outside of the grid.

@cwensley cwensley merged commit d8efebe into picoe:develop Apr 21, 2021
@cwensley cwensley deleted the curtis/wpf-grid-comboboxcell branch April 21, 2021 23:20
@cwensley cwensley added the bug label Apr 27, 2021
@cwensley cwensley added this to the 2.5.11 milestone Apr 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant