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>
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://es.infragistics.com/community/forums/t/81632.aspx
You should remove at least TABLE and TD styles from Site.css
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 Nikolay,
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,
Please don't hesitate to ask if you have any further questions.