Layout opens a window with a Grid with a column as a Calenda

Hello again, I have sent this a couple of times and you asked for me to generate the files that show this issue. I have and the problem still exists. If you change the z-index, it appears in FF but it will not in IE.



Please let me know how this is fixed becuase we need this functionality in our production env and we have our users using an ed instead since this is not working.

----------------------------------------------------------------------

HTML Page Code:











































------------------------------------------------------------

grid2.xml



<?xml version="1.0" encoding="UTF-8"?>



    

        01/01/2009

        Nokia 6300

        1

        210

    

    

        02/01/2009

        Sony Ericsson K800i

        1

        228

    





-----------------------------------------------------------------



Thanks,

-Phil


Create new dhtmlXWindows() object to show grid. Locally it solved the issue:


dhxWins = new dhtmlXWindows()

popupWindow = dhxWins.createWindow(“popupWindow”, 130, 100, 620, 300);




The sample is attached


1251450716.zip (159 KB)