Click here to Skip to main content
15,886,422 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi!

I am working with my project. I have a grid view that displays lots of records. Now, I want to make my header for my grid view fixed whenever I scroll it down. I made my header fixed by inserting a CSS Selector on my .aspx code. But I got a problem. My header overllaped with the two columns on the first row. I do not know how to fix that. Can anyone help me out?

CSS Selector:
CSS
<pre lang="xml">.FixedHeader{
position: absolute;
font-weight: bold;
}</pre>


.aspx code:

<asp:Gridview ID="Gridviewchecklist" HeaderStyle-CSSCLass="FixedHeader" runat="server" DataKeyNames="checklist_code" AutoGenerateColumns="False" AllowSorting="true" CellPadding="4" OnSelectedIndexChange="GridviewChecklist_OnSelectedIndexChange" ForeColor="#333333" Width="100%" OnSorting="Sorting_checklist" >
Posted
Updated 19-Aug-14 17:21pm
v4
Comments
[no name] 17-Aug-14 21:31pm    
What do you mean you could not find it? http://www.google.com/search?q=jquery+datagridview+fixed+header
DarkDreamer08 17-Aug-14 21:38pm    
i mean there are articles that they drag a jquery script in their codes that was save in a folder. but i cannot find that file on the page that they posted their article. its just the .cs file and .aspx file. but where is the jquery that they added? that's what I mean. :)
[no name] 17-Aug-14 22:38pm    
Well... gee.... considering that we all have probably not read every single article on the internet, how would you expect us to know which articles that you are referring to out of the trillions of articles that it could be?
DarkDreamer08 17-Aug-14 23:27pm    
oh, yeah. Sorry about that. Why I did not think about that? How ridiculous I am? hahaha XD anyway, Thanks for your help. I am doing it now :)

1 solution

You have to download the file from official jQuery[^] site.
 
Share this answer
 
Comments
DarkDreamer08 18-Aug-14 1:56am    
http://www.codeproject.com/Questions/808534/How-to-search-records-in-a-database help me please here :)
Okay, sure. Please mark this as answer. :)
DarkDreamer08 18-Aug-14 23:16pm    
Kindly help me here... http://www.codeproject.com/Questions/808919/How-to-insert-records-from-database-to-a-label pleaseee :) I really nedd a hand here..
It is solved. :D Great. :)
DarkDreamer08 19-Aug-14 1:43am    
Yeah, Thanks to all that helped me :) like you! XD

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