DHTMLX Grid : Setting the position of dhxCalendar type colum

Hi,

How can I change the position of the calendar which is shown on click of dhxCalendar type cell ???

The position is hardcoded in dhtmlxgrid_excell_dhxcalendar.js

line 38
                        var arPos = this.grid.getPosition(this.cell);
                        this.grid._grid_calendarA.setPosition(arPos[1],arPos[0]);

By default it shows editor at same position as related cell in grid.
   

Calendar position is running away in IE 6. Why its like that ?

Please try to use latest version of calendar (attached)
If problem still occurs for you - please provide any kind of sample where issue can be reconstructed.

dhtmlxcalendar.zip (12 KB)