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
emoving the SelectedRow Highlight from WinGrid
posted

Hi Everybody,

 

I have a WinGrid which i use to display data.. I want to remove the annoying blue highlight that appears when a row is selected. How do i do that? I want no highlight of the active row..

 

Thanks,

Sriram

  • 12773
    posted

    Hello Sriram,

    You can try overriding the active row appearances.
    this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance.BackColor = Color.Transparent;

    I hope this helps.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics, Inc.