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

IgrDataGrid ComboBoxColumn shows filtered drop-down when not in edit mode #85

Open
agoldenbaum opened this issue Sep 4, 2024 · 0 comments
Labels
🐛 bug Something isn't working

Comments

@agoldenbaum
Copy link

Steps to Reproduce:

  1. Run the attached sample project.
  2. Click on one of the cells of the IgrComboBoxColumn to enter edit mode on it.
  3. Click a different cell.
  4. Click the same cell as in step 2.
  5. Type "L"

Result:
The filtered combo box drop-down appears, displaying "Los Angeles" - even though the cell is not in edit mode.

Notes
The combo box column does not actually change its isEditable status. The prevention of edit mode is happening in the cellClicked event handler

column-types.zip

@agoldenbaum agoldenbaum added the 🐛 bug Something isn't working label Sep 4, 2024
@github-staff github-staff deleted a comment from GenaroSalomone Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant