Query regarding the WinForms DataGridView CellClick and CellDoubleClick event #11849
Unanswered
SreemonPremkumarMuthukrishnan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a DataGridView, when you click a cell rapidly, the CellClick event doesn't always register each click. For example, if you click 10 times quickly, the event might only trigger 5 times because the system interprets 2 fast clicks as a double-click instead of separate single clicks.
Video reference:
DataGridView_Demo_rplPS0Khie.mp4
Beta Was this translation helpful? Give feedback.
All reactions