如何更改编辑模板以显示在自动生成的网格视图的最后一列
我有一个 gridview,其中的字段是在运行时使用 AutoGenerateColumns="True" 生成的。 在此之前,在设计中我添加了一列作为 ItemTemplate 以具有编辑和删除行按钮。
现在,编辑模板列作为网格中的第一列,接下来是所有自动生成的列。
谁能告诉我一种方法,使 Itemtemplate 字段列成为网格视图中的最后一列。
I have a gridview in that fields are generated at runtime using AutoGenerateColumns="True".
Before that in the design I have added a column as ItemTemplate to have Edit and Delete Row buttons.
Now the edit template column comes as the first column in my grid and all the autogenerated columns next.
Can anyone tell me a way to make the Itemtemplate field column to come as the last column in my gridview.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 gridview 的智能标签,您应该能够根据需要向左或向右移动列。
Using the gridview's smart tags you should be able to move the column left or right as you wish.