Chrome 中的 Telerik RadAjaxManager 和鼠标事件

发布于 2024-08-19 10:53:57 字数 537 浏览 3 评论 0原文

每当我在 Chrome 中使用 Telerik 的 RadAjaxManager 时,发送到我正在使用的任何鼠标事件的事件都会作为 null 传递。

例如,以下内容:

<img id="Image1" src="image.gif" onclick="alert(event)" />
<rad:RadAjaxManager ID="RadAjaxManager1" runat="server"> 
            <AjaxSettings> 
            </AjaxSettings> 
</rad:RadAjaxManager> 

单击图像时发出null 警报。在 IE 或 FF 中不会发生这种情况。

RadAjaxManager 的版本是 1.8.5.0。我猜这个问题不会在更高版本中出现,但目前无法升级。我尝试了 Telerik 的支持论坛,但他们并没有真正提供任何答案。

什么会导致这样的问题?又该如何处理呢?

Whenever I'm using Telerik's RadAjaxManager in Chrome, the events sent to any mouse events I'm using are passed as null.

For instance, the following:

<img id="Image1" src="image.gif" onclick="alert(event)" />
<rad:RadAjaxManager ID="RadAjaxManager1" runat="server"> 
            <AjaxSettings> 
            </AjaxSettings> 
</rad:RadAjaxManager> 

Alerts null when clicking the image. This does not happen in IE or FF.

The version of the RadAjaxManager is 1.8.5.0. I'm guessing the problem does not occur in later versions, but an upgrade is not an option at the moment. I tried Telerik's support forum, but they didn't really provide any answer.

What could cause such a problem? And how can it be dealt with?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木槿暧夏七纪年 2024-08-26 10:53:57

如果我没记错的话,旧 Telerik ajax 的最新版本是 1.8.7 - 我想您可以免费升级到它,因为与您的版本相比,它是一个次要版本。更好的选择是使用新的 ajax 管理器,因为它与 ASP.NET AJAX 框架和 AJAX 工具包控件无缝协作 - 我可以从个人经验中看出这一点。

迪克

If I recall well, the latest version of the old Telerik ajax is 1.8.7 - I suppose you can upgrade to it free of charge since it is a minor version compared to yours. The better choice would be to use the new ajax manager as it works seamlessly with the ASP.NET AJAX framework and the AJAX toolkit controls - I can tell that from personal experience.

Dick

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文