Telerik RadAjaxManager and Mouse Events in Chrome
- by kuzco
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?