Fix template column edit commit and context menu regression in DataGrid_LostFocus - #235
Conversation
|
fixes issue #21210 (in Avalonia main) |
|
addressess #209 |
…o commit and context menus to be dismissed
|
Fix 1: EditingColumnIndex property not reading _editingColumnIndex backing field |
MrJul
left a comment
There was a problem hiding this comment.
There is still EditingColumnIndex + _editingColumnIndex. The former is still used in several places, including in DataGridCell. I think we can just change the auto-property to be backed by this field instead.
|
Ah yes, of course, is that better |
|
Hi @MrJul, when will an updated pack be released onto Nuget for datagrid? the last 2 fixes are whats holding me up from moving to version 12. |
EditingColumnIndex property was disconnected from _editingColumnIndex, causing DataGrid_LostFocus and WaitForLostFocus to always see the wrong editing column