S
StanB
Should DataGridView sort work if the datasource is an array?
It works fine out of the box if bound to DataSet...
It works fine out of the box if bound to DataSet...
Should DataGridView sort work if the datasource is an array?
It works fine out of the box if bound to DataSet...
It is so nice that you published the reusable class!
I do get an error, though.
It fails somewhere within your delegate, don't know where, because debugger
doesn't step
into the class.
I only added a constructor to the class:
public SortableBindingList(IList<T> list)
: base(list)
{
}
so I can initialize it from my array.