把一DataSet绑定到一GridView,其中GridView的AutoGenerateColumns设置为true,现在想在表的添加一删除列,其位置须在表的最后,不知有什么方法没有?
------解决方案--------------------------------------------------------
GridView.AutoGenerateDeleteButton
------解决方案--------------------------------------------------------
UP
------解决方案--------------------------------------------------------
手动加行不?
------解决方案--------------------------------------------------------
为什么要AutoGenerateColumns = true
设置为false,自己加一列多灵活