Skip to content

Instantly share code, notes, and snippets.

@gnysek
Created July 18, 2014 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnysek/fbda79aaba6641ab3f74 to your computer and use it in GitHub Desktop.
Save gnysek/fbda79aaba6641ab3f74 to your computer and use it in GitHub Desktop.
public virtual void BuildGroups() {
if (this.Columns.Count > 0) {
this.BuildGroups(this.PrimarySortColumn, this.PrimarySortOrder == SortOrder.None ? SortOrder.Ascending : this.PrimarySortOrder);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment