Closed Patrick1701 closed 8 years ago
Hi Patrick,
Yes we had a similar discussion in the past. What's strange is that jquery is loaded after kendo ui (it is a jquery plugin, with a dependency to jquery). Are you using the lastest version (just to be sure) ?
Ah, you are using your own kendo-all resource reference :) Make it dependent from jquery and it should be ok...
Works... using JQueryPluginResourceReference
now.
Thanx :) Patrick
Perfect! I just forgot to tell you to look at the wiki :)
Hi Sebastien, I think we already had this topic once... but I'm not sure.
Is there a special reason why do you render them with priority?
In some circumstances it happens, the KendoUI scripts trying to execute code before JQuerys references are loaded by the browser. Currently, I have this problem using the the
KendoDataSource
.kind regards Patrick