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

Selected Cell

1 Answer 82 Views
GridView
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 18 Mar 2009, 07:19 PM
Hi!

Currently, I'm able to obtain the selected row of a GridView following the instructions of a post in this forum. Now I need to obtain the selected cell ... or at least selected column in a edit-only GridView.
¿It is posible?

Thanks.

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 20 Mar 2009, 11:07 AM
Hello John,

The following line of code may do the job :
GridViewCell cell = this.RadGridView1.ItemsControl.CurrentCell 

Best wishes,
Pavel Pavlov
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
John
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or