|
-
Aug 25th, 2009, 06:50 PM
#1
Thread Starter
Fanatic Member
-
Aug 25th, 2009, 07:15 PM
#2
Re: copy selected rows to another datagridview
The first step would be to use a For Each loop to iterate over the SelectedRows collection of the first grid. You may then be able to Clone the current row and add that clone to the second grid, although I've never actually tried that. If that doesn't work you can just Add a new row to the second grid and copy the Value of each cell across from the current row in the loop.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|