Adding a webdialogwindow to my page causes the default styleset to be applied to all controls on my page including stuff in the master page.
I didn't have this problem until I upgraded my project to VS 2010 and 2010.2 4.0 framework of infragistics. I only use the default style set for web dialog windows and the rest of my controls are styled manually.
Sorry the late reply, through trial and error right after my last post, I set EnableAppStyling=false in the web.config and it solved my problem. Apparently if you don't do this all classic controls on a particular page start using the styling from the one Akido control on the page.
This never used to be the case with 9.2 and VS 2008.
Hello,
Were you able to merge your css code to the selected style set for the Akido controls or set the EnableAppStyling property to false for any classic control?
Sincerely,Duane
What other controls beside the WebDialogWindow do you have on the page? If they are Akido controls, then your best option would be to merge your css code to the selected style set. The Akido controls have predefined class names built for the control specifically. If they are classic controls then there's an EnableAppSyling property that you can set to False so that the control won't use the predefined styles.
No WebPageStyler. No styleset defined for any of the controls at all. No default styleset set in the web.config file.
As soon as you add a webdialogwindow to the page, the default styleset gets loaded automatically and applied to all controls on the page.
Hi,
Thank you for report. I tried various combinations of values in StyleSetName property of WebDialogWindow, other controls on page and web.config. In all cases controls had their styles and dialog had its own/default style. For example,
web.config:<infragistics.web styleSetName="Claymation" styleSetPath="~/ig_res" />
aspx:<ig:WebDatePicker ID="WebDatePicker1" runat="server"></ig:WebDatePicker><ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Width="200px" Height="200px" StyleSetName="Default"></ig:WebDialogWindow>Please create a simple sample which can be used to reproduce that issue and submit a report at http://ko.infragistics.com/support/ask-for-help.aspx