The current jQuery version of the Kendo UI (Q3 2012) is 1.8.2.
I want to use this library on an existing site. The site already uses jQuery but with version 1.5.0 1.4.4. Upgrading this version to 1.8.2 is not an option because it breaks entire pages some components on some pages.
Can the two of them function simultaneously on the same site/page?
The Telerik.ASP.NET.Ajax used a proxy for jQuery that ensured that their controls always used the right jQuery library:
$telerik = $;
Does KendoUI have something similar?