There are many grid controls in user controls which are derived from the same parent class. One particular grid doesn't pick up the style. All user controls are embedded in each tab in the winform. Any idea?
Take a look at the UseAppStyling property of the grid that doesn't pick up the style.
You might also want to look at the ResolutionOrder in the application style itself. The style may be set so that an individual control can override information defined by the style.