@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
- package/aggregates/aggregate-types.d.ts +1 -1
- package/aggregates/status-bar-template.directive.d.ts +1 -1
- package/column-menu/column-chooser.component.d.ts +3 -3
- package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
- package/column-menu/column-menu-autosize.component.d.ts +3 -3
- package/column-menu/column-menu-chooser.component.d.ts +4 -4
- package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
- package/column-menu/column-menu-filter.component.d.ts +3 -3
- package/column-menu/column-menu-item-base.d.ts +1 -1
- package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
- package/column-menu/column-menu-item.component.d.ts +2 -2
- package/column-menu/column-menu-item.directive.d.ts +1 -1
- package/column-menu/column-menu-lock.component.d.ts +3 -3
- package/column-menu/column-menu-position.component.d.ts +2 -2
- package/column-menu/column-menu-settings.interface.d.ts +4 -4
- package/column-menu/column-menu-sort.component.d.ts +1 -1
- package/column-menu/column-menu-stick.component.d.ts +4 -4
- package/column-menu/column-menu-template.directive.d.ts +1 -1
- package/column-menu/column-menu.component.d.ts +3 -3
- package/column-menu/column-menu.service.d.ts +1 -1
- package/column-resizing/column-resize.interface.d.ts +1 -1
- package/columns/checkbox-column.component.d.ts +1 -1
- package/columns/column-base.d.ts +24 -17
- package/columns/column-group.component.d.ts +1 -1
- package/columns/column.component.d.ts +6 -6
- package/columns/command-column.component.d.ts +1 -1
- package/columns/reorder-column.component.d.ts +1 -1
- package/columns/sort-settings.d.ts +6 -6
- package/columns/span-column.component.d.ts +5 -5
- package/common/cell-click-event-args.interface.d.ts +1 -1
- package/common/clipboard-types.d.ts +1 -1
- package/common/clipboard.directive.d.ts +1 -1
- package/common/fetch-data-callback.d.ts +1 -1
- package/common/pager-settings.d.ts +2 -2
- package/common/provider.service.d.ts +2 -0
- package/common/single-popup.service.d.ts +1 -1
- package/common/size-options.d.ts +1 -1
- package/csv/csv-command-tool.directive.d.ts +38 -0
- package/csv/csv-command.directive.d.ts +38 -0
- package/csv/csv-export-event.d.ts +15 -0
- package/csv/csv.component.d.ts +131 -0
- package/csv/csv.module.d.ts +32 -0
- package/csv/csv.service.d.ts +16 -0
- package/data/change-event-args.interface.d.ts +2 -2
- package/data/data.collection.d.ts +1 -1
- package/data/grid-item.interface.d.ts +4 -4
- package/databinding.directive.d.ts +3 -3
- package/directives.d.ts +10 -1
- package/dragdrop/column-reorder-config.d.ts +1 -1
- package/editing/add-command-tool.directive.d.ts +1 -1
- package/editing/add-command.directive.d.ts +3 -3
- package/editing/add-event-args.interface.d.ts +1 -1
- package/editing/cancel-command-tool.directive.d.ts +1 -1
- package/editing/cancel-command.directive.d.ts +3 -3
- package/editing/cancel-event-args.interface.d.ts +2 -2
- package/editing/cell-close-event.d.ts +1 -1
- package/editing/edit-command-tool.directive.d.ts +1 -1
- package/editing/edit-command.directive.d.ts +3 -3
- package/editing/edit-event-args.interface.d.ts +1 -1
- package/editing/edit-row-options.interface.d.ts +1 -1
- package/editing/edit-template.directive.d.ts +1 -1
- package/editing/form/models.d.ts +1 -1
- package/editing/remove-command-tool.directive.d.ts +1 -1
- package/editing/remove-command.directive.d.ts +3 -3
- package/editing/remove-event-args.interface.d.ts +1 -1
- package/editing/save-command-tool.directive.d.ts +1 -1
- package/editing/save-command.directive.d.ts +3 -3
- package/editing/save-event-args.interface.d.ts +1 -1
- package/editing-directives/edit-service.interface.d.ts +1 -1
- package/editing-directives/external-editing.directive.d.ts +1 -1
- package/editing-directives/in-cell-editing.directive.d.ts +1 -1
- package/editing-directives/reactive-editing.directive.d.ts +1 -1
- package/editing-directives/template-editing.directive.d.ts +1 -1
- package/excel/excel-command-tool.directive.d.ts +1 -1
- package/excel/excel-command.directive.d.ts +2 -2
- package/excel/excel.component.d.ts +5 -5
- package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
- package/filtering/base-filter-cell.component.d.ts +1 -1
- package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
- package/filtering/cell/date-filter-cell.component.d.ts +2 -2
- package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
- package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
- package/filtering/cell/string-filter-cell.component.d.ts +1 -1
- package/filtering/date-filter.component.d.ts +2 -2
- package/filtering/filter.service.d.ts +1 -1
- package/filtering/filterable.d.ts +2 -2
- package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
- package/filtering/menu/filter-menu-container.component.d.ts +5 -1
- package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
- package/filtering/menu/string-filter-menu.component.d.ts +1 -1
- package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/after-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/before-filter-operator.component.d.ts +2 -2
- package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
- package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
- package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
- package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
- package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
- package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
- package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
- package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
- package/grid.component.d.ts +78 -60
- package/grouping/group-header-column-template.directive.d.ts +1 -1
- package/grouping/group-header-template.directive.d.ts +1 -1
- package/grouping/group-key.interface.d.ts +3 -3
- package/grouping/group-rows-args.interface.d.ts +1 -1
- package/index.d.ts +6 -0
- package/localization/custom-messages.component.d.ts +1 -1
- package/localization/messages.d.ts +14 -10
- package/navigation/focusable.directive.d.ts +1 -1
- package/navigation/navigable-settings.d.ts +3 -3
- package/navigation/toolbar-tool-name.d.ts +1 -0
- package/package-metadata.mjs +2 -2
- package/package.json +28 -27
- package/pdf/pdf-command-tool.directive.d.ts +1 -1
- package/pdf/pdf-command.directive.d.ts +2 -2
- package/pdf/pdf.component.d.ts +2 -2
- package/rendering/cell-loading.template.directive.d.ts +1 -1
- package/rendering/cell-template.directive.d.ts +1 -1
- package/rendering/common/row-class.d.ts +4 -4
- package/rendering/common/spacer.component.d.ts +1 -1
- package/rendering/details/detail-template.directive.d.ts +4 -4
- package/rendering/details-expand.directive.d.ts +2 -2
- package/rendering/footer/footer-template.directive.d.ts +4 -4
- package/rendering/groups-expand.directive.d.ts +2 -2
- package/rendering/header/header-template.directive.d.ts +2 -2
- package/rendering/loading-template.directive.d.ts +1 -1
- package/rendering/no-records-template.directive.d.ts +1 -1
- package/rendering/toolbar/toolbar-position.d.ts +1 -1
- package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
- package/row-reordering/types.d.ts +2 -2
- package/schematics/ngAdd/index.js +7 -7
- package/scrolling/content-scroll-event.d.ts +1 -1
- package/scrolling/scroll-request.service.d.ts +2 -2
- package/scrolling/scrollmode.d.ts +1 -1
- package/selection/selectall-checkbox.directive.d.ts +2 -2
- package/selection/selection-checkbox.directive.d.ts +1 -1
- package/selection/selection-default.d.ts +1 -1
- package/selection/selection.directive.d.ts +1 -1
- package/selection/types.d.ts +7 -7
- package/state-management/redo-command-tool.d.ts +1 -1
- package/state-management/undo-command-tool.d.ts +1 -1
|
@@ -10,10 +10,10 @@ import { ContextService } from '../common/provider.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the `edit` command of the Grid. You can apply this directive to any `button`
|
|
13
|
-
* element inside a [CommandColumnComponent](
|
|
13
|
+
* element inside a [CommandColumnComponent](https://www.telerik.com/kendo-angular-ui/components/grid/api/commandcolumncomponent).
|
|
14
14
|
* When an associated button with the directive is clicked, the
|
|
15
|
-
* [`edit`](
|
|
16
|
-
* is triggered ([see example](
|
|
15
|
+
* [`edit`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#edit) event
|
|
16
|
+
* is triggered ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics)).
|
|
17
17
|
*
|
|
18
18
|
* When the row is in the `edit` mode, the button with `kendoGridEditCommand` is automatically hidden.
|
|
19
19
|
*
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import type { GridComponent } from "../grid.component";
|
|
6
6
|
/**
|
|
7
|
-
* Provides the arguments for the [`edit`](
|
|
7
|
+
* Provides the arguments for the [`edit`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#edit) event.
|
|
8
8
|
*/
|
|
9
9
|
export interface EditEvent {
|
|
10
10
|
/**
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Provides additional options for the [`editRow`](
|
|
6
|
+
* Provides additional options for the [`editRow`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#editrow) method. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#managing-focus).
|
|
7
7
|
*
|
|
8
8
|
* @example
|
|
9
9
|
* ```typescript
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { TemplateRef } from '@angular/core';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
/**
|
|
8
|
-
* Lets you customize the content of edited cells by providing a column edit-cell template for the Grid ([see example](
|
|
8
|
+
* Lets you customize the content of edited cells by providing a column edit-cell template for the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/custom-editors#setting-up-custom-editors)).
|
|
9
9
|
* Place an `<ng-template>` tag with the `kendoGridEditTemplate` directive inside a `<kendo-grid-column>` tag to define the template.
|
|
10
10
|
*
|
|
11
11
|
* The template context includes:
|
package/editing/form/models.d.ts
CHANGED
|
@@ -115,7 +115,7 @@ export interface FormDialogSettings {
|
|
|
115
115
|
*/
|
|
116
116
|
cssClass?: any;
|
|
117
117
|
/**
|
|
118
|
-
* Configures the Dialog opening animation ([see example](
|
|
118
|
+
* Configures the Dialog opening animation ([see example](https://www.telerik.com/kendo-angular-ui/components/dialogs/dialog/animations)). By default, the animation type is `translate` and its duration is `300ms`.
|
|
119
119
|
*/
|
|
120
120
|
animation?: boolean | DialogAnimation;
|
|
121
121
|
/**
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
* element inside a ToolbarComponent used in the Grid.
|
|
15
15
|
*
|
|
16
16
|
* When you click the toolbar button with this directive, the
|
|
17
|
-
* [`remove`](
|
|
17
|
+
* [`remove`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#remove) event fires.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* ```html
|
|
@@ -10,10 +10,10 @@ import { ContextService } from '../common/provider.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the `remove` command of the Grid. Apply this directive to any `button` element
|
|
13
|
-
* inside a [CommandColumnComponent](
|
|
14
|
-
* ([see example](
|
|
13
|
+
* inside a [CommandColumnComponent](https://www.telerik.com/kendo-angular-ui/components/grid/api/commandcolumncomponent)
|
|
14
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics#editing-action-buttons)).
|
|
15
15
|
* When you click the button with this directive, the
|
|
16
|
-
* [`remove`](
|
|
16
|
+
* [`remove`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#remove) event fires.
|
|
17
17
|
* The button with `kendoGridRemoveCommand` is automatically hidden when the row is in edit mode.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { EditEvent } from "./edit-event-args.interface";
|
|
6
6
|
/**
|
|
7
|
-
* Provides the arguments for the `remove` event. [See example](
|
|
7
|
+
* Provides the arguments for the `remove` event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#removing-records).
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
export interface RemoveEvent extends EditEvent {
|
|
@@ -14,7 +14,7 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
* element inside a ToolbarComponent used in the Grid.
|
|
15
15
|
*
|
|
16
16
|
* When you click the toolbar button with this directive, the
|
|
17
|
-
* [`save`](
|
|
17
|
+
* [`save`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#save) event fires.
|
|
18
18
|
*
|
|
19
19
|
* @example
|
|
20
20
|
* ```html
|
|
@@ -10,10 +10,10 @@ import { ContextService } from '../common/provider.service';
|
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
12
|
* Represents the `save` command of the Grid. Apply this directive to any `button`
|
|
13
|
-
* element inside a [CommandColumnComponent](
|
|
14
|
-
* ([see example](
|
|
13
|
+
* element inside a [CommandColumnComponent](https://www.telerik.com/kendo-angular-ui/components/grid/api/commandcolumncomponent)
|
|
14
|
+
* ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics#editing-action-buttons)).
|
|
15
15
|
* When you click the button with this directive, the
|
|
16
|
-
* [`save`](
|
|
16
|
+
* [`save`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#save) event fires.
|
|
17
17
|
* The button with `kendoGridSaveCommand` is automatically hidden when the row is not in edit mode.
|
|
18
18
|
*
|
|
19
19
|
* You can change the button content based on the row state.
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import { EditEvent } from "./edit-event-args.interface";
|
|
6
6
|
import { FormGroup } from "@angular/forms";
|
|
7
7
|
/**
|
|
8
|
-
* Provides the arguments for the `save` event. [See example](
|
|
8
|
+
* Provides the arguments for the `save` event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#saving-records).
|
|
9
9
|
*
|
|
10
10
|
*/
|
|
11
11
|
export interface SaveEvent extends EditEvent {
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
* The interface which must be extended when creating custom edit service.
|
|
7
7
|
* This interface defines the methods that a custom editing service should implement to handle create, update, and remove operations on grid items.
|
|
8
8
|
* Set the custom edit service to the `editService` input of the respective editing directive
|
|
9
|
-
* [See example](
|
|
9
|
+
* [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/custom-editing-service).
|
|
10
10
|
*/
|
|
11
11
|
export interface EditService {
|
|
12
12
|
/**
|
|
@@ -13,7 +13,7 @@ import { AdaptiveGridService } from '../common/adaptiveness.service';
|
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
/**
|
|
15
15
|
* Represents the Kendo UI Grid external editing directive. The directive manages editing operations in the Grid when using the
|
|
16
|
-
* External Form ([see example](
|
|
16
|
+
* External Form ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/external-editing#quick-setup)).
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* ```typescript
|
|
@@ -9,7 +9,7 @@ import { LocalDataChangesService } from '../editing/local-data-changes.service';
|
|
|
9
9
|
import { CreateFormGroup } from '../common/create-form-group';
|
|
10
10
|
import * as i0 from "@angular/core";
|
|
11
11
|
/**
|
|
12
|
-
* Represent the directive that manages in-cell editing operations in the Grid when using Reactive Forms ([see example](
|
|
12
|
+
* Represent the directive that manages in-cell editing operations in the Grid when using Reactive Forms ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/in-cell-editing#quick-setup)).
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```html
|
|
@@ -8,7 +8,7 @@ import { LocalDataChangesService } from '../editing/local-data-changes.service';
|
|
|
8
8
|
import { CreateFormGroup } from '../common/create-form-group';
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
|
-
* Represents the directive that manages editing operations in the Grid when using Reactive Forms ([see example](
|
|
11
|
+
* Represents the directive that manages editing operations in the Grid when using Reactive Forms ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#using-reactive-forms)).
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```html
|
|
@@ -7,7 +7,7 @@ import { GridComponent } from '../grid.component';
|
|
|
7
7
|
import { LocalDataChangesService } from '../editing/local-data-changes.service';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
/**
|
|
10
|
-
* Represents the directive that manages editing operations in the Grid when using Template-Driven Angular Forms ([see example](
|
|
10
|
+
* Represents the directive that manages editing operations in the Grid when using Template-Driven Angular Forms ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#using-template-driven-forms)).
|
|
11
11
|
*
|
|
12
12
|
* @example
|
|
13
13
|
* ```html
|
|
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
|
|
|
11
11
|
/**
|
|
12
12
|
* Represents the **Export to Excel** toolbar tool of the Grid.
|
|
13
13
|
* Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent used in the Grid.
|
|
14
|
-
* When the user clicks the button, the [`excelExport`](
|
|
14
|
+
* When the user clicks the button, the [`excelExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export)).
|
|
15
15
|
*
|
|
16
16
|
* @example
|
|
17
17
|
* ```html
|
|
@@ -9,8 +9,8 @@ import { ExcelService } from './excel.service';
|
|
|
9
9
|
import * as i0 from "@angular/core";
|
|
10
10
|
/**
|
|
11
11
|
* Represents the `excelExport` command of the Grid. Apply this
|
|
12
|
-
* directive to any `button` element inside a [`ToolbarTemplate`](
|
|
13
|
-
* When the user clicks the button, the [`excelExport`](
|
|
12
|
+
* directive to any `button` element inside a [`ToolbarTemplate`](https://www.telerik.com/kendo-angular-ui/components/grid/api/toolbartemplatedirective).
|
|
13
|
+
* When the user clicks the button, the [`excelExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#excelexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -10,7 +10,7 @@ import { FetchDataCallback } from '../common/fetch-data-callback';
|
|
|
10
10
|
import { ContextService } from '../common/provider.service';
|
|
11
11
|
import * as i0 from "@angular/core";
|
|
12
12
|
/**
|
|
13
|
-
* The component is required when exporting the data to an Excel file. The component provides different options to further configure the Excel export settings of the Grid ([see example](
|
|
13
|
+
* The component is required when exporting the data to an Excel file. The component provides different options to further configure the Excel export settings of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export)).
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* ```html
|
|
@@ -40,20 +40,20 @@ export declare class ExcelComponent implements OnDestroy {
|
|
|
40
40
|
*/
|
|
41
41
|
date?: Date;
|
|
42
42
|
/**
|
|
43
|
-
* Forwards the content to [`proxyURL`](#
|
|
43
|
+
* Forwards the content to [`proxyURL`](#proxyurl) even if the browser supports local file saving when set to `true`.
|
|
44
44
|
*/
|
|
45
45
|
forceProxy: boolean;
|
|
46
46
|
/**
|
|
47
47
|
* Sets the URL of the server-side proxy that streams the file to the user. Use a proxy if the browser cannot save files locally.
|
|
48
48
|
* You can also use a proxy to reduce memory usage by transmitting the file over the network.
|
|
49
|
-
* Set [`forceProxy`](#
|
|
49
|
+
* Set [`forceProxy`](#forceproxy) to `true` to skip client-side saving.
|
|
50
50
|
* The proxy receives a POST request with specific parameters and returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.xslx>"`.
|
|
51
|
-
* For more details, see the [File Saver](
|
|
51
|
+
* For more details, see the [File Saver](https://www.telerik.com/kendo-angular-ui/components/file-saver) documentation.
|
|
52
52
|
*/
|
|
53
53
|
proxyURL: string;
|
|
54
54
|
/**
|
|
55
55
|
* Provides a function to get the exported data options. By default, uses the current Grid data and group.
|
|
56
|
-
* Supply a custom function to export different data. Typically used to export all data, not just the current page [see example](
|
|
56
|
+
* Supply a custom function to export different data. Typically used to export all data, not just the current page [see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export#controlling-the-exported-data).
|
|
57
57
|
*/
|
|
58
58
|
fetchData: FetchDataCallback;
|
|
59
59
|
/**
|