点击DataGrid的列头排序后,我想取的排序后的ItemSource,
如(Dim dataSource As DataCollection = DirectCast(dgSingle.ItemsSource, DataCollection)),不过此时的ItemSource并不是排序后的,请问有什么方法可以取到排序后的DataGrid的数据源。 如(Dim&n
如(Dim dataSource As DataCollection = DirectCast(dgSingle.ItemsSource, DataCollection)),不过此时的ItemSource并不是排序后的,请问有什么方法可以取到排序后的DataGrid的数据源。 如(Dim&n