It might be stupid, but is there DataGridView event reacting on dataGridView background click (place where are no elements)?
Or do I have to use some event and check where/on what click was performed?
Printable View
It might be stupid, but is there DataGridView event reacting on dataGridView background click (place where are no elements)?
Or do I have to use some event and check where/on what click was performed?
Should be Solved using DataGridView.HitTest Method and checking HitTestInfo Type, which is "None" when clicked on empty space.