Grid load time
Hi,
The example below takes 6+ seconds to load on my PC in both IE and Firefox. (The system is a P4 3.2Ghz with 1GiB RAM). I'm not setting any data here and it's running locally so it actually takes much longer over a network in a real application. Is there something i'm doing wrong or am I just trying to use too many cells (in this case 3500)?
Thanks very much,
Stuart
The example below takes 6+ seconds to load on my PC in both IE and Firefox. (The system is a P4 3.2Ghz with 1GiB RAM). I'm not setting any data here and it's running locally so it actually takes much longer over a network in a real application. Is there something i'm doing wrong or am I just trying to use too many cells (in this case 3500)?
grid = new AW.Grid.Extended;
grid.setControlSize(700, 400);
grid.setId("myGird");
grid.setFixedLeft(4);
grid.setCellEditable(true);
grid.setColumnCount(70);
grid.setRowCount(50);
document.write(grid);
Thanks very much,
Stuart
Stuart
April 4,