-2

I have found this link. This link explains how to get row over mouse pointer in GridView but I have not found anything about how to do this for GridControl.

Is there any ideas?

Allaev Bekzod
  • 151
  • 1
  • 2
  • 13

1 Answers1

0

You would use a similar method for the WPF GridControl. A GridControl is just a container for Views so using the views.CalcHitInfo method will tell you the row index and additional information about the area under the cursor.

See: Hit Information

Brendon
  • 1,238
  • 1
  • 7
  • 8