RadGrid Column Sizing
Posted
by Bunch
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Bunch
Published on Fri, 31 Aug 2012 07:54:06 GMT
Indexed on
2012/08/31
15:40 UTC
Read the original article
Hit count: 164
I came across this column sizing weirdness the other day. Using a RadGrid the headers looked great. The rows with the data however sized however they felt like it, usually way too small. After looking around I came across this that solved my problem. Adding the meta tag of <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> in the head section of my aspx page was what I needed.
My issue was pretty specific since I had to target IE8 for the app I was working on but it may apply to other scenarios as well.
Tags: ASP.Net
© Geeks with Blogs or respective owner