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

Represents the Export to CSV 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 csvExport event fires (see example).

Definition

Package:@progress/kendo-angular-grid

Selector:[kendoGridCSVTool]

Syntax:

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