New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Issues Occur When Integrating Telerik Controls with Kendo UI for jQuery Widgets

Environment

Product Progress® Telerik® UI for ASP.NET AJAX

Description

When trying to integrate Telerik UI for ASP.NET AJAX controls with Kendo UI for jQuery widgets, issues occur.

Cause

Certain Telerik UI for ASP.NET AJAX controls are ASP.NET WebForms server-side wrappers of Kendo UI widgets. These controls already load jQuery- and Kendo UI- widget specific JavaScript files and you need to ensure tat no script conflicts arise from using the same jQuery and Kendo UI versions for both suites.

Solution

To solve this issue, refer to the article on integrating the HtmlChart with Kendo UI widgets.

Also, the following list specifies the controls that are ASP.NET WebForms server-side wrappers of Kendo UI widgets:

  • Chat
  • ClientDataSource
  • ClientExportManager
  • Diagram
  • Gantt
  • Gauge
  • HtmlChart
  • Map
  • MultiColumnComboBox
  • Spreadsheet
  • TreeMap
In this article