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
155
SelectedRow NoBackColor
posted

Hi,

I would like that when I select a row in my application that the color of the row doesn't change. It the row was red, then it's stay red, if it was blue, then it's stay blue.

I try :

grid.DisplayLayout.Bands[0].Override.ActiveRowAppearance.BackColor = Color.Empty;
grid.DisplayLayout.Bands[0].Override.ActiveRowAppearance.BackColor2 = Color.Empty;

but it's doesn't work.

thx