I want to ask if there is any approach to determine the position of mouse down or up related to cell, in order to know which part of cell has been clicked.
Thanks in advance.
2 Answers, 1 is accepted
0
Jack
Telerik team
answered on 13 Sep 2012, 11:28 AM
Hi Osamaweb,
You can do this by using the ControlBoundingRectangle property of the cell, and you can get the cell that is located under the mouse by using GetElementAtPoint method when handling MouseDown event for example: