Hey guys,
I was trying to find some way to filter and sort data in a Generic Collection
of List<> Type but couldn't find any way to do this.
I have Tried to use BindingSource which didn't really filter any of the data in my collection.
Anyone have any idea how I can filter and sort data in a List<> Collection ?
Thanks!