that.grouping = function(grouping) {
      if (grouping !== undefined) {
        that._grouping = grouping;
      }
      return that._grouping;