I'm trying to sort my table by columns. None of these command seems to work. Is it possible to sort by two columns.
DataGridView2.Sort(1, "Ascending")
DataGridView2.Sort(DataGridView2.SelectedColumns(1), "Ascending")
|
Results 1 to 12 of 12
Thread: DataGridView sortingThreaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |