Todd:
The DefaultView will send the sort back to its original state, so if you
haven't reset it, then it's not going to do anything. Just to test, call
..Sort on another field, anyone will do just to verify that it's working. If
you've already called so, then let me know.
Cheers,
bill
"Bill Todd" <no@no.com> wrote in message
news:3b********************************@4ax.com...
I have a DataTable in a DataSet. A DataGrid is bound to the DataTable.
When I assign a field to the DataTable.DefaultView.Sort property the
order in the DataGrid does not change.
What am I missing?
--
Bill