You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controls/htmlchart/how-to/radhtmlchart-integration-with-kendoui-widgets.md
+169-115
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,13 @@ published: True
8
8
position: 3
9
9
---
10
10
11
+
## Important Information
12
+
13
+
> **It is generally not recommended to use both Telerik UI for ASP.NET AJAX and Kendo UI for jQuery on the same page.** These suites use different versions of Kendo UI scripts, which may cause compatibility issues.
14
+
11
15
# RadHtmlChart Integration With KendoUI Widgets
12
16
13
-
This help article illustrates how to use the [ASP.NET AJAX Chart](https://www.telerik.com/products/aspnet-ajax/html-chart.aspx) control and a [Kendo UI Widget](https://docs.telerik.com/kendo-ui/introduction) on the same WebForms page. **RadHtmlChart** is an ASP.NET server-side wrapper of the Kendo UI charting widget and it already loads the chart specific scripts and jQuery. You can select either pattern below in order to avoid script conflicts in such a setup:
17
+
This help article illustrates a workaround of how to use the [ASP.NET AJAX Chart](https://www.telerik.com/products/aspnet-ajax/html-chart.aspx) control and a [Kendo UI Widget](https://docs.telerik.com/kendo-ui/introduction) on the same WebForms page. **RadHtmlChart** is an ASP.NET server-side wrapper of the Kendo UI charting widget and it already loads the chart specific scripts and jQuery. You can select either pattern below in order to avoid script conflicts in such a setup:
14
18
15
19
*[Use External jQuery with RadScriptManager](#use-external-jquery-with-radscriptmanager)
16
20
@@ -22,89 +26,134 @@ When you load an external jQuery on a page that has a RadHtmlChart instance you
22
26
23
27
You can easily handle that situation by configuring RadScriptManager to use the external jQuery as follows:
24
28
25
-
1.Add script references to the external jQuery library (**jQuery.js**) andKendo UI library (**kendo.all.min.js**) in the head tag.
29
+
1.Reference jQuery and the Kendo UI stylesheet in the <head> section:
2. Configure the RadScriptManager as per the **Including external jQuery** section from the [Using jQuery]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/using-jquery/using-jquery%}) article.
35
38
36
-
1. Configure the RadScriptManager as per the **Including external jQuery** section from the [Using jQuery]({%slug introduction/radcontrols-for-asp.net-ajax-fundamentals/using-jquery/using-jquery%}) article.
Copy file name to clipboardExpand all lines: knowledge-base/integrating-telerik-controls-with-kendo-jquery-raises-issues.md
+10
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ published: True
21
21
</tbody>
22
22
</table>
23
23
24
+
## Important Information
25
+
> **It is generally not recommended to use both Telerik UI for ASP.NET AJAX and Kendo UI for jQuery on the same page.** These suites use different versions of Kendo UI scripts, which may cause compatibility issues.
26
+
24
27
## Description
25
28
26
29
When trying to integrate Telerik UI for ASP.NET AJAX controls with Kendo UI for jQuery widgets, issues occur.
@@ -35,14 +38,21 @@ To solve this issue, refer to the article on [integrating the HtmlChart with Ken
35
38
36
39
Also, the following list specifies the controls that are ASP.NET WebForms server-side wrappers of Kendo UI widgets:
0 commit comments