I have an OrderBlock object that contain a list of Orders. This list is bound to my datagrid.
The list often contain multiple orders for the same stock, say Microsoft. Some of the orders might be buy others might be sell orders.
I want to group my list based on the Order.Id and Order.Side but I am unsure how to do this?