Grid.prototype.goForwardMonth = function() {
  this.moment.add(1, "month");
  this.build();
};