Although the Visual InterDev 6 Grid design-time control (DTC) is handy for putting tables of data on a Web page, the default format has some unpleasant aspects. For example, the width of the columns may not suit your data, forcing it to wordwrap. Instead, you can make the table resize according to the data. Right-click your Grid DTC and bring up its property page and click the Format tab. At the bottom left of the page, clear the Fixed Column Width checkbox. From now on, the table adjusts to the size of the longest cell and only wraps if the table overfills the width of the Web page.