when a content of the cell is selected and right mouse button is clicked , the default shortcut menu is getting displayed.
How to avoid shortcut menu?
santosh
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SantoshPosted Feb 15, 2006, 3:06 AM
private
void dgv_EditingControlShowing(object sender, DataGridViewEditingControlShowingEventArgs e){
((
DataGridViewTextBoxEditingControl)e.Control).ShortcutsEnabled = false;}