P
Pieter
Hi,
I made a Collection-class that inherits from
System.Collections.ObjectModel.Collection(Of T), but when I use this
collection as a DataSource of a DataGrid or a DataGridView, it isn't sorted
when the user clicks on the column-headers.
Which Interface do I have to implement for this? And how do I do this? any
sample codes? Or should I use another Collection-class to inherit from?
Thanks a lot in advance,
Pieter
I made a Collection-class that inherits from
System.Collections.ObjectModel.Collection(Of T), but when I use this
collection as a DataSource of a DataGrid or a DataGridView, it isn't sorted
when the user clicks on the column-headers.
Which Interface do I have to implement for this? And how do I do this? any
sample codes? Or should I use another Collection-class to inherit from?
Thanks a lot in advance,
Pieter