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

commandColumn click -> getting another columns value

1 Answer 71 Views
GridView
This is a migrated thread and some comments may be shown as answers.
andi
Top achievements
Rank 1
andi asked on 01 Feb 2008, 01:38 PM
hi!

when i click a command column in my radgridview i want to get the value of another column in the same row. how can i do this?

Me.RadGridFromFile.CurrentRow.Cells(i).Value doesn't work!

thank you, andreas

1 Answer, 1 is accepted

Sort by
0
andi
Top achievements
Rank 1
answered on 01 Feb 2008, 03:20 PM
...aaah, i got it:

RadGridView1.CurrentRow.Cells.Item("ColumnName").Value

...works fine ;)
Tags
GridView
Asked by
andi
Top achievements
Rank 1
Answers by
andi
Top achievements
Rank 1
Share this question
or