This question is locked. New answers and comments are not allowed.
Hey all,
I did some research and couldn't find any answers to my problem, so I thought I'd post it here. I'm trying to use the jQuery TOOLS UI library (http://flowplayer.org/tools/index.html) in my application but it's somehow breaking Telerik's tGrid functionality.
I have no other scripts on my page, I have a simple:
@(Html.Telerik().ScriptRegistrar())
which works fine, my AJAX functionality works great, then I add a reference to the TOOLS library:
<script src="@Url.Content("~/Scripts/libs/jquery.tools.min.js")"></script>
and I get the following error:
jQuery("#teamMemberGrid").tGrid is not a function
http://localhost/AdviseMe/TeamMember
Line 1301
Take back out the reference to the tools lib, and it works. I'm not proficient enough to see what it is in this library that's clashing with Telerik. Anyone have any ideas?
Thanks,
Adam
I did some research and couldn't find any answers to my problem, so I thought I'd post it here. I'm trying to use the jQuery TOOLS UI library (http://flowplayer.org/tools/index.html) in my application but it's somehow breaking Telerik's tGrid functionality.
I have no other scripts on my page, I have a simple:
@(Html.Telerik().ScriptRegistrar())
which works fine, my AJAX functionality works great, then I add a reference to the TOOLS library:
<script src="@Url.Content("~/Scripts/libs/jquery.tools.min.js")"></script>
and I get the following error:
jQuery("#teamMemberGrid").tGrid is not a function
http://localhost/AdviseMe/TeamMember
Line 1301
Take back out the reference to the tools lib, and it works. I'm not proficient enough to see what it is in this library that's clashing with Telerik. Anyone have any ideas?
Thanks,
Adam