I just switched a fairly large, 3-year-old application to the latest version of the Ajax controls. One of the primary screens uses a RadGrid to display search results. After switching to the new release (we had been using 2010.3.1717.40) the RadGrid now shows a 17px wide gap on the right side of the grid (see attached). In investigating where this was coming from, I ran the IE9 Web Developer Tools, which shows a "margin-right: 17px" on the RadGridHeader div. Here's the HTML that shows in Web Developer Tools:
If I disable the margin-right: 17px the grid aligns perfectly. However, I can't figure out where this is being set? How do I change this? I searched my entire solution and I don't have any file in it that contains that text. However, I did find it when viewing the Telerik.Web.UI.WebResource.axd file in Web Developer Tools. So I have to assume it's coming from there. Please let me know how to fix this.
Thanks for your help!
Eddie
<
div
class
=
"rgHeaderDiv"
id
=
"ctl00_cphDefault_RadGrid1_GridHeader"
style
=
"width: 715px; overflow: hidden; margin-right: 17px;"
_events
=
"[object Object]"
>
Thanks for your help!
Eddie