|
-
Sep 8th, 2007, 08:01 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Iserting new row into Datagridview
Hello everybody,
I have unbounded datagridview, and I am using the next command to add new row:
Code:
tblResults.Rows.Add()
This command adds new row at the bottom of the datagridview.
I need a method to insert a row in the middle of the datagridview, before or after selected row or at the specified position.
I would appreciate your advice.
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
|