[eluser]daiyna[/eluser]
First of all, great job on the grid. Im using it on my struts project and it works great.
[quote author="TheJayL" date="1218566059"]I've noticed how the headers lag in both IE and FF3 behind the columns when horizontally scrolling. This is due to the function rePosDrag() being fired in the custom scroll function.To improve performance I changed the code where the bDiv is set to
This makes horizontal scrolling work much better as the function is not fired every time the slider moves, only when you are done scrolling. However, it will also trigger if the user does any other action now (like sorting, column moving, row selection, etc).
So I guess, does anyone have feedback as to the detriment to performance or mem usage. Makes scrolling much nicer, but makes the function fire off on any click in the bDiv.[/quote]