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
140
Change 'SelectedRow' BackColor in WinGrid
posted

How do I change the BackColor of a Selected Row in the UltraWinGrid?  I tried doing an override in code and changing it to white, but it made everything white (including the text).

 Here is the code I tried:

MyGrid.DisplayLayout.Override.SelectedRowAppearance.BackColor = Color.White

Thanks for any help.