I\'ve created a DataTable as follows:
accTable = new DataTable(); accTable.Columns.Add(new DataColumn(\"Date\")); accTable.Columns.Ad
For date data, we can use the following code:
dgv_transfer_from.Sort(dgv_transfer_from.Columns["Date_Out"], ListSortDirection.Ascending);