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

RadWindow Client Events not working when Using SignalR

3 Answers 53 Views
Window
This is a migrated thread and some comments may be shown as answers.
elham
Top achievements
Rank 1
elham asked on 20 Feb 2016, 04:09 PM

when I m using signalr scripts in my master page all of radwindow in my project stop working fine

when I comment scripts like belowe rad window clients event start working
    <link rel="shortcut icon" href="Content/images/favicon.ico" />

<%--<script src="Scripts/jquery-1.6.4.js" type="text/javascript"></script>
<script src="Scripts/json2.js" type="text/javascript"></script>
<script src="Scripts/jquery.signalR-1.0.0-rc2.min.js" type="text/javascript"></script>
<script src="signalr/hubs" type="text/javascript"></script>--%>

<script src="Content/lib/jquery.msgBox.min.js"></script>
<link href="Content/css/msgBoxLight.css" rel="stylesheet" />
   

3 Answers, 1 is accepted

Sort by
0
Danail Vasilev
Telerik team
answered on 24 Feb 2016, 04:34 PM
Hello Elham,

Telerik UI for ASP.NET AJAX controls already utilize jQuery, so that when you load an external one (i.e., an older one - 1.6.4) both libraries get mixed and hence the issue.

What I can suggest is that you configure the controls to use an external jQuery - http://docs.telerik.com/devtools/aspnet-ajax/general-information/using-jquery/using-jquery#including-external-jquery. Note also that the current jQuery version that is used by the AJAX suite is 1.11.1, so that you should use it. More information is available here - http://docs.telerik.com/devtools/aspnet-ajax/general-information/using-jquery/using-jquery#jquery-version-history-in-telerik-ui-controls

Regards,
Danail Vasilev
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
elham
Top achievements
Rank 1
answered on 07 Aug 2016, 08:30 AM

hi

my problem did not solved

what can I do else ???

0
Danail Vasilev
Telerik team
answered on 11 Aug 2016, 05:59 AM
Hello Elham,

I would suggest that you open a support ticket where you can provide a fully runnable sample. Thus we can investigate further the issue.

Regards,
Danail Vasilev
Telerik by Progress
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
Tags
Window
Asked by
elham
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
elham
Top achievements
Rank 1
Share this question
or