Hi, based on this article http://www.aspsnippets.com/Articles/GridView-with-Fixed-Static-Header-on-scroll-in-ASPNet.aspx, I have successfully followed and accomplished the desired output. However, more on the formatting end of my task, I need to expand the gridview size automatically based on the div / panel where the gridview is located.
In an instance where the gridview produces a short width output, the gridview is actually not centered and not perfectly fitted to its Div / Panel.
I tried to include a 100% width in the gridview properties but it resulted to error of the whole gridview where it only outputs one column.