Subject Disabling hot keys in grid?
Author jmartine3
I have a TIB_Grid, connected to a TIB_Query via TIB_DataSource, with a
TIB_UpdateBar attached as well.

When the grid is focused, and I press "d" on the keyboard, it does a
Delete operation on the dataset. I don't want this to happen. I have
AutoEdit set to False on the DataSource.

What property in which component do I need to set to prevent these hot
keys from working?

-Joe