﻿<?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 - webgrid column width</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-column-width/</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>webgrid column width</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-column-width/</link><pubDate>Thu, 11 Nov 2010 21:31:40 GMT</pubDate><dc:creator>MarTin</dc:creator><category>webgrid column width</category><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can use ResizeBestFit() method to implement your scenario.&lt;/p&gt;
&lt;p&gt;Here is the following code:&lt;/p&gt;&lt;pre&gt;window.onload = function () {
   var WebGrid = ISGetObject("WebGrid1");
   var GetCol = WebGrid.RootTable.Columns;
   var ColLength = GetCol.length;

   for (var i = 0; i &amp;lt; ColLength; i&amp;#43;&amp;#43;) {
      GetCol[i].ResizeBestFit();
   }
}&lt;/pre&gt;
&lt;p&gt;Hope this helps. Thank you.&lt;/p&gt;</description></item><item><title>webgrid column width</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-column-width/</link><pubDate>Thu, 11 Nov 2010 02:41:38 GMT</pubDate><dc:creator>20100520</dc:creator><category>webgrid column width</category><description>&lt;p&gt;    I don't mean the column's text.I mean the column's rows content.&lt;/p&gt;&lt;p&gt;regards&lt;br /&gt;&lt;/p&gt;</description></item><item><title>webgrid column width</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-column-width/</link><pubDate>Thu, 11 Nov 2010 00:33:17 GMT</pubDate><dc:creator>qq397472251</dc:creator><category>webgrid column width</category><description>&lt;p&gt;&amp;lt;LayoutSettings AutoFitColumns="true"&amp;gt;&lt;/p&gt;</description></item><item><title>webgrid column width</title><link>http://www.intersoftsolutions.com/Community/WebGrid/webgrid-column-width/</link><pubDate>Wed, 10 Nov 2010 21:54:44 GMT</pubDate><dc:creator>20100520</dc:creator><category>webgrid column width</category><description>Hi:
&lt;p&gt; I want to know is there any way to let a column's width auto change to make the text all visible.so that don't accur ellipsis.&lt;/p&gt;
&lt;p&gt;regards&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>