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
125
Disabling selected row
posted

Whenever I select a row the row becomes light blue. I would like to either disable that make it transparent as I want to change cell color where user clicked (which is not visible when the current row is selected).

How can I do that?

Parents
  • 71886
    Verified Answer
    Offline posted

    Hello,

    It seems to me that you need to use the 'ActiveAppearancesEnabled' property:

                e.Layout.Override.ActiveAppearancesEnabled = Infragistics.Win.DefaultableBoolean.False;
    Please feel free to let me know if I misunderstood you or if you have any other questions.

Reply Children
No Data