I have a XamGrid, with a filtersettings set to display the filter row.
We have functionality in the grid mouse events to detect the delete key and to delete any selected rows. The problem is, if they are trying to remove the filter cell value by hitting the delete key while using the filter row, our logic is still being fired.
How would I tell whether they are in a regular grid row, or the filter row when the "DEL" key is pressed?