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

Unable to edit cells using pointer pressed #131

Closed
wieslawsoltes opened this issue Sep 29, 2022 · 0 comments
Closed

Unable to edit cells using pointer pressed #131

wieslawsoltes opened this issue Sep 29, 2022 · 0 comments

Comments

@wieslawsoltes
Copy link
Contributor

The cell is never selected (TreeDataGridCell.IsSelected is never set) and it prevents BeginEdit being called in OnPointerPressed

if (!_isEditing && CanEdit && !e.Handled && IsSelected)

Also OnKeyDown event in TreeDataGridCell does not check if cell is selected (IsSelected == true):

if (!_isEditing && CanEdit && !e.Handled && e.Key == Key.F2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant