Telerik Web UI JQuery Version Requirement

1 Answer 19 Views
DatePicker Grid
Edward
Top achievements
Rank 1
Edward asked on 21 Jan 2026, 04:48 PM
Is there a JQuery version requirement for using the Telerik Web UI Controls in an ASP.Net Web Forms project?  I see the .NET 4.6.2+ but no JQuery version.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 22 Jan 2026, 07:26 AM

Hi Edward,

Telerik UI for ASP.NET AJAX does not require you to manually add or target a specific jQuery version in order for the controls to work. The reason you do not see a jQuery requirement listed next to the .NET 4.6.2+ requirement is that the suite includes its own jQuery build.

For ASP.NET Web Forms projects, the controls are designed around the ASP.NET AJAX (MS AJAX) framework, which is compatible with jQuery 1.x. Because of that, Telerik UI for ASP.NET AJAX ships with an embedded custom jQuery 1.12.4 build inside Telerik.Web.UI.

This embedded jQuery version is patched/backported to address known security vulnerabilities and is used by the controls automatically for their internal client-side functionality.

More details here:
https://www.telerik.com/products/aspnet-ajax/documentation/integration/jquery/using-jquery#jquery-version-history-in-telerik-ui-controls
https://www.telerik.com/products/aspnet-ajax/documentation/knowledge-base/security-resolving-jquery-vulnerabilities

Can I use a newer jQuery version (2.x/3.x) in my application?
Yes - your page can load a newer jQuery version for your own scripts. However:

  • By default, Telerik controls will continue using their embedded patched jQuery 1.12.4, even if a newer jQuery is present on the page.
  • If you explicitly configure the controls to use the jQuery instance from the page (instead of the embedded one), then you will need to test compatibility with your chosen jQuery version, because WebForms/MS AJAX + the control client-side scripts were designed around jQuery 1.x behavior.

Instructions for including external jQuery / overriding the embedded one are here:
https://www.telerik.com/products/aspnet-ajax/documentation/integration/jquery/using-jquery#including-external-jquery

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
DatePicker Grid
Asked by
Edward
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or