Custom Gridview Control with Freezeable headerhttp://forums.asp.net/t/1796851.aspx/1?Custom+Gridview+Control+with+Freezeable+headerWed, 25 Apr 2012 13:53:37 -040017968514950937http://forums.asp.net/p/1796851/4950937.aspx/1?Custom+Gridview+Control+with+Freezeable+headerCustom Gridview Control with Freezeable header <p>Hi,</p> <p>I am trying to create custom Gridview control with the option to Freeze the column header. I created the Custom control with the basic logic as provided in the below link</p> <p>http://imar.spaanjaars.com/357/a-scrollable-table-with-a-fixed-header</p> <p>The problem is the alignment between the header table created and the datarow table.</p> <p>&lt;Table &gt; with Header rows &lt;/Table&gt;</p> <p>&lt;div overflow:auto&gt;</p> <p>&lt;Table&gt; with Data Rows &lt;/Table&gt; &lt;/Div&gt;</p> <p>I tried searching and found another way as below by javascript</p> <p>http://www.codeproject.com/Articles/13126/An-ASP-NET-DataGrid-Custom-Control-to-Freeze-Heade</p> <p>but this have problem when we run in IE9.</p> <p>Can any one suggest how to solve the alignment .</p> <p></p> 2012-04-25T13:26:52-04:004950947http://forums.asp.net/p/1796851/4950947.aspx/1?Re+Custom+Gridview+Control+with+Freezeable+headerRe: Custom Gridview Control with Freezeable header <p>either use &nbsp;CSS&nbsp;</p> <p><a href="http://csharpdotnetfreak.blogspot.com/2009/07/scrollable-gridview-fixed-headers-asp.html">http://csharpdotnetfreak.blogspot.com/2009/07/scrollable-gridview-fixed-headers-asp.html</a></p> <p>or JQuery</p> <p><a href="http://csharpdotnetfreak.blogspot.com/2011/11/jquery-fixed-header-scrollable-gridview.html">http://csharpdotnetfreak.blogspot.com/2011/11/jquery-fixed-header-scrollable-gridview.html</a></p> 2012-04-25T13:30:53-04:004951002http://forums.asp.net/p/1796851/4951002.aspx/1?Re+Custom+Gridview+Control+with+Freezeable+headerRe: Custom Gridview Control with Freezeable header <p><a href="http://ideasparks.codeplex.com/">http://ideasparks.codeplex.com/</a></p> 2012-04-25T13:53:37-04:00