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

DataGridNumericUpDownColumn - Edit directly without pressing F2 #4432

Open
wannabe0815 opened this issue Oct 20, 2023 · 0 comments
Open

DataGridNumericUpDownColumn - Edit directly without pressing F2 #4432

wannabe0815 opened this issue Oct 20, 2023 · 0 comments
Labels

Comments

@wannabe0815
Copy link

wannabe0815 commented Oct 20, 2023

Describe the bug

I'm using a DataGrid with MVVM-Binding and DataGridNumericUpDownColumn and DataGridTextColumn. A DataGridTextColumn can be edited directly, without pressing F2 or mouse double click.

A DataGridNumericUpDownColumn assumes to press F2 before I can edit.

Steps to reproduce

  1. WPF-App with a DataGrid, a DataGridNumericUpDownColumn and DataGridTextColumn.
  2. Navigate to the DataGridTextColumn
  3. Type a number -> Cell will be edited
  4. Navigate to the DataGridNumericUpDownColumn
  5. Type a number -> Cell will not be edited

Easiest way to reproduce: MahApps.Metro.Demo-v2.4.10-rc0001

Expected behavior

The DataGridNumericUpDownColumn will be edited directly

Actual behavior

The DataGridNumericUpDownColumn will not be edited directly

Environment

MahApps.Metro version: v2.4.10
Windows build number: Win11 22H2 Build 22621.2428
Visual Studio: Community 2022 (64-Bit) - Version 17.7.5

Target Framework: .Net 7.0

@wannabe0815 wannabe0815 changed the title DataGridNumericUpDownColumn - Edit directly without F2 DataGridNumericUpDownColumn - Edit directly without pressing F2 Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant