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 开发者_JS百科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?
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
精彩评论