select cell in IE is slow

it takes about 3 or 4 seconds to move focus to the cell when I click in a grid with 500 rows In IE 6.0,

but in FF it takes only 0.1 second



it’s any trick in js?

Can you please provide us example where we can reproduce this issue?

the code is very simple.
myLayout = new dhtmlXLayoutObject(document.body, "1C", "dhx_blue");
myLayout.cells("a").setText("Block List");

myGrid = myLayout.cells("a").attachGrid();
myGrid.setSkin("light");
myGrid.setImagePath("codebase/imgs/");

myGrid.loadXML("xml/GridHeaderBlock.xml",function(){ loadData(); });


function loadData()
{
myGrid.clearAll();
myGrid.updateFromXML("BlockOperate.php?ot=6&qybh=013F4D3F654F41044E3F3F1E363F3F00&qb=1");
}

and please visit
[124.115.26.144/test/blockgrid.php](http://124.115.26.144/test/blockgrid.php)

124.115.26.149/test/blockgrid.php

Unfortunately we cannot open your link.

sxynzs.com/test/blockgrid.php

This page shows error:

Not Found

The requested URL /test/blockgrid.php was not found on this server.

sxynzs.com/test/blockgrid.php

also

source code files in attachment

Can you please provide sample of xml for rows which you are using? You can just open BlockOperate.php in the browser and copy generated xml output.
Also please don’t post files from the PRO version in this forum.

please replace loadData() function in file blockgrid.php with
    function loadData()
    {
        myGrid.clearAll();
        //myGrid.updateFromXML(“BlockOperate.php?ot=6&qybh=013F4D3F654F41044E3F3F1E363F3F00&qb=1”);
        myGrid.updateFromXML(“BlockOperate.xml”);
    }

This is known issue of the dhtmlxLayout 2.0. This problem was fixed at the 2.5 version. New version of dhtmlxLayout you can download here dhtmlx.com/docs/download.shtml