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
745
selecting a row when mouse hovers it
posted

Hi,

I want to select/highlight the entire row on which the mouse is over in the ultragrid. How is that done?

thanks.

..ab

Parents
No Data
Reply
  • 69832
    Suggested Answer
    Offline posted

    Note that selecting and highlighting are separate concepts and selecting a row on a mouse hover would probably not be a good idea from the user's perspective, so I assume you just want to change the visual appearance of the row on a mouse hover. You can do this by setting properties on the UltraGrid.DisplayLayout.Override.HotTrackRowAppearance, such as BackColor.

Children