New to Kendo UI for AngularStart a free 30-day trial

Represents the Export to Excel toolbar tool of the Grid. Apply this directive to any kendo-toolbar-button element inside a ToolbarComponent used in the Grid. When the user clicks the button, the excelExport event fires (see example).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridExcelTool]

Syntax:

html
<kendo-grid>
  <kendo-toolbar>
    <kendo-toolbar-button text="Excel Export" kendoGridExcelTool></kendo-toolbar-button>
  </kendo-toolbar>
  <kendo-grid-excel fileName="Grid.xlsx"></kendo-grid-excel>
</kendo-grid>
In this article
Definition
Not finding the help you need?
Contact Support