Hello,
I have an editable ultrawebgrid where I update sums, key ratio etc in the grid as the user edit values. To do this I loop through the grid rows in JavaScript AfterExitEditMode. Now, the first time I edit a value in the grid it takes approximatly 33 sec for the script to run, and I loop through 25 rows. I have tracked the delay to this piece of code:
for (i = 0; i < rows.length; i++) { alert("2.0.1"); row = rows.getRow(i); alert("2.0.2");
As I said, rows.length is equal to 25 in this case. The first three rows runs fast, but then at row four something happens. For the last 22 rows it takes approximately 1.5 seconds between the two alerts, which expains the 33 seconds it takes for the script to run.
This happens the first time the script run after a postback. If I edit a value a second and a third time without reloading the page or cause a postback, it runs as fast as it should.
Any idea what the problem with getRow() is and what I can do about the annoying delay?
I have exactly the same problem in the version 9.2
Is somebody find something for solve it?
Thanks
We got the same issue here...
We tried on both versions 8.2 and 10.3...
The issue happens only on Internet Explorer 8 in our case...
Any ideas?
Hi chj01,
Thank you for your reply.
Please note that version 6.1 is outdated and no longer supported. I would suggest updating your product version as a number of optimizations have been made to the UltraWebGrid since 6.1.
Feel free to contact me if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Thanks for the prompt response. Just to let you know this is an application with Ultrawebgrid version Version=6.1.20061.28. I tried Firefox and it made a big difference. It is fast and I can say the same thing when sorting (Client side) also. I went ahead and tried the app. on IE 9.0 and it is still painful to watch for both iterating through rows (about 250 with 26 columns) and sorting.
Hi all,
IE8 is known to have performance issues, however, I have tested an UltraWebGrid page with IE8 and am unable to replicate row selection times in the magnitude of seconds (using version 10.3 ). A sample illustrating such a scenario would be greatly appreciated and will allow me to provide more insight on improving performance.
Unfortunatelly, This post started in 2009 and now Oct 2011 and still doesn't have a valid response. Can someone help here????
I'm running into a similar issue with 10.1. Is there a fix/workaround for this issue?