Hi everyone,
I am wondering if anyone can point me in the right direction toward highlighting a single cell when it is clicked in an UltraGrid. Right now it highlights the entire row. I have looked at the CellClickAction property, but none of the options to set it to get it to behave this way. The closest thing is CellSelect, however the row remains highlighted.
Thanks
Dave
The row is probably highlight, not because it is selected, but because it is the active row. Go to the property grid at design time and look at grid.DisplayLayout.Override. Reset both the ActiveRowAppearance and the ActiveCellAppearance properties to get rid of the active row highlighting.