data-ajax="false" not working

data-ajax="false" not working

Hi,
I have a mvc 4 razor page, which when submitted checks for model validity.
If the model is not valid, i return the same view and show the errors in a ValidationSummary control.

when ever the page has errors and the submit button is clicked, the page is submitted in ajax fashion and displays error messages....BUT IT HANGS SHOWING A BUSY CURSOR.

i tried placing data-ajax="false" in the form tag and the page div...i know i could avoid this issue if the page is not submitted in ajax.

Any idea how i can disable ajax submit of this page ?

Thanks,
Rayudu