Kendo UI for jQuery Notification does not work on a page that has Telerik UI for ASP.NET AJAX RadHtmlChart

1 Answer 17 Views
Chart (HTML5) ClientDataSource Notification
David
Top achievements
Rank 1
David asked on 04 Jun 2024, 06:49 PM

If you have a page with Telerik UI for ASP.NET AJAX RadHtmlChart and try to add Kendo UI for jQuery Notification to that page...
The JavaScript:

var notif = jqueryobject.kendoNotification({appendTo: "#appendto"}).data("kendoNotification");

You cannot call notif.show() because notif is undefined.
We added a kendoNotification to our skin and on pages that use Telerik UI for ASP.NET AJAX RadHtmlChart causes this problem. Other pages with other Telerik UI for ASP.NET AJAX controls work fine.
We have also seen this issue on one other Telerik UI for ASP.NET AJAX control: RadClientDataSource
Any work-around to get this working?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 05 Jun 2024, 06:12 AM

Hi David,

We have an article about how to use RadHtmlChart with Kendo UI widgets on the same page:

The solution is to configure and use an external jQuery with RadScriptManager.

I also recently created a KB article about similar conflicts with the Kendo UI in the Telerik Reporting with the Telerik AJAX controls: Integrating RadMultiSelect with Telerik HTML5 ReportViewer in ASP.NET AJAX.

Please test the solution and let me know the result.

    Regards,
    Rumen
    Progress Telerik

    Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources
    Tags
    Chart (HTML5) ClientDataSource Notification
    Asked by
    David
    Top achievements
    Rank 1
    Answers by
    Rumen
    Telerik team
    Share this question
    or