Categories | Question details Back To List | ||||||||
DHTMLX Grid : Setting the position of dhxCalendar type column Hi, How can I change the position of the calendar which is shown on click of dhxCalendar type cell ??? Answer posted by Support on Jul 21, 2008 03:09 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. Answer posted on Jul 27, 2008 23:21 Calendar position is running away in IE 6. Why its like that ? Answer posted by Support on Jul 28, 2008 02:45 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. Attachments (1)
|