While working on my Asp.net web application, I encountered a JavaScript error when trying to unload a page:
An issue arose with setting the value of the property '_events': Object is null or undefined
This problem occurred after merging/combining my asp.net website with MVC4. I tried searching for a solution on Google but was unable to find one.
Update:
I have identified the root cause:
The error occurs when RadComboBox is empty. RadComboBox loads data at runtime (upon user interaction).
Any suggestions for resolving this issue?