Loading an XML string in a grid is very very slow.
Hi,
I ahve bought Active WIdgets 2.0 version.
My problem is that I am loading an XML string in the grid but it is very very slow even for 500 records...
When my record size is less than 100 then it is fine.
Here is the code.
function updateGrid(ServerXML)
{
table.setXML(ServerXML);
grid.setCellModel(table);
grid.setRowCount(table.getCount());
grid.refresh();
document.write(grid);
}
Please help
I ahve bought Active WIdgets 2.0 version.
My problem is that I am loading an XML string in the grid but it is very very slow even for 500 records...
When my record size is less than 100 then it is fine.
Here is the code.
function updateGrid(ServerXML)
{
table.setXML(ServerXML);
grid.setCellModel(table);
grid.setRowCount(table.getCount());
grid.refresh();
document.write(grid);
}
Please help
Piyusha
March 31,