Y
YeJianWei
Hi everyone
I have a problem of DataGridView's multi-row selection behavior.
When holding the ctrl key down and DGV's selecttionmode had set to
FullRowSelect, user could select multiple rows by click on those rows. And,
when user click on a row which already had been selected the row would been
deselected.
The problem is this select/deselect is based on "mouse down" event instead of
"mouse click" event, I mean even before user release the left key the row
already had been selected/deselected, which is not an ideal behavior to
initialize
a drag drop operation. So, my question is how could I alternate this default
behavior, thx.
Any suggestion is welcomed.
I have a problem of DataGridView's multi-row selection behavior.
When holding the ctrl key down and DGV's selecttionmode had set to
FullRowSelect, user could select multiple rows by click on those rows. And,
when user click on a row which already had been selected the row would been
deselected.
The problem is this select/deselect is based on "mouse down" event instead of
"mouse click" event, I mean even before user release the left key the row
already had been selected/deselected, which is not an ideal behavior to
initialize
a drag drop operation. So, my question is how could I alternate this default
behavior, thx.
Any suggestion is welcomed.