Hi,
I want to select/highlight the entire row on which the mouse is over in the ultragrid. How is that done?
thanks.
..ab
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.
Thanks for the answer. Sometimes the user just right clicks on any row, and that row doesnt get selected. I want the row to first get selected on which the mouse was when the right-click happened.
I just wanted to know if you were able to solve your issue based on Mike's suggestions or you still need help? Just let me know.
Thank you.