dataGrid是Web控件还是WinForm控件?
Web控件可以用itemstyle-width来设定单元格宽度,一般都这样的,很少有人问Web控件的自适应啊,可能你是WinForm吧。WinForm控件就比较麻烦些了,也是类似样式控制,这里主要是ASP.NET版,暂时不详细说明了。
<asp:templatecolumn itemstyle-width="60" itemstyle-horizontalalign="Center">
<itemtemplate>
<asp:label id="labSetPermission" runat="server" text="设置许可"></asp:label>
</itemtemplate>
</asp:templatecolumn>
第二个问题是什么意思??