Fix for Firefox not rendering GridView columns properly

Doesn't seem to be super well documented, so I figured I'd regurgitate it here. In Firefox, apparently whitespace in a table is treated as "important" by default, and prevents wrapping. To turn this off add this little CSS nugget <style type="text/css">
{
white-space:normal !important;
}
</style>
Source: http://www.telerik.com/community/forums/thread/b311D-ehhed.aspx

Print | posted @ Tuesday, October 02, 2007 10:02 AM

Comments on this entry:

No comments posted yet.

Your comment:

Title:
Name:
Email:
Website:
 
Italic Underline Blockquote Hyperlink
 
 
Please add 3 and 8 and type the answer here: