Hi there,
Is it normal for the animation to not work on the first load of a rad window? After the initial load (which just pops up as if animation were set not set), the animations run fine. I'm using 2010.1.309.35.
Thanks,
-Derek
Is it normal for the animation to not work on the first load of a rad window? After the initial load (which just pops up as if animation were set not set), the animations run fine. I'm using 2010.1.309.35.
<telerik:RadWindowManager ID="RadWindowManager1" runat="server"> |
<Windows> |
<telerik:RadWindow ID="addRadWindow" runat="server" OpenerElementID="<%# addHyperLink.ClientID %>" NavigateUrl="parts/add.aspx" Modal="true" Width="500px" VisibleStatusbar="false" Behaviors="Close, Move" Skin="Simple" Title="Add relationship"> |
</telerik:RadWindow> |
</Windows> |
</telerik:RadWindowManager> |
<asp:HyperLink ID="addHyperLink" NavigateUrl="#" ToolTip="Add a new relationship" runat="server">Add relationship</asp:HyperLink> |
Thanks,
-Derek