Hi *all,
i've created a WebForms App with VS2012 Template and add a wdw. So far so good, but whatever i do the caption looks terribly.With or without Styling i doesn't matter. Is there something special to do?...
<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent"> <asp:UpdatePanel ID="UpdatePanel2" runat="server" updatemode="Conditional"> <ContentTemplate> <ig:WebDialogWindow ID="WebDialogWindow1" runat="server" Height="547px" Width="938px" StyleSetName="Caribbean"> <ContentPane ></ContentPane> </ig:WebDialogWindow> </ContentTemplate> </asp:UpdatePanel>
</asp:Content>
Hello urit,
This is very unusual. I am unable to tell what is causing this issue. Is it possible for you to provide a small demonstrative sample, so I can investigate it?
Thank you.
Hi Nikolay,
here comes the Project. Just created from VS2012 template ...
Thx
Uwe
Hello,
Thank you for the attached sample.
I found that the styles defined in Site.css interfere with the WebDialogWindow styles and this is causing the visual issues. Comment out the stylesheet reference on line 9 in Site.master and the WDW will be displayed correctly.
Please don't hesitate to ask if you have any further questions.
i've not really a question because your answer means to me, that i have to build all Styles ( at least the Template-Styles) from scratch. Or in other words, there is a great possibility that template-Styles and - in this case infragistics - styles are'nt working properly together (at least not especially infragistics but every third-Party-Component). So Firebug is my friend.
This is something weird for a WinForms Guy.
Is that right?
Cheers Uwe
Hello Uwe,
You could see which styles are causing the issues with the dialog window and remove just them, not all styles that come with the template.
Hi Victor,
you save my day :)
This works!
thx
PS: But also i'm glad to see that i not the only one how ask that question.
Hi Uwe,
Please look at http://ko.infragistics.com/community/forums/t/81632.aspx
You should remove at least TABLE and TD styles from Site.css