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.
Hello,
I am just checking about the progress of this issue.
Did you successfully test your application with the service release?
Let me know if you need any further assistance.
hi,
We have Infragistics2.WebUI.UltraWebGrid.v7.1, Version=7.1.20071.1045, and the double click event in firefox does not work.
If i change in ig_WebGrid.js as explained by post: http://blogs.infragistics.com/forums/t/37767.aspx, it works in firefox but fails in ie.
I can not put working in both browsers (ie and firefox).
Can you tell me how i can do it?
Best Regards