Using 2012 Q1 release. I have an ajax form
Ajax.BeginForm with a submit button. Below, on the same page, but outside the form I have an InLine editable grid. I can change the input values in the form and submit OK in IE compatibility mode, but doesn't work in non-compatibility mode, Chrome, or Safari. When I change the input values in the form I get the following errors in the browser Console:
IE:
Chrome:
Submitting the form fails as well.
I have another page in my application that has a form and editable grid, but the form and grid are loaded through separate ajax calls and the form works fine on that page.
Any suggestions for fixing, troubleshooting?