I want to show a cancel button, when row is in edit mode.
I can't find what I should bind to.
<DataGridTemplateColumn.CellTemplate>
...
<Button Content="✖" Visibility="{Binding ????}" />
I find that we can implement additional markup extension, SO: "Code to check if a cell of a DataGrid is currently edited", but is there, a simplest solution?