G Guest May 4, 2007 #1 If I sort a dataview using dataview.sort = "sort string", can the dataview.table change?
M Miha Markic May 4, 2007 #2 No, sorting dataviews doesn't change the underlying table in any way. However, note that when you bind DataTable you are actually binding DataTable.DefaultView.
No, sorting dataviews doesn't change the underlying table in any way. However, note that when you bind DataTable you are actually binding DataTable.DefaultView.