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
100
UltraGrid - changing active appearance
posted

Hi.

I am able to change the active appearance back color of a cell using the following line of code:

cell.ActiveAppearance.BackColor = Color.Yellow;

Is there a way to set this at the row level? I don't see a row.ActiveAppearance object.

Thanks.