This question is locked. New answers and comments are not allowed.
I am trying out the ASP.NET MVC controls - and while they seem fairly nice, I'm a little annoyed by some of the restrictions.
For one, it seems to demand that the jQuery.js library be located with the telerik.js files. While I understand the intention here, this is kind of inhibitive. Most of us already use jQuery, and include it via other means (usually google CDN) to make sure we have the newest versions, and that Visual Studio gives us intellisense, etc.
Is there any way to override this so that it isn't forcing me to literally 'double-load' the jQuery Library?
For one, it seems to demand that the jQuery.js library be located with the telerik.js files. While I understand the intention here, this is kind of inhibitive. Most of us already use jQuery, and include it via other means (usually google CDN) to make sure we have the newest versions, and that Visual Studio gives us intellisense, etc.
Is there any way to override this so that it isn't forcing me to literally 'double-load' the jQuery Library?