I am using Dyanmic LINQ from the VS2010 code samples as I am trying to create a LINQ groupby expression.
I want to allow the user the possibility to select at runtime the properties to group on/by as well as the period of grouping (year, quarter, month)....