przycisk Usuń siatkę Serenity
protected getButtons(): Serenity.ToolButton[] {
let buttons = super.getButtons();
buttons.splice(Q.indexOf(buttons, x => x.cssClass == "add-button"), 1);
return buttons;
}
Tommy