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.
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.
Mike Saltzman"] 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.
I was having the same problem, and this fixed it. Thanks!