I am using a DetailsView control with a field that has a large amount of HTML text. The rendered page displays the DetailsView data column with a very narrow width. What I'd like to be able to do is
- Allow the field header column to take up as much space as it needs without word wrapping.
- Allow the data column to take up the rest of the space (or upto a specified %) of the remaining space on the page.
How can I do these two aspects?
Many thanks.