This question is locked. New answers and comments are not allowed.
Hello,
I created a GridView that I fully styled and templated. Everything is working fine except when the entire GridView gets disabled either from it's IsEnabled property or when a Child Window is opened in my Silverlight application, which disables all of the controls in the window. The GridView rows lose their styling and turn white. I have been working on this problem for a few hours and I cannot find why this is happening. I am suspecting that a property is being overwritten for the GridView's disabled state, but I cannot see that in my project. How can I make sure that my grid view maintains it's row background color when it is disabled?
I am attaching two sample images to demonstrate what I am talking about.
Any help would be appreciated.
I created a GridView that I fully styled and templated. Everything is working fine except when the entire GridView gets disabled either from it's IsEnabled property or when a Child Window is opened in my Silverlight application, which disables all of the controls in the window. The GridView rows lose their styling and turn white. I have been working on this problem for a few hours and I cannot find why this is happening. I am suspecting that a property is being overwritten for the GridView's disabled state, but I cannot see that in my project. How can I make sure that my grid view maintains it's row background color when it is disabled?
I am attaching two sample images to demonstrate what I am talking about.
Any help would be appreciated.