This is a migrated thread and some comments may be shown as answers.

CurrentRow

1 Answer 120 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Just
Top achievements
Rank 1
Just asked on 04 Sep 2008, 02:22 PM
Hi there,

I am trying to retrieve the index of the current row. The row isn't selected , it's just doubleclicked.
The code statement I found on your forum (see underneath) doesn't work for me.
int index = this.radGridView1.Rows.IndexOf( this.radGridView1.CurrentRow );

Could you pleae help me out here?

1 Answer, 1 is accepted

Sort by
0
Just
Top achievements
Rank 1
answered on 05 Sep 2008, 08:42 AM
I already fixed it!
Tags
GridView
Asked by
Just
Top achievements
Rank 1
Answers by
Just
Top achievements
Rank 1
Share this question
or