This question is locked. New answers and comments are not allowed.
I've got a SL3 application with data entry being done in a GridView.
Some of the rows are enabled, and some, such as total rows that I am maintaining in my code, are disabled. I disable the rows by setting the IsEnabled to false in the RowLoaded event.
However the disabled rows are displayed as dark gray on light gray, and the complaint from the customer is that this combination is very difficult to read, particularly when they project it on a screen. Black on gray would be fine, but I cant see where I could do that. I'm happy to do it in code if I can find where.
Is it possible to change the way in which disabled rows are displayed?
Some of the rows are enabled, and some, such as total rows that I am maintaining in my code, are disabled. I disable the rows by setting the IsEnabled to false in the RowLoaded event.
However the disabled rows are displayed as dark gray on light gray, and the complaint from the customer is that this combination is very difficult to read, particularly when they project it on a screen. Black on gray would be fine, but I cant see where I could do that. I'm happy to do it in code if I can find where.
Is it possible to change the way in which disabled rows are displayed?