Creating a Sortable BindingList

This article from MSDN talks about custom databinding, but specifically it talks about the issues raised when you are trying to databind a custom collection to a datagridview.

Using a List<T> will work, but when all is said and done you lose some nice features such as sorting.

Advertisement

One thought on “Creating a Sortable BindingList

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s