B
BillE
I'm building a windows forms application using vs2005, vb.net.
I have a form with a datagridview bound to a BindingSource.
Even though the Sortmode is set to Automatic for all columns, they do not
sort when the header is clicked.
Is this because of the type of datasource I am using?
How do I sort programmatically, if I can't sort automatically?
The Binding Source datasource is a class, which exposes a BindingList of
class objects.
Thanks
Bill
I have a form with a datagridview bound to a BindingSource.
Even though the Sortmode is set to Automatic for all columns, they do not
sort when the header is clicked.
Is this because of the type of datasource I am using?
How do I sort programmatically, if I can't sort automatically?
The Binding Source datasource is a class, which exposes a BindingList of
class objects.
Thanks
Bill