Skip to content

Infragistics Community Forum / Web / Ultimate UI for ASP.NET Web Forms / DoubleClick event not firing in Google Chrome or Firefox

DoubleClick event not firing in Google Chrome or Firefox

New Discussion
Luke Wakefield
Luke Wakefield asked on Jan 21, 2014 1:23 PM

The grid in the following web page does not trigger the DoubleClick event in Google Chrome or Firefox, it works ok in Internet Explorer. I am using IE 11, Chrome 32.0.1700.76 and Firefox 26.0.

Any suggestions?

Thanks

Luke

<%@ Page Language=”VB” AutoEventWireup=”false” CodeFile=”ChromeBug.aspx.vb” Inherits=”ChromeBug” %>

<%@ Register Assembly=”Infragistics4.Web.v13.2, Version=13.2.20132.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb”
Namespace=”Infragistics.Web.UI.GridControls” TagPrefix=”ig” %>
<%@ Register Assembly=”Infragistics4.Web.v13.2, Version=13.2.20132.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb”
Namespace=”Infragistics.Web.UI” TagPrefix=”ig” %>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;
<html xmlns=”http://www.w3.org/1999/xhtml”&gt;
<head runat=”server”>
<title></title>
<script type=”text/javascript” id=”igClientScript”>
<!–

function WebDataGrid1_Grid_DoubleClick(sender, eventArgs) {
///<summary>
///
///</summary>
///<param name=”sender” type=”Infragistics.Web.UI.WebDataGrid”></param>
///<param name=”eventArgs” type=”Infragistics.Web.UI.ItemEventArgs”></param>

//Add code to handle your event here.
debugger;
}
</script>
</head>
<body>
<form id=”form1″ runat=”server”>
<ig:WebScriptManager ID=”WebScriptManager1″ runat=”server”>
</ig:WebScriptManager>
<div>
<ig:WebDataGrid ID=”WebDataGrid1″ runat=”server” Height=”350px” Width=”400px”>
<ClientEvents DoubleClick=”WebDataGrid1_Grid_DoubleClick” />
</ig:WebDataGrid>
</div>
</form>
</body>
</html>

Sign In to post a reply

Replies

  • 0
    Luke Wakefield
    Luke Wakefield answered on Jan 16, 2014 3:03 PM

    Just to add. I have upgraded to the latest service release and the problem still occurs! Version=13.2.20132.2028

    • 0
      [Infragistics] Nikolay
      [Infragistics] Nikolay answered on Jan 21, 2014 7:38 AM

      Hello wakefl,

      I just tested this with v13.2.20132.2028 and the same browsers' versions you mentioned and the double-click event was firing as expected. Is it possible for you to attach a sample that reproduces the issue?

      Thank you.

      • 0
        Luke Wakefield
        Luke Wakefield answered on Jan 21, 2014 12:44 PM

        My apologies, I now see it does work. I was trying to use debugger; in visual studio which works in IE but does not in Firefox or Chrome. I will use other debug tools.

      • 0
        [Infragistics] Nikolay
        [Infragistics] Nikolay answered on Jan 21, 2014 1:23 PM

        Thanks for your reply.

        Let me know if you have any other questions.

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Luke Wakefield
Favorites
0
Replies
4
Created On
Jan 21, 2014
Last Post
12 years, 2 months ago

Suggested Discussions

Created by

Created on

Jan 21, 2014 1:23 PM

Last activity on

Feb 26, 2026 7:14 PM