Animation properties in C1Window to C1Dialog 2025v2 399

Posted by: enrique.pv-ext on 10 June 2026, 5:29 am EST

  • Posted 10 June 2026, 5:29 am EST

    Hi,

    Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.

    Migrate C1Window to C1Dialog.

    Using C1Dialog from C1.Web.Wijmo.Controls.48.dll

    Legacy code for C1Window:

    AnimationDurationOnShowing="500" 
       AnimationDurationOnHiding="500" 
       AnimationEffectOnHiding="FadeOut" 
       AnimationEffectOnShowing="FadeIn" 

    Alternatives Animation for C1Dialog?

      <%--    AnimationDurationOnShowing="500" 
      AnimationDurationOnHiding="500" 
      AnimationEffectOnHiding="FadeOut" 
      AnimationEffectOnShowing="FadeIn"--%>
    

    Position=“center” : StartPosition=“Page” VerticalAlign=“Middle” HorizontalAlign=“Center”

    Resizable=“false” : AllowResize=“false”

    Draggable=“false”: AllowMove=“false”

    C1Dialog now, without Animations:

      <cc1:C1Dialog ID="C1WindowBigImage" runat="server" 
          Title="" Width="740px" Height="640px"
          ShowOnLoad="false"" Position="center" Resizable="false" Draggable="false" >
          <CaptionButtons>
              <Close Visible="true" />
              <Pin Visible="false" />
              <Refresh Visible="false" />
              <Toggle Visible="false" />
              <Minimize Visible="false" />
              <Maximize Visible="false" />
          </CaptionButtons>
          <Content>
              <img id="zoomImage" alt="" style="height: 100%; width: 100%" />
          </Content>
      </cc1:C1Dialog>

    please, any suggestions? thx a lot

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels