Sometimes half of the dhxCalendarA is invisible.

hi.
when use dhxCalendarA in a grid cell and when the cell is in the bottom of the browser, open the dhxCalendarA, the dhxCalendarA will overflow the bottom of the browser and half of thedhxCalendarA will invisible. this is because thedhxCalendarA’s positon is not right. the thedhxCalendarA’s positon should above the cell when the cell in the bottom of the browser.

Thanks!

You may try to customize the position of the calendar using the setPosition() method.
For example:

mygrid.attachEvent("onCalendarShow", function(myCal,rId,colInd){ var cell = this.editor.cell; var pos = this.getPosition(cell); myCal.setPosition(pos[0],pos[1]-200); });

hi.
I know user can set its position, but this work is better to be done in the dhtmlxGrid, when a dhxCalendarA or a combobox or editor is show, dhtmlxGrid should ajust the popup control’s positon to let the dhxCalendarA or combobox or editor’s to be full visible, the popuped control should be as much as possible not extend the screen, so user can use it.
Thanks!

Your proposal will be reviewed. So the solution might be included in the future versions.