excellCombo dropdown box opening in wrong position

I have a grid with an excell Combo column and a single row in the grid. If I scroll the screen so that the position of the row changes on the screen then when I click on the Combo the drop down box opens in the ‘ORIGINAL’ place where the row was. i.e. it does not seem to recognise that the position of the combo box has changed.

Please can you tell me what I’m doing wrong?

Thanks
Purvez

This is know issue and will not be fixed. As a workaround add following code to your page:

grid.attachEvent("onScroll",function(){ grid.editStop(); });

After that cell editor will be closed and combo drop down will disappear after you should the grid.

Hi Olga, please remember that I only have ONE row in the grid so when I say ‘scroll’ I am talking about the whole screen scrolling not just rows inside the grid.

Also I don’t fully understand the following:

After that cell editor will be closed and combo drop down will disappear after you should the grid.

Please can you explain what you mean by ’ … will disappear after you should the grid’

Hello, Nexar.

Unfortunately issue can’t be reconstructed locally.
try to update your version of dhtmlxGrid.
If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.