I have datagrid and noticed strange bug:
I set HeadersVisibility=”All”. And when move mouse from row header to right (to first cell(row) in grid) you will notice that row mouseover state will not be fired.
How can i change this behavior?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you need to listen on the cell’s “mouseOver” and then determine the row to which it belongs.
see this question for more details :
Silverlight 3 Datagrid: Get row/item on MouseOver