Posted
on Mar 23, 2012
(permalink)
I tried it in a simple test project, and had no troubles. I'm not certain, at this time, what the problem is in my production project.
Is there a way of just setting the Background_Disabled brush, without copying 100+ lines of style definition? It's not just that I don't want to change any of it, I want to keep what's being defined on the higher level.
In truth, I don't want to copy and edit the default style, I want to inherit from it and change just the one value I am interested in.
I mean, if someone changes the application theme the default style will change, except for the controls that I've applied my copied style to. And I don't want that. I just want the Background_Disabled to be different, on a certain set of RadDataForms, regardless of what theme is set.