0

I see a lot of discussion for this issue, but they are old, and not cross browser.

I have a gridview in my asp.net project with many rows, I need that header is fixed when user scroll the grid, gridview allow sorting, so user can click on header.

Maybe using paging solve my problem, but I must use scroll .

1 Answer 1

1

I suggest you to add scrollable div

<div style="overflow:auto; widht:100%; height:YourHeight" >
<asp:GridView>
   .....
</asp:GridView>
</div> 
Sign up to request clarification or add additional context in comments.

1 Comment

I think that this not solve my problem, using div I have all gridview scrollable, I want to scroll only on rows having header and footer static

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.