Hi,
there is no problem when using KendoUI only with HTML and jQuery. I have the control where on the page my scripts and functions are executed.
When using the HTML-Helper in Razor all function are written in the middle of the DOM and I get the famous "jquery is not defined" exception.
InlineScripts or InlineStyles are a bad style for webperformance.
So I ask if there is a way to use HTML-Helper without writing all scriptlibraries in the head?
there is no problem when using KendoUI only with HTML and jQuery. I have the control where on the page my scripts and functions are executed.
When using the HTML-Helper in Razor all function are written in the middle of the DOM and I get the famous "jquery is not defined" exception.
InlineScripts or InlineStyles are a bad style for webperformance.
So I ask if there is a way to use HTML-Helper without writing all scriptlibraries in the head?