combo not docking in grid

Hi DHTMLX Support,

I have grid with combo type, when clicking its cell, combo’s options shows up (see image)



and it looks fine, but when i scroll with mouse, combo’s options/content undocking from its container (see image 2)


. the same problem occurs when i access it from tablet/gadget if tapping the screen.

Any suggestion for this case ?

Thank You.

Unfortunately this is the known behavior and it cannot be changed.
You may close the editor from the onScroll event.
For example:

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