I want to sort a list. The sortedbindinglist does it but I'm being a dummy here. Help please. Here's by list code:
Dim mList as AnyList = AnyList.getList(SomeID)
How do I use sortedbindinglist from here.....
All I have to do is ask a dumb question on here and then I figure it out immediately.....
Dim mList as AnyList = AnyList.getList(SomeID)
Dim
sortedObjectAs New Csla.SortedBindingList(Of AnyListinfo)(mList)sortedObject.ApplySort(
"AnyColumn", ComponentModel.ListSortDirection.Ascending)Copyright (c) Marimer LLC