@progress/kendo-angular-grid 22.1.0-develop.9 → 23.0.0-develop.2

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.
Files changed (151) hide show
  1. package/README.md +2 -2
  2. package/adaptiveness/adaptive-renderer.component.d.ts +1 -0
  3. package/aggregates/aggregate-types.d.ts +1 -1
  4. package/aggregates/status-bar-template.directive.d.ts +1 -1
  5. package/column-menu/column-chooser.component.d.ts +3 -3
  6. package/column-menu/column-menu-autosize-all.component.d.ts +4 -4
  7. package/column-menu/column-menu-autosize.component.d.ts +3 -3
  8. package/column-menu/column-menu-chooser.component.d.ts +4 -4
  9. package/column-menu/column-menu-expandable-item.interface.d.ts +1 -1
  10. package/column-menu/column-menu-filter.component.d.ts +3 -3
  11. package/column-menu/column-menu-item-base.d.ts +1 -1
  12. package/column-menu/column-menu-item-content-template.directive.d.ts +1 -1
  13. package/column-menu/column-menu-item.component.d.ts +2 -2
  14. package/column-menu/column-menu-item.directive.d.ts +1 -1
  15. package/column-menu/column-menu-lock.component.d.ts +3 -3
  16. package/column-menu/column-menu-position.component.d.ts +2 -2
  17. package/column-menu/column-menu-settings.interface.d.ts +4 -4
  18. package/column-menu/column-menu-sort.component.d.ts +1 -1
  19. package/column-menu/column-menu-stick.component.d.ts +4 -4
  20. package/column-menu/column-menu-template.directive.d.ts +1 -1
  21. package/column-menu/column-menu.component.d.ts +3 -3
  22. package/column-menu/column-menu.service.d.ts +1 -1
  23. package/column-resizing/column-resize.interface.d.ts +1 -1
  24. package/columns/checkbox-column.component.d.ts +1 -1
  25. package/columns/column-base.d.ts +24 -17
  26. package/columns/column-group.component.d.ts +1 -1
  27. package/columns/column.component.d.ts +6 -6
  28. package/columns/command-column.component.d.ts +1 -1
  29. package/columns/reorder-column.component.d.ts +1 -1
  30. package/columns/sort-settings.d.ts +6 -6
  31. package/columns/span-column.component.d.ts +5 -5
  32. package/common/cell-click-event-args.interface.d.ts +1 -1
  33. package/common/clipboard-types.d.ts +1 -1
  34. package/common/clipboard.directive.d.ts +1 -1
  35. package/common/fetch-data-callback.d.ts +1 -1
  36. package/common/pager-settings.d.ts +2 -2
  37. package/common/provider.service.d.ts +2 -0
  38. package/common/single-popup.service.d.ts +1 -1
  39. package/common/size-options.d.ts +1 -1
  40. package/csv/csv-command-tool.directive.d.ts +38 -0
  41. package/csv/csv-command.directive.d.ts +38 -0
  42. package/csv/csv-export-event.d.ts +15 -0
  43. package/csv/csv.component.d.ts +131 -0
  44. package/csv/csv.module.d.ts +32 -0
  45. package/csv/csv.service.d.ts +16 -0
  46. package/data/change-event-args.interface.d.ts +2 -2
  47. package/data/data.collection.d.ts +1 -1
  48. package/data/grid-item.interface.d.ts +4 -4
  49. package/databinding.directive.d.ts +3 -3
  50. package/directives.d.ts +10 -1
  51. package/dragdrop/column-reorder-config.d.ts +1 -1
  52. package/editing/add-command-tool.directive.d.ts +1 -1
  53. package/editing/add-command.directive.d.ts +3 -3
  54. package/editing/add-event-args.interface.d.ts +1 -1
  55. package/editing/cancel-command-tool.directive.d.ts +1 -1
  56. package/editing/cancel-command.directive.d.ts +3 -3
  57. package/editing/cancel-event-args.interface.d.ts +2 -2
  58. package/editing/cell-close-event.d.ts +1 -1
  59. package/editing/edit-command-tool.directive.d.ts +1 -1
  60. package/editing/edit-command.directive.d.ts +3 -3
  61. package/editing/edit-event-args.interface.d.ts +1 -1
  62. package/editing/edit-row-options.interface.d.ts +1 -1
  63. package/editing/edit-template.directive.d.ts +1 -1
  64. package/editing/form/models.d.ts +1 -1
  65. package/editing/remove-command-tool.directive.d.ts +1 -1
  66. package/editing/remove-command.directive.d.ts +3 -3
  67. package/editing/remove-event-args.interface.d.ts +1 -1
  68. package/editing/save-command-tool.directive.d.ts +1 -1
  69. package/editing/save-command.directive.d.ts +3 -3
  70. package/editing/save-event-args.interface.d.ts +1 -1
  71. package/editing-directives/edit-service.interface.d.ts +1 -1
  72. package/editing-directives/external-editing.directive.d.ts +1 -1
  73. package/editing-directives/in-cell-editing.directive.d.ts +1 -1
  74. package/editing-directives/reactive-editing.directive.d.ts +1 -1
  75. package/editing-directives/template-editing.directive.d.ts +1 -1
  76. package/excel/excel-command-tool.directive.d.ts +1 -1
  77. package/excel/excel-command.directive.d.ts +2 -2
  78. package/excel/excel.component.d.ts +5 -5
  79. package/fesm2022/progress-kendo-angular-grid.mjs +962 -358
  80. package/filtering/base-filter-cell.component.d.ts +1 -1
  81. package/filtering/cell/boolean-filter-cell.component.d.ts +1 -1
  82. package/filtering/cell/date-filter-cell.component.d.ts +2 -2
  83. package/filtering/cell/filter-cell-template.directive.d.ts +2 -2
  84. package/filtering/cell/numeric-filter-cell.component.d.ts +1 -1
  85. package/filtering/cell/string-filter-cell.component.d.ts +1 -1
  86. package/filtering/date-filter.component.d.ts +2 -2
  87. package/filtering/filter.service.d.ts +1 -1
  88. package/filtering/filterable.d.ts +2 -2
  89. package/filtering/menu/boolean-filter-menu.component.d.ts +1 -1
  90. package/filtering/menu/filter-menu-container.component.d.ts +5 -1
  91. package/filtering/menu/filter-menu-template.directive.d.ts +1 -1
  92. package/filtering/menu/string-filter-menu.component.d.ts +1 -1
  93. package/filtering/operators/after-eq-filter-operator.component.d.ts +2 -2
  94. package/filtering/operators/after-filter-operator.component.d.ts +2 -2
  95. package/filtering/operators/before-eq-filter-operator.component.d.ts +2 -2
  96. package/filtering/operators/before-filter-operator.component.d.ts +2 -2
  97. package/filtering/operators/contains-filter-operator.component.d.ts +2 -2
  98. package/filtering/operators/ends-with-filter-operator.component.d.ts +2 -2
  99. package/filtering/operators/eq-filter-operator.component.d.ts +2 -2
  100. package/filtering/operators/gt-filter-operator.component.d.ts +2 -2
  101. package/filtering/operators/gte-filter-operator.component.d.ts +2 -2
  102. package/filtering/operators/is-empty-filter-operator.component.d.ts +2 -2
  103. package/filtering/operators/is-not-empty-filter-operator.component.d.ts +2 -2
  104. package/filtering/operators/is-not-null-filter-operator.component.d.ts +2 -2
  105. package/filtering/operators/isnull-filter-operator.component.d.ts +2 -2
  106. package/filtering/operators/lt-filter-operator.component.d.ts +2 -2
  107. package/filtering/operators/lte-filter-operator.component.d.ts +2 -2
  108. package/filtering/operators/neq-filter-operator.component.d.ts +2 -2
  109. package/filtering/operators/not-contains-filter-operator.component.d.ts +2 -2
  110. package/filtering/operators/starts-with-filter-operator.component.d.ts +2 -2
  111. package/grid.component.d.ts +78 -60
  112. package/grouping/group-header-column-template.directive.d.ts +1 -1
  113. package/grouping/group-header-template.directive.d.ts +1 -1
  114. package/grouping/group-key.interface.d.ts +3 -3
  115. package/grouping/group-rows-args.interface.d.ts +1 -1
  116. package/index.d.ts +6 -0
  117. package/localization/custom-messages.component.d.ts +1 -1
  118. package/localization/messages.d.ts +14 -10
  119. package/navigation/focusable.directive.d.ts +1 -1
  120. package/navigation/navigable-settings.d.ts +3 -3
  121. package/navigation/toolbar-tool-name.d.ts +1 -0
  122. package/package-metadata.mjs +2 -2
  123. package/package.json +28 -27
  124. package/pdf/pdf-command-tool.directive.d.ts +1 -1
  125. package/pdf/pdf-command.directive.d.ts +2 -2
  126. package/pdf/pdf.component.d.ts +2 -2
  127. package/rendering/cell-loading.template.directive.d.ts +1 -1
  128. package/rendering/cell-template.directive.d.ts +1 -1
  129. package/rendering/common/row-class.d.ts +4 -4
  130. package/rendering/common/spacer.component.d.ts +1 -1
  131. package/rendering/details/detail-template.directive.d.ts +4 -4
  132. package/rendering/details-expand.directive.d.ts +2 -2
  133. package/rendering/footer/footer-template.directive.d.ts +4 -4
  134. package/rendering/groups-expand.directive.d.ts +2 -2
  135. package/rendering/header/header-template.directive.d.ts +2 -2
  136. package/rendering/loading-template.directive.d.ts +1 -1
  137. package/rendering/no-records-template.directive.d.ts +1 -1
  138. package/rendering/toolbar/toolbar-position.d.ts +1 -1
  139. package/rendering/toolbar/toolbar-template.directive.d.ts +1 -1
  140. package/row-reordering/types.d.ts +2 -2
  141. package/schematics/ngAdd/index.js +7 -7
  142. package/scrolling/content-scroll-event.d.ts +1 -1
  143. package/scrolling/scroll-request.service.d.ts +2 -2
  144. package/scrolling/scrollmode.d.ts +1 -1
  145. package/selection/selectall-checkbox.directive.d.ts +2 -2
  146. package/selection/selection-checkbox.directive.d.ts +1 -1
  147. package/selection/selection-default.d.ts +1 -1
  148. package/selection/selection.directive.d.ts +1 -1
  149. package/selection/types.d.ts +7 -7
  150. package/state-management/redo-command-tool.d.ts +1 -1
  151. 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]({% slug api_grid_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`]({% slug api_grid_gridcomponent %}#toc-edit) event
16
- * is triggered ([see example]({% slug basics_editing_grid %})).
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`](slug:api_grid_gridcomponent#toc-edit) event.
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`]({% slug api_grid_gridcomponent %}#toc-editrow) method. [See example](slug:inline_editing_grid#managing-focus).
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](slug:custom_editors_grid#setting-up-custom-editors)).
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:
@@ -115,7 +115,7 @@ export interface FormDialogSettings {
115
115
  */
116
116
  cssClass?: any;
117
117
  /**
118
- * Configures the Dialog opening animation ([see example]({% slug animations_dialog %})). By default, the animation type is `translate` and its duration is `300ms`.
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`]({% slug api_grid_gridcomponent %}#toc-remove) event fires.
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]({% slug api_grid_commandcolumncomponent %})
14
- * ([see example](slug:basics_editing_grid#editing-action-buttons)).
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`]({% slug api_grid_gridcomponent %}#toc-remove) event fires.
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](slug:inline_editing_grid#toc-removing-records).
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`]({% slug api_grid_gridcomponent %}#toc-save) event fires.
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]({% slug api_grid_commandcolumncomponent %})
14
- * ([see example](slug:basics_editing_grid#editing-action-buttons)).
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`]({% slug api_grid_gridcomponent %}#toc-save) event fires.
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](slug:inline_editing_grid#toc-saving-records).
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](slug:custom_editing_service_grid).
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](slug:external_editing_grid#quick-setup)).
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](slug:editing_incell_grid#quick-setup)).
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](slug:inline_editing_grid#using-reactive-forms)).
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](slug:inline_editing_grid#using-template-driven-forms)).
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`]({% slug api_grid_gridcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_grid %})).
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`]({% slug api_grid_toolbartemplatedirective %}).
13
- * When the user clicks the button, the [`excelExport`]({% slug api_grid_gridcomponent %}#toc-excelexport) event fires ([see example]({% slug excelexport_grid %})).
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]({% slug excelexport_grid %})).
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`](#toc-proxyurl) even if the browser supports local file saving when set to `true`.
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`](#toc-forceproxy) to `true` to skip client-side saving.
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]({% slug overview_filesaver %}) documentation.
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](slug:excelexport_grid#controlling-the-exported-data).
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
  /**