Another idea is to sort on the data, assign your DataTable to a BindingSource which becomes the DataSource for the DataGridView. Set the sort property of the BindingSource to multiple columns i.e. BindingSource1.Sort = "Col1,Col2 desc"
|
Results 1 to 4 of 4
Thread: Datagrid Multiple Column SortThreaded View
|
Click Here to Expand Forum to Full Width |