Click here to Skip to main content
16,017,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir,
i see your article at the following link
Grid View with fixed header[^]

it is too good i make the scrollable grid view by this article

sir i have the problum is that header is not move (or scroll) with horizontaly,
i confuse infollwing part
1.)
XML
<%--Div contains the new header of the GridView--%>
  <div id="HeaderDiv">
  </div>
  <%--Wrapper Div which will scroll the GridView--%>
  <div id="DataDiv" style="overflow: auto; border: 1px solid olive; width: 600px; height: 300px;" onscroll="Onscrollfnction();">
       <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="true"
              CellPadding="6" CssClass="GridViewStyle">
              <HeaderStyle  CssClass="GridViewHeaderStyle" />
        </asp:GridView>
   </div>


here the <headerstyle is="" not="" use="" in="" the="" code="" and="" i="" think="" onscrollfunction="" mode="hold">

please tell me how these use how i am solve the problem
please send me complete cod on


[email removed]
thank you very much
Posted
Updated 5-Aug-10 2:07am
v2
Comments
E.F. Nijboer 5-Aug-10 8:09am    
You should ask this question at the "Comments and Discussions" section of this article. You might also try something yourself because there is a very small chance someone will create custom features for everyone.

I deleted your email because you will get notified by mail when there is any activity, so no need to add it again.

1 solution

It looks like you want to ask this question to an author related to his/her article.

I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.

Please post the same at the article's message forum.
:thumbsup:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900