给datagrid加个 style ="table-layout:fixed"
<Columns>
<asp:BoundColumn ItemStyle-Width=100px> </BoundColumn>
<asp:BoundColumn ItemStyle-Width=100px> </BoundColumn>
</Columns>
<Columns>
<asp:BoundColumn ItemStyle-Width=100px> </BoundColumn>
<asp:BoundColumn ItemStyle-Width=100px> </BoundColumn>
</Columns>
博客介绍了为datagrid添加style=\table-layout:fixed\样式,同时给出了设置列宽的代码示例,使用asp:BoundColumn并设置ItemStyle-Width为100px。
7669

被折叠的 条评论
为什么被折叠?



