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

Getting an active cell

1 Answer 90 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alexandr S
Top achievements
Rank 1
Alexandr S asked on 11 Jan 2013, 11:57 AM
 How can I get active cell in RadGridView control? I mean cell which is highlighted when mouse pointer is moving over it. (i.e it is not a current or a selected cell).

Thanks,
Alex

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 14 Jan 2013, 11:53 AM
Hello Alex,

So basically you need the cell that is being hovered at a moment. You can subscribe to the MouseMove event of the GridView, and use the OriginalSource property of the EventArgs to determine the cell.

Let me know if this will work for you! 

Regards,
Nik
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Alexandr S
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or