Showing related tags and posts across the entire site.
-
Hi jelster, As you pointed out, the only way to wrap text inside a cell is having a fixed size column. Thank you for your feedback. Regards, Alvaro.
-
i have attached an image of the grid. If paging is turned off then the column formatting is fine. So unlike first thought it is the paging with scrollbars turned on that causes the problem. In the itemcreated command i have checked the pager cell has colspan set and yes it has so still cant understand...
-
Yes, in the designer under the Format tab of the Property builder you can set each column's width or in code C1WebGrid1.Columns(1).ItemStyle.Width = 300 regards, Greg L