Hi,
I need to get rid of the ESC behavior when a row is selected (by clicking on the little arrow on the left).
I want nothing to happen when user click on the ESC key after the clicked on the row arrow on the left.
I have done:
{
grid.KeyActionMappings.Remove(i);
}
This works fine to avoid the ESC key to work when a cell is edited, but it does not help me when a cell is not activated but when a row is selected.
Thanks for your help.
I'm afraid I don't follow you. What happens when you press ESC and a row is selected? I am not aware of any default behavior for this.