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
270
immediately change the backcolor of a row in code
posted

Hello All,

I'm having trouble setting the backcolor of a row. 

If I do this: 

ultraSectors.Rows[i].Appearance.BackColor = Color.Red;

I need to click on the grid to effect the change. Is there a way to do this automatically without having to set focus to the grid ?

Thanks in advance