Programmer Question
I am trying to make my header for a gridview i have fixed and i almost have it. I set the position to fixed because it will be in the same spot on teh screen all teh time. I can then move it around using css to postion it right. The only problem is the columns in my table header lose there width when i go to position fixed. I would like to have my header table columns be the same width as my row column widths.
Is there any way to set this using css or jQuery? My column widths change depending on the data so I would probably have to do this at runtime.
Find the answer here
No comments:
Post a Comment