Using version 9.2.20092.2025 (also tested in 8.2) and FireFox 3.6
Anytime I try to sort or basically anything with JavaScript I get the error:
Error: document.getBoxObjectFor is not a function
And the section in the source file looks like this:
else if (ig_csom.IsFireFox && document.getBoxObjectFor(elem)) { var rect = document.getBoxObjectFor(elem); r.x = rect.x; r.y = rect.y; r.w = rect.width; r.h = rect.height; }
Can anyone else confirm this?
Basically the grid is completely broken in this new version of FireFox.
Hello,
We have issued a Service Release for 8.2 which contains this fix for Firefox. Please visit the 'My Infragistics Keys and Downloads' page here: https://www.infragistics.com/Membership/Default.aspx?panel=Downloads and log in.
Download the latest Service Release for NetAdvantage for ASP.NET 2008 Volume 2. The build number ends in 2204.
We are using UltraWebGrid v8.2, along with some other Infragistics controls and attempting to employ the fix listed above (copying fixed js files to a different directory and pointing webConfig there), but the js files are spread throughout the folder structure. Do they all need to be copied to the same directory? If so, will the folder structure need to be preserved in this new directory?
Alternatively, is there any other workaround short of upgrading to v9.2?
Unfortunately Chrome is not supported by the UltraWebGrid.
Please take a look at the WebDataGrid.
I use Chrome 5.0.375.86 and the grid is displayed and loaded with rows..my problem is with events ..row changed event or click event is not working .
I just did a quick test with Chrome 6.0.447.0 dev and it seems that the whole grid doesn't work. No rows were loaded, the paging and total rows seems to be correct.