Tagged Questions

1
vote
1answer
230 views

GridView Column Width - How To Stop “Shrink-To-Fit” Behavior

I am currently trying to implement a GridView with a frozen header. I've gotten the header frozen using javascript found online. Here is the code: var GridId = "<%=dgContacts.ClientID %>"; ...