Sorting columns using a list of objects (c#)
September 17th, 2013Rendering a collection of items in columns could be problematic, at least if you want to sort the items vertically in each column, or you need to use separate surrounding html tags for some reason.
Example: You have a list of letters – a, b, c, d, e, f – and you want to group them like this:
a c e
b d f