This is a migrated thread and some comments may be shown as answers.

Problem with JQueryUI and RadScheduler

1 Answer 35 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ferrara
Top achievements
Rank 1
Ferrara asked on 07 Nov 2012, 02:17 PM
Hi,
I have created an aspx page with a RadScheduler connected to a RadAjaxLoadingPanel and an accordion panel  jQueryUI  with
inside textbox fields.
When I do an operation on the RadScheduler (activating the panel load) to its completion, the panel jQueryUI does not work and I just have to refresh the page to reset it.

This is part of my page aspx

<telerik:RadScriptManager ID="RadScriptManager1" runat="server" >
        <Scripts>
            <asp:ScriptReference Path="~/AreaRiservata/AdvancedForm.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
 
<script>
           $(function () {
               $("#accordion").accordion({
                   collapsible: true, active: true
               });
           });
 </script>
 
<script src="js/jquery-1.8.2.js"></script>
<script src="js/jquery-ui-1.9.1.custom.js"></script>



any idea to solve the problem?

1 Answer, 1 is accepted

Sort by
0
Boyan Dimitrov
Telerik team
answered on 12 Nov 2012, 01:01 PM
Hello Arnone,

I am afraid that the provided information is not sufficient in order to reproduce your issue locally. Could you please elaborate a bit more on your scenario? Another thing you could check is if there are some JavaScript errors on your page?

Could you clarify where exactly is your jQuery accordion panel positioned as well?

Looking forward for your reply.

Regards,
Boyan Dimitrov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Ajax
Asked by
Ferrara
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or