Hi
I want to know how set Scroll bar in GridView.Can you Help
me
This is a discussion on GridView with Fixed Header and Horizontal Scroll Bar - Inetserver ; Dear Does any one know how to fix header in the GridView with an horizontal Scroll bar ....
Dear
Does any one know how to fix header in the GridView with an
horizontal Scroll bar .
Hi
I want to know how set Scroll bar in GridView.Can you Help
me
One workaround is to have a separate table control to show the header elements and hide the actual header of the grid.Now put the grid inside a div or panel with scrollbar property.But that takes extra effort to have a proper alignment.Each cell of the header table should be aligned with each cell of the grid.The other work around is to fix the header of the grid in such a way that scrolling down shouldnt hide the header of the grid.Using stylesheet we can achieve that.
Cheers,
Eliza