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
20
getRow with version 6.2 slow execute time with IE8
posted

I have an VS2003 application which utilizes NetAdvantage V6.2.  IE8 was recently installed on all workstations and it has slowed down the application considerably. 

I traced the slowdown to the following code.  I have a datagrid populated and the code is in a for loop searching for a certain value.  Specifically, the getRow() function is where the slowdown occurs.  In IE8 it takes close to a second to retrieve each row.

var oEmpnoLoop = rows.getRow(i).getCell(11).getValue();

I have tested with IE6 and IE7 with no problems.

Parents
No Data
Reply Children
No Data