I need to use datagrid column sorting (ascendant sorting)
I’m having 12 rows with D.M.S values when using ascendant column sorting it sort from degree zero but I need to sort According to
Kept first row value as starting point from that first row as starting value need to perform ascendant sorting.
DataGridView1.Sort(DataGridView1.Columns(0), System.ComponentModel.ListSortDirection.Ascending)
New contributor
Tj96 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.