I want to use CTRL+INS in a grid to insert a row in the grid. I can get CTRL+DELETE, CTRL+HOME, CTRL+END, CTRL+PGUP, CTRL+PGDWN to "kick" (that is, the KeyPress event recognizes them). But the CTRL+INS doesn't kick off the KeyPress event.
What am I doing wrong? Are there other options on the grid itself or elsewhere that may be muting this key combination?
Thanks in advance!
What am I doing wrong? Are there other options on the grid itself or elsewhere that may be muting this key combination?
Thanks in advance!