Sorted column in the DataGrid.

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

How can I find out which columns is the currently sorted one in the
DataGrid (WinForms, not asp.net)?
This issue has been driving me nuts for a little while now.

Thanks,
Frank
 
try controling it with a click event set a variable that is an integer and
equals the row that was clicked on the header click event

WSToreyII
 
Back
Top