Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何在设置后更改编辑列位置AutoGenerateEditButton="true"。默认情况下,它始终作为第一列显示在左侧。
AutoGenerateEditButton="true"
用于 <asp:CommandField ShowEditButton="True" />定义您的编辑列
<asp:CommandField ShowEditButton="True" />