Telerik RadAjaxManager and Mouse Events in Chrome

Posted by kuzco on Stack Overflow See other posts from Stack Overflow or by kuzco
Published on 2010-01-31T23:20:30Z Indexed on 2010/05/16 8:10 UTC
Read the original article Hit count: 264

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?

© Stack Overflow or respective owner

Related posts about telerik

Related posts about google-chrome