Replies: 1 comment 1 reply
-
this is by design, as the values will only be updated after lost focus. Use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
In DataGrid, when an item is removed, a new item is added at the bottom; the checkbox.IsChecked of the new item is inconsistent with the binding value;
But when I set the checkbox's IsChecked before removing the item, this problem does not occur.
To Reproduce
Here is the code to reproduce: https://github.com/JHING/ava.demo.datagrid
Expected behavior
No response
Avalonia version
11.1.3
OS
Windows
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions