We have complex WinForms UserControls that contain among other things Infragistics 8.2 controls (e.g., UltraTextEditor)…
What if anything do we need to do to get the Infragistics controls contained within these custom UserControls to respect and apply AppStyles?
AppStyling is application-wide. So any Infragistics controls anywhere in the application will pick up any Application Style Libraries loaded into memory. You do not have to do anything, as long as the UserControl is used within an Application that has a style library loaded into the StyleManager.
This doesn't seem to be the case when using partial views in an MVC project. The partial views contain Infragistic controls, but the styles do not apply and so they do not work effectively. Is there something extra that needs to be done in this situation?