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
160
Row with highlight
posted

Hi, I have a Ultragrid with multiple selection option enabled, and when i click a selected row to remove it from the selection, the row is still highlighted  until i click another row, this is normal? is a bug? or i have to do something manually to remove the highlight? I tested in version 6.3 and 7.1 and happens in both versions.

Regards. 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

        Hi,

        There are a couple of possibilities.

        First, clicking on a row will select it, never unselect it. To unselect a row, you need to click on it while holding the CTRL key. 

        If that doesn't help, it may be that the row is not actually selected, but rather Active. The default ActiveRowAppearance mimics the selected row appearance. So if that's the case, what you need to do is go into the property grid at Design-time and go to the grid.DisplayLayout.Override and find the ActiveRowAppearance and ActiveCellAppearance properties and Reset them.  

Children