In hierachical gridview in mousemove event we can get a reference to ViewTemplate the mouse is over,but how can I get the cell in ViewTemplate that the mouse is over?
Basically I want to achieve to change the Cursor to Hand in some cells of ChildView. I am not sure if this can be achieved by som other way.
Ex:
radGridView.ElementTree.GetElementAtPoint(e.Location)
this give us the ViewTemplate mouse is over, from here I want to get the cell mouse is over.
Thanks in advance
Basically I want to achieve to change the Cursor to Hand in some cells of ChildView. I am not sure if this can be achieved by som other way.
Ex:
radGridView.ElementTree.GetElementAtPoint(e.Location)
this give us the ViewTemplate mouse is over, from here I want to get the cell mouse is over.
Thanks in advance