dhtmlxCalendarObject


The cal popup background image displays correctly on the right edge of the input field. The problem is that the dates of the month

extend over the background to the width of the div below?



|_________________| ============== March 2008

|

| 2 3 | 4 5 6 7

|

| 9 10 | 11 12 13 14

|

| |

==============











IS Projects













    

    

            

    

        







































End Date

















mygrid = new dhtmlXGridObject(‘gridbox’);

        mygrid.setImagePath(“codebase/imgs/”);

        mygrid.setHeader(“ID,Project,Project Coord.,Submit Date,Start Date,End Date,Quarter Plan, Status”);

        mygrid.setInitWidths(“40,350,100,100,100,100,100,100”);

        mygrid.setColAlign(“left,left,left,left,left,left,left,left”);

        mygrid.setColTypes(“ed,ro,ro,dhxCalendar,ro,ro,ro,ro”);

        mygrid.setColSorting(“str,str,strstr,str,str,str,str”);

        mygrid.setSkin(“modern”);

        //mygrid.setOnRowSelectHandler(doOnRowSelected);

        mygrid.init();

        //mygrid.loadXML(“http://10.82.10.153:81/getisprojects?openagent&” + Math.random);





    </script









                



The problem can’t be reconstructed locally  - please check attached sample it uses the same code as in your snippet but works fine.


1206355297.zip (24.9 KB)