简体   繁体   中英

Telerik Javascript error on unload page

I am using Telerik controls in my Asp.net web application. I am facing javascript error on unload page:

Unable to set value of the property '_events': Object is null or undefined

I am facing this issue when i have merged/combined my asp.net website with MVC4. I have searched on Google but unable to find any solution.

Edit:

I found problem:

When RadComboBox is empty then this error is occurred. RadComboBox Load data at runtime (when user clicks on it).

Any solution for this?

Which telerik controls are you using? What is their version? If you are using the AjaxControlToolkit in the same project, try removing it (delete the assembly and the reference, rebuild) and see if this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM