hi
is there any way to know how i sort my gatagridview by pressing on header column ?
i have DataGridView that has data, if i press the header column i sort my data (for example sort by name)
how i can know witch sort i press ?
(C# WinForms)
thanks in advance