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
Hello Sriram, You can try overriding the active row appearances. this.ultraGrid1.DisplayLayout.Override.ActiveRowAppearance.BackColor = Color.Transparent;I hope this helps.Sincerely,DimiDeveloper Support EngineerInfragistics, Inc.