I have just created an ASP.NET MVC 4 project and used Visual Studio 2012 RC to create a Controller and Razor Views for Index and Create Actions.
Index
Create
just remove/ hide the code from create & Edit razor view of your controller.
@section Scripts { @Scripts.Render("~/bundles/jqueryval") }