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
125
Highlight a single cell instead of an entire row in the UltraGrid
posted

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

Parents
No Data
Reply
  • 469350
    Offline posted

    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.  

Children
No Data