Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
710
WebDialogWindows Styles not working!?
posted

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>

Parents
No Data
Reply
  • 37874
    posted

    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.

Children