Get row number on mouse enter

How do I get the row number on Mouse Enter in datagrid?

I get the underlying data but I also need to get the actual row number.

Maybe IndexOf() method of your collection with underlying data will get what you are looking for.

Won't IndexOf() only work if no columns have been sorted?