gridview调整单元格宽度的方法

  <asp:BoundField DataField="Comments" HeaderText="评论">

  <ItemStyle width="300px" />

  </asp:BoundField>