Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
240
UltraWebGrid Click bug on Firefox 3.6.3
posted

Version: NetAdvantage 9.2 ASP.NET CLR2x / NetAdvantage 9.2 ASP.NET CLR3x

(Only on Firefox 3.6.3)

Steps to reproduce:

1. Add a UltraWebGrid on an asp.net page and get the data from a datasource

2. In the WebGrid, add a CellClickHandler like this:

function UltraWebGrid1_CellClickHandler(gridName, cellId, button){
    //Add code to handle your event here.
    var Cell = igtbl_getCellById(cellId);
    if (Cell.Column.Key == "ColumnName")
        alert("hello world");
}

3. Open the page on Firefox 3.6.3.

4. Left click the cell, nothing happens. But right click the cell, the alert appears.

This problem only happens on the latest firefox 3.6.3. It doesn't happen on previous firefox or IE.

We need hotfix for it if it is not Firefox issue.

Thanks.