Click here to Skip to main content
15,905,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I inherited a GridView on a webpage thats header columns continue off the screen past the data columns and create scroll bars for the entire page. The header section also appears to be spearte from the data table values in formatting and display. The data table scrollbars move the data table, however the header values on the web page do not scroll with the data. The scrollbar at the bottom of the web page allows me to scroll and see all of the column headings to the right, but the data view is not under the columns.

Note: The formatting issue did not exist in older versions of IE. Also it does NOT occur in Google Chrome, but using Chrome is not an option.

Something similar to this.. (text represenation of the GridView)
                  HeadText1   HeadText2   HeadText3   HeadText4   HeadText5  
Select  SomeAction  1.00         33       1/7/2014
Select  SomeAction  3.00         31       2/3/2014
Select  SomeAction  6.00         38       4/5/2014
Select  SomeAction  9.00         32       6/2/2014
<SCROLLBAR HERE FOR DATATABLE                    >

<         SCROLLBAR HERE FOR WEB PAGE                                  >

Thanks
Posted
Updated 23-Apr-14 7:32am
v2

1 solution

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