Get Row Item and DataGridCellInfo Item from a Physical Point
The following article shows an example of how to get Row item or DataGridCellInfo item from a physical point.
First, create a RadDataGrid.
Example 1: Create DataGrid
When the pointer moves, you will get the current Row item and the DataGridCellInfo item through the PointerMoved event.