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
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.