P papa_k Member Joined Jun 1, 2009 Messages 22 Programming Experience 1-3 Apr 2, 2010 #1 Hi, How to I use drag and drop with multiselected rows in a datagridview? I can get the selected rows by using the VB.NET: dgFileList.SelectedRows but i need to pass that information to my destination. How do i do that?
Hi, How to I use drag and drop with multiselected rows in a datagridview? I can get the selected rows by using the VB.NET: dgFileList.SelectedRows but i need to pass that information to my destination. How do i do that?
P papa_k Member Joined Jun 1, 2009 Messages 22 Programming Experience 1-3 Apr 6, 2010 #2 <BUMP> in some applications you can select multiple rows from a grid and drag them over to another grid. How do i do that in vb.net? its almost as though i want to store the row ids and then use that list as part of the drag and drop - is that a good way to do it? Upvote 0 Downvote
<BUMP> in some applications you can select multiple rows from a grid and drag them over to another grid. How do i do that in vb.net? its almost as though i want to store the row ids and then use that list as part of the drag and drop - is that a good way to do it?