ICollectionView.SortDescriptions sort does not work if underlying DataTable has zero rows
We have a WPF app that has a DataGrid inside a ListView.
private DataTable table_;
We do a bunch or dynamic column generation ( depending on the report we are showing )
问答
阅读(2)