Hi all,
I created a DataView of a DataTable from a DataSet. I am using the
view as the source for a datagrid.
The sorting of the view is based on two of the datatable fields.
Now, if I modify the values of these fields programmatically for some
of the records contained in my datatable, does the dataview get
resorted automatically?
thank you,
Patrice.
Miha Markic [MVP C#] - 01 Jul 2004 12:46 GMT
Hi Patrice,
Yes, it should.

Signature
Miha Markic [MVP C#] - RightHand .NET consulting & development
miha at rthand com
www.rthand.com
> Hi all,
>
[quoted text clipped - 8 lines]
>
> Patrice.