I've been using the code from:
http://www.aspsnippets.com/Articles/Scrollable-GridView-with-Fixed-Headers-using-jQuery-Plugin.aspx
It works fine except for two things:
1) There is a visible gap between the header and the Gridview.
2) The alignment between the header cells and the grid cells is off.
I have a different Gridview on a different page, and the alignment between its header cells and the grid cells is perfect. I've experimented quite a bit, and found that adding a CellPadding value to the second Gridview messes up the alignment. But there's something else in the first Gridview that's causing a problem--I've removed the CellPadding command, and it still mis-aligns the columns.
Any help would be appreciated.
Thanks