Animation properties in C1Window to C1Dialog 2025v2 399

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

    • Post Options:
    • Link

    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

  • Posted 25 June 2026, 7:15 am EST

    thx a lot!!

    please, alternatives ?

    Showing fade in

    AnimationDurationOnShowing="500" 
     AnimationEffectOnShowing="FadeIn"
    
    is
    
    <ExpandingAnimation Duration="500" Animated-Effect="fade" />

    Hiding fade out ?

    AnimationDurationOnHiding="500" 
       AnimationEffectOnHiding="FadeOut" 
    
    is
                <CollapsingAnimation Duration="500" Animated-Effect="fade" />

    any suggestions ?

  • Posted 26 June 2026, 2:19 am EST

    Hello Enrique,

    Yes, mentioned code is the correct implementation in new C1Dialog.

    If you face any issue let us know.

    Regards,

    Uttkarsh.

Need extra support?

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

Learn More

Forum Channels