This is driving me nuts. I am a C# coder currently having to alter a VB.Net web app. I have
In _Layout.vbhtml
@RenderSection("scripts", required:=False)
In the view, when I add
@Section Scripts
<script src='@Url.Content("~/Scripts/kendo-grid-utilities/kendo-grid-filter-menu-sorter.js")' type="text/javascript"></script>
End Section
the page just 404s - any clues?
Have you maybe tried the following?
@Section Scripts
<script src="~/Scripts/kendo-grid-utilities/kendo-grid-filter-menu-sorter.js" type="text/javascript"></script>
End Section
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With