DataGrid: The ESC and Backspace key produces an unrecognized character
description
Select a DataGridTextColumn cell and press the ESC or Backspace key. Then the cell enters the edit mode and shows an unrecognized character ('[]') in the TextBox.
However, the behavior should be similar to Microsoft Excel.
1) ESC doesn't do anything when the cell is not in edit mode.
2) The Backspace key should delete the content of the cell and it should enter the edit mode.