EnableEventValidation="False" and Strange javascript Errors.
We have been moving some stuff from an older DNN 5 professional installation to a newer DNN 7 Community edition. A module when moved over kept having these unusual errors, and I was given it to figure out the issue. The datagrid in it stopped being able to sort, or some columns would only sort once. Other problems were that the OnClick event would only go to the OnLoad page event, instead of going to the datagrid row command event. There was aPage Setting in the older DNN5 site that once added to the newer Default.aspx page fixed all the errors. That setting is "EnableEventValidation = "False" ".