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

Button Click on DataGridTemplateColumn is working on first click when DataGridComboBoxColumn cell is opened #9911

Open
ManiAkash9 opened this issue Oct 8, 2024 · 1 comment
Labels
📭 waiting-author-feedback To request more information from author.

Comments

@ManiAkash9
Copy link

Description

Hi,

Problem Description: We are facing an issue with DataGridTemplateColumn and DataGridComboBoxColumn. When DataGridComboBoxColumn cell is in edit state and ComboBox items are visible, clicking on DataGridTemplateColumn cell did not trigger Button.Click event.

Video Reference

DataGrid_ComboBox_Issue.mp4

Sample
DataGrid_Demo.zip

Reproduction Steps

Step - 1 Click on any DataGridComboBoxColumn cell and enter into edit mode.
Step - 2 When ComboBox items are visible in view click on any DataGridTemplateColumn cell.

Expected behavior

Click event should trigger on first click.

Actual behavior

Click event is triggered after another click on the same cell.

Regression?

No response

Known Workarounds

No response

Impact

No response

Configuration

We have noticed the issue in both Framework (4.8) and NetCore (net60)
OS verison : Windows 11 Enterprise 22H2

Other information

No response

@miloush
Copy link
Contributor

miloush commented Oct 8, 2024

The click is spent on dismissing the combobox popup, that seems expected. The DataGrid is irrelevant here, it works the same without it.

@himgoyalmicro himgoyalmicro added the 📭 waiting-author-feedback To request more information from author. label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📭 waiting-author-feedback To request more information from author.
Projects
None yet
Development

No branches or pull requests

3 participants