This question is locked. New answers and comments are not allowed.
Hello,
I want to disable the insert event on my Gridview when I use the key "Inser".
I don't want to use the IsReadOnly property to true on my gridview, because I want to keep the ability to to modify the content of my different row.
I tried to check for the KeyDown event and the AddingNewDataItem event, but i can't figure out the way to cancel the event associate to the adding or the pressing of the "Inser' key.
Thank you for your help.
I want to disable the insert event on my Gridview when I use the key "Inser".
I don't want to use the IsReadOnly property to true on my gridview, because I want to keep the ability to to modify the content of my different row.
I tried to check for the KeyDown event and the AddingNewDataItem event, but i can't figure out the way to cancel the event associate to the adding or the pressing of the "Inser' key.
Thank you for your help.
