C#: Drag rows out of a multiselect DataGridView
Posted
by Andrew White
on Stack Overflow
See other posts from Stack Overflow
or by Andrew White
Published on 2010-05-23T23:05:35Z
Indexed on
2010/05/23
23:11 UTC
Read the original article
Hit count: 316
Hi,
I'm having a problem dragging rows out of a datagridview. The grid has the property multiselect = true and every time I select the rows I want to drag out and then left click on the grid again, the selected rows disappear. Anyone got a solution / a working example? Thx.
© Stack Overflow or respective owner