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.
You need to use Appearance.BackColorDisabled, instead.