|
-
Aug 21st, 2006, 09:18 AM
#1
Thread Starter
Hyperactive Member
[2005] Datagridview currentRow Index Of Row in focus
i want to set the index of the row so that i scroll to that Record.
A Datagrid uses CurrentRowIndex property like this
DataGrid1.CurrentRowIndex = i
but what could be the replacement in .NET 2.0.
Any Idea Will Be Appreciated.
Last edited by maps; Aug 21st, 2006 at 09:45 AM.
-
Aug 21st, 2006, 09:57 AM
#2
Thread Starter
Hyperactive Member
Re: [2005] Datagridview currentRow Index Of Row in focus
-
Aug 21st, 2006, 10:13 AM
#3
Re: [2005] Datagridview currentRow Index Of Row in focus
CurrentRowIndex still exists in the 2.0 framework.
-
Aug 21st, 2006, 10:19 AM
#4
Thread Starter
Hyperactive Member
Re: [2005] Datagridview currentRow Index Of Row in focus
I havent seen it Mendhak.
I got it work.
Me.dgvDBFData(0, Me.dgvDBFData.CurrentRow.Index).Value = i
-
Aug 21st, 2006, 10:51 AM
#5
Thread Starter
Hyperactive Member
Re: [2005] Datagridview currentRow Index Of Row in focus
Although it gets my row index value, it sets the column of that particular row to the index value....this is not what i need.
Any other idea?
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
|