﻿<?xml version="1.0" encoding="utf-8"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Intersoft Community - WebGrid Enterprise - Avoid WebGrid to wrap columns</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Avoid-WebGrid-to-wrap-columns/</link><description /><generator>http://www.intersoftsolutions.com</generator><language>en</language><copyright>Copyright 2002 - 2015 Intersoft Solutions Corp. All rights reserved.</copyright><ttl>60</ttl><item><title>Avoid WebGrid to wrap columns</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Avoid-WebGrid-to-wrap-columns/</link><pubDate>Wed, 10 Feb 2016 10:53:48 GMT</pubDate><dc:creator>yudi</dc:creator><category>Avoid WG to wrap columns</category><description>&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Sorry for the delay in sending this.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span style="color: #1f497d;"&gt;By comparing Firefox_correctly_shows.JPG and IE_11_wrap.JPG, I can see that the caption of column header overlapping the next column header in IE browser.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;Try to add &lt;strong&gt;CustomRules&lt;/strong&gt; in HeaderStyle and set its value as shown in the following snippet code.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;ISWebGrid:WebGrid ID="WebGrid1" runat="server" ...&amp;gt;
    &amp;lt;RootTable DataKeyField="CODICE"&amp;gt;
        &amp;lt;Columns&amp;gt;
            &amp;lt;ISWebGrid:WebGridColumn Caption="CODICE" DataMember="CODICE"
                Name="CODICE" Width="100px"&amp;gt;
            &amp;lt;/ISWebGrid:WebGridColumn&amp;gt;
            ...
        &amp;lt;/Columns&amp;gt;
    &amp;lt;/RootTable&amp;gt;
    &amp;lt;LayoutSettings ...&amp;gt;
        ...
        &amp;lt;HeaderStyle ... CustomRules="text-overflow:ellipsis;overflow:hidden;" /&amp;gt;
    &amp;lt;/LayoutSettings&amp;gt;
&amp;lt;/ISWebGrid:WebGrid&amp;gt;&lt;/pre&gt;
&lt;p&gt;&lt;span style="color: #1f497d;"&gt;This should helps.&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Avoid WebGrid to wrap columns</title><link>http://www.intersoftsolutions.com/Community/WebGrid/Avoid-WebGrid-to-wrap-columns/</link><pubDate>Tue, 02 Feb 2016 10:48:39 GMT</pubDate><dc:creator>l.sitzia@lsinformatica.net</dc:creator><category>Avoid WG to wrap columns</category><description>&lt;p&gt;Hello, how should I set WG in order to keep all columns in the needed size and show side bars to get the right position? With the current settings WG wraps the colums and overlap the captions leaving them unreadable.&lt;/p&gt;&lt;p&gt;This happens only with MS IE with Firefox all columns are shown correcly.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;p&gt;Regards.&lt;/p&gt;&lt;p&gt;Luciano&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>