R
Rick
VS 2005/Pro
I'm using a DataGridView in a Windows form and allowing the user to sort the
columns by clicking on the header column.
Is there some method offered by the grid to return back to the unsorted
view?
I think I could "roll my own" by resetting the bindingsource.sort = nothing,
but it seems like the datagridview should have something like this?
Rick
I'm using a DataGridView in a Windows form and allowing the user to sort the
columns by clicking on the header column.
Is there some method offered by the grid to return back to the unsorted
view?
I think I could "roll my own" by resetting the bindingsource.sort = nothing,
but it seems like the datagridview should have something like this?
Rick