Hi,
I am using Infragistics XamDataGrid, i want to get the data of the corresponding record when i move the mouse over the XamDataGrid and also similarly single record selection and multi record selection....I am presently doing this in MouseMove Event but this Event is triggered large number of times and hanging up the UI so i want this in some other event other than MouseMove event.
Other events that might work in your scenario are MouseEnter and MouseLeave. You can register them only for the DataRecordPresenter or DataRecordCellArea so that you reduce the number of times that they are going to be called.