This question is locked. New answers and comments are not allowed.
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?
IE:
SCRIPT5007: Unable to get value of the property 'call': object is null or undefined asset.axd?id=_QAAAB-LCAAAAAAABADsvQdgHEmWJSYvbcp7f0r1StfgdKEIgGATJNiQQBDswYjN5pLsHWlHIymrKoHKZVZlXWYWQMztnbz33nvvvffee--997o7nU4n99__P1xmZAFs9s5K2smeIYCqyB8_fnwfPyJ-8Uezjx597xd_tPro0Uevp3WxapuPRh-d82dL-qzNy7wu3o6n1WJRLcc_jW-rjx7t_JJR-H2bv2sn1TvbYLfb4KIuZvbbPfPtT_-idV5fjy-zsphlbW4b3Iu-ns-Ktlhe2Fb7v-T7v-T7o4-mLTd819796ewya3gU1OCSPt3b2d0b7473dvfpgykN9d6n9-mXjx619Tr_Jf9PAAAA__-9AyQn_QAAAA%3d%3d, line 31 character 260Chrome:
Uncaught TypeError: Cannot call method 'call' of undefinedc.extend.checkasset.axd:32c.extend.elementasset.axd:27c.extend.defaults.onkeyupasset.axd:22aasset.axd:24c.extend.validateDelegateasset.axd:53f.event.dispatchjquery-1.7.1.min.js:3f.event.add.h.handle.i
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?