I have a form when I want to do I double sort.
First i want to sort by the Status column so I put Status in the OrderBy property.
But within that sort I also want to sort by the ProducedByDate column.
SO the result would look like this....
Status Produce By
1 8/24/2013
1 8/25/2013
2 8/24/2013
2 8/25/2013