WinForm/C# 关于获取 WnGrid 中过滤或排序行的方法

wangbaochen · 2020年04月15日 · 64 次阅读
wnGridPbcdxx.Columns["Qswz"].SortOrder = ColumnSortOrder.Ascending; //排序
var listRow = wnGridPbcdxx.GridView.DataController.GetAllFilteredAndSortedRows(); //获取所有已经排序或者过滤的数据
var listRowView = listRow.Cast<DataRowView>().ToList(); //转换成List<DataRowView>
暂无回复。
需要 登录 后方可回复, 如果你还没有账号请点击这里 注册