Scrolling problem with Text Area in dhtmlxGrid

Hi,

I have a text area field in one cell in dhtmlxGrid object. If I have my mouse pointer within the text area object and scroll up and down, then it is OK. But if I take my mouse pointer outside of the text area but within the grid and scroll up and down, then the grid moves up and down but the text area does not move in sync. Thus it appears detached. Can you please help?

Thanks,
Dhanan.

Hi,

Unfortunately this bug will not be fixed.

May suggest you such workaround:

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