I have this section defined in my _Layout.cshtml
_Layout.cshtml
@RenderSection(\"Scripts\", false)
I can easily use it from a view:
I have just added this code on my partial view and solved the problem, though not very clean, it works. You have to make sure the the Ids of the objects you are rendering.