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
1590
Problem with setting Appearance.BackColor after using Activation.Disabled
posted

 Hi, all.

I make the certain grid rows disabled how it is explained at:

http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=6156

There are no problems with that.

But after setting  Activation Property  in  Activation.Disabled 

the Appearance.BackColor does not apply for row. 

Simple of code:

e.Row.Activation = Activation.Disabled;
e.Row.Appearance.BackColor = SystemColors.Control; //any color.

Is there a way to apply Appearance.BackColor for row after using Activation.Disabled value ?

Thanks in advance.