简体   繁体   English

卸载页面上的Telerik Javascript错误

[英]Telerik Javascript error on unload page

I am using Telerik controls in my Asp.net web application. 我在Asp.net Web应用程序中使用Telerik控件。 I am facing javascript error on unload page: 我在卸载页面上遇到javascript错误:

Unable to set value of the property '_events': Object is null or undefined 无法设置属性'_events'的值:对象为null或未定义

I am facing this issue when i have merged/combined my asp.net website with MVC4. 当我将asp.net网站与MVC4合并/合并时,我会遇到此问题。 I have searched on Google but unable to find any solution. 我在Google上进行了搜索,但找不到任何解决方案。

Edit: 编辑:

I found problem: 我发现了问题:

When RadComboBox is empty then this error is occurred. 如果RadComboBox为空,则会发生此错误。 RadComboBox Load data at runtime (when user clicks on it). RadComboBox在运行时(用户单击时)加载数据。

Any solution for this? 有什么解决办法吗?

Which telerik controls are you using? 您正在使用哪些telerik控件? 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. 如果在同一项目中使用AjaxControlToolkit,请尝试将其删除(删除程序集和参考,然后重新生成),看看是否有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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