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

Get value of selected cell RadGridView

1 Answer 1225 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Javier
Top achievements
Rank 1
Javier asked on 11 Sep 2015, 04:02 PM
Dear good day,
Generally to obtain the value of a selected cell I did the following:
GridView.Item var = (0, GridView.CurrentCell.Row.Index) .Value value obtained with this column 0 and selected cell.
How I can do the same but using a RadGridView?

Best regards.

Javier

1 Answer, 1 is accepted

Sort by
0
Accepted
Javier
Top achievements
Rank 1
answered on 11 Sep 2015, 04:13 PM
Thank you very much, but I already resolved
use this
var a = RadGridView1.CurrentCell.Value.ToString ()

Anyway, thanks for the attention
Tags
GridView
Asked by
Javier
Top achievements
Rank 1
Answers by
Javier
Top achievements
Rank 1
Share this question
or