Brianta
August 12th, 2010, 12:18 PM
I have a DataGridView with a DataGridViewTextBoxColumn added to it. If I start editing a given cell, and then cancel out of the edit via the escape key, I am receiving an audible "Beep".
My question is: Who is doing this? The Grid or the TextBox? I have created my own column type and cell type, and I need to perform the same relative behavior (to beep or not to beep), but I don't know how (or who) is doing it.
Any help would be appreciated.
My question is: Who is doing this? The Grid or the TextBox? I have created my own column type and cell type, and I need to perform the same relative behavior (to beep or not to beep), but I don't know how (or who) is doing it.
Any help would be appreciated.