This question is locked. New answers and comments are not allowed.
Hi,
This topic is very much related to an existing topic in this forum, Previous Topic but the solution suggested by the Telerik support was kind of a work around or hack as not supposed to follow if we use the recommended :
<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>.
My scenario is I have an MVC grid which gets loaded via a RenderPartial and I get the attached error (only in IE) as the reason I can see is the required Telerik JavaScript files are not being loaded in time although the grid is populated correctly.
Therefore, if I include the required Telerik JavaScript files manullay and without using the recommend method (above, in bold), then everything works fine.
Any help,
Thanks
This topic is very much related to an existing topic in this forum, Previous Topic but the solution suggested by the Telerik support was kind of a work around or hack as not supposed to follow if we use the recommended :
<%= Html.Telerik().ScriptRegistrar().jQuery(false) %>.
My scenario is I have an MVC grid which gets loaded via a RenderPartial and I get the attached error (only in IE) as the reason I can see is the required Telerik JavaScript files are not being loaded in time although the grid is populated correctly.
Therefore, if I include the required Telerik JavaScript files manullay and without using the recommend method (above, in bold), then everything works fine.
Any help,
Thanks