Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
605
Can we get the Data in MouseHover,Single and Multiple records selection
posted

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.

Parents
No Data
Reply
  • 69686
    posted

    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.

Children
No Data