If you have a Datagridview with 2 columns, one is a TextBoxColumn and the other is a ButtonColumn:
Select the Text cell. Now highlight/select the text inside the cell and while selecting (holding mousebutton down) and if you move the mousecursor over the neighboring ButtonColumn and release the mousebutton, then the DatagridView fires CellContentClick for the button column even though I did MouseDown inside the textcell.
I would expect that for CellContentClick to be triggered, that MouseDown and MouseUp must both have been performed in the same Cell. My users also expect that.
Does anybody know a workaround/fix for this?