@progress/kendo-angular-grid 22.1.0-develop.8 → 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.
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 +80 -61
  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 +29 -28
  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
@@ -15,10 +15,10 @@ import * as i0 from "@angular/core";
15
15
  export declare function isSpanColumnComponent(column: any): column is SpanColumnComponent;
16
16
  /**
17
17
  * Represents a column that spans multiple data cells while keeping the individual
18
- * header and footer cells ([see example]({% slug spanned_columns_grid %})).
18
+ * header and footer cells ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/spanned)).
19
19
  * Use this column to create flexible layouts and keep built-in UI for
20
- * [sorting]({% slug sorting_grid %}), [filtering]({% slug filtering_grid %}), and
21
- * [grouping]({% slug grouping_grid %}). Wrap the columns you want to merge inside the `<kendo-grid-span-column>` tag.
20
+ * [sorting](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics), [filtering](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/basics), and
21
+ * [grouping](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics). Wrap the columns you want to merge inside the `<kendo-grid-span-column>` tag.
22
22
  *
23
23
  * @example
24
24
  * ```html
@@ -74,7 +74,7 @@ export declare class SpanColumnComponent extends ColumnBase {
74
74
  includeInChooser: boolean;
75
75
  /**
76
76
  * Sets whether the edit template of the column is rendered.
77
- * To enable editing for a spanned column, set an edit template for it ([see example](slug:custom_editors_grid#setting-up-custom-editors)).
77
+ * To enable editing for a spanned column, set an edit template for it ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/custom-editors#setting-up-custom-editors)).
78
78
  * @default false
79
79
  */
80
80
  set editable(value: boolean);
@@ -104,7 +104,7 @@ export declare class SpanColumnComponent extends ColumnBase {
104
104
  */
105
105
  get colspan(): number;
106
106
  /**
107
- * Toggles the locked (frozen) state of the columns ([see example](slug:locked_columns_grid)).
107
+ * Toggles the locked (frozen) state of the columns ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/columns/locked)).
108
108
  * @default false
109
109
  */
110
110
  set locked(value: boolean);
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { GridComponent } from "../grid.component";
6
6
  /**
7
- * Provides arguments for the [`cellClick`](slug:api_grid_gridcomponent#toc-cellclick) event.
7
+ * Provides arguments for the [`cellClick`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cellclick) event.
8
8
  * Use this event to get details about the clicked cell in the Grid.
9
9
  *
10
10
  */
@@ -7,7 +7,7 @@
7
7
  */
8
8
  export type GridClipboardTargetType = 'selection' | 'activeCell';
9
9
  /**
10
- * Defines the possible values for the `type` property of [`GridClipboardEvent`]({% slug api_grid_gridclipboardevent %}).
10
+ * Defines the possible values for the `type` property of [`GridClipboardEvent`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridclipboardevent).
11
11
  */
12
12
  export type GridClipboardEventType = 'copy' | 'cut' | 'paste';
13
13
  /**
@@ -23,7 +23,7 @@ export declare class GridClipboardDirective implements AfterViewInit, OnDestroy
23
23
  private renderer;
24
24
  private zone;
25
25
  /**
26
- * Sets the clipboard operation target. Possible values are `'activeCell'` and `'selection'`.([See example]({% slug clipboard_grid %}#toc-clipboard-target))
26
+ * Sets the clipboard operation target. Possible values are `'activeCell'` and `'selection'`.([See example](https://www.telerik.com/kendo-angular-ui/components/grid/accessories/clipboard#clipboard-target))
27
27
  *
28
28
  * @default 'selection'
29
29
  */
@@ -7,7 +7,7 @@ import { Observable } from "rxjs";
7
7
  import { GridComponent } from "../grid.component";
8
8
  /**
9
9
  * Defines a function that returns the exported data options for the Grid.
10
- * Use this callback to provide custom data for export. [See example](slug:excelexport_grid#toc-controlling-the-exported-data).
10
+ * Use this callback to provide custom data for export. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/export/excel-export#controlling-the-exported-data).
11
11
  * @param component The Grid component.
12
12
  * @returns The exported data.
13
13
  */
@@ -35,7 +35,7 @@ export type PagerType = 'numeric' | 'input';
35
35
  */
36
36
  export type PagerPosition = 'top' | 'bottom' | 'both';
37
37
  /**
38
- * Configures the pager settings of the Grid ([see example](slug:paging_grid_settings)).
38
+ * Configures the pager settings of the Grid ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/pager-settings)).
39
39
  *
40
40
  * @example
41
41
  * ```typescript
@@ -77,7 +77,7 @@ export interface PagerSettings {
77
77
  responsive?: boolean;
78
78
  /**
79
79
  * Sets the Pager position relative to the Grid data table.
80
- * The possible values are `'top'`, `'bottom'`, and `'both'` ([see example](slug:paging_grid_settings)).
80
+ * The possible values are `'top'`, `'bottom'`, and `'both'` ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/pager-settings)).
81
81
  */
82
82
  position?: PagerPosition;
83
83
  }
@@ -10,6 +10,7 @@ import type { DataBindingDirective } from '../databinding.directive';
10
10
  import type { ScrollerService } from '../scrolling/scroller.service';
11
11
  import { HighlightDirective } from '../highlight/highlight.directive';
12
12
  import type { ExcelComponent } from '../excel/excel.component';
13
+ import type { CSVComponent } from '../csv/csv.component';
13
14
  import type { PDFComponent } from '../pdf/pdf.component';
14
15
  import * as i0 from "@angular/core";
15
16
  /**
@@ -32,6 +33,7 @@ export declare class ContextService {
32
33
  dataBindingDirective: DataBindingDirective;
33
34
  highlightDirective: HighlightDirective;
34
35
  excelComponent?: ExcelComponent;
36
+ csvComponent?: CSVComponent;
35
37
  pdfComponent?: PDFComponent;
36
38
  constructor(renderer: Renderer2, localization: LocalizationService);
37
39
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextService, never>;
@@ -25,7 +25,7 @@ export declare class PopupCloseEvent extends PreventableEvent {
25
25
  }
26
26
  /**
27
27
  * Provides popup management for filter and column menus.
28
- * Use this service to open and close popups for the Grid filter and column menus ([see example]({% slug filter_menu %}#toc-filter-menu-with-popup)).
28
+ * Use this service to open and close popups for the Grid filter and column menus ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/filtering/filter-menu#filter-menu-with-popup)).
29
29
  */
30
30
  export declare class SinglePopupService implements OnDestroy {
31
31
  private popupService;
@@ -6,4 +6,4 @@
6
6
  * Specifies the size options for the Grid.
7
7
  * Use this type to set the Grid size.
8
8
  */
9
- export type GridSize = 'small' | 'medium' | 'none';
9
+ export type GridSize = 'small' | 'medium';
@@ -0,0 +1,38 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ChangeDetectorRef, NgZone } from '@angular/core';
6
+ import { ToolBarButtonComponent } from '@progress/kendo-angular-toolbar';
7
+ import { CSVService } from './csv.service';
8
+ import { ContextService } from '../common/provider.service';
9
+ import { ToolbarToolBase } from '../common/toolbar-tool-base.directive';
10
+ import * as i0 from "@angular/core";
11
+ /**
12
+ * Represents the **Export to CSV** toolbar tool of the Grid.
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 [`csvExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#csvexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/csv-export)).
15
+ *
16
+ * @example
17
+ * ```html
18
+ * <kendo-grid>
19
+ * <kendo-toolbar>
20
+ * <kendo-toolbar-button text="CSV Export" kendoGridCSVTool></kendo-toolbar-button>
21
+ * </kendo-toolbar>
22
+ * <kendo-grid-csv fileName="Grid.csv"></kendo-grid-csv>
23
+ * </kendo-grid>
24
+ * ```
25
+ * @remarks
26
+ * Applied to: {@link ToolBarButtonComponent}.
27
+ */
28
+ export declare class CSVCommandToolbarDirective extends ToolbarToolBase {
29
+ private csvService;
30
+ constructor(csvService: CSVService, host: ToolBarButtonComponent, ctx: ContextService, zone: NgZone, cdr: ChangeDetectorRef);
31
+ ngOnInit(): void;
32
+ /**
33
+ * @hidden
34
+ */
35
+ onClick(e: any): void;
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVCommandToolbarDirective, never>;
37
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CSVCommandToolbarDirective, "[kendoGridCSVTool]", never, {}, {}, never, never, true, never>;
38
+ }
@@ -0,0 +1,38 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { ElementRef, Renderer2 as Renderer, NgZone } from '@angular/core';
6
+ import { Button } from '@progress/kendo-angular-buttons';
7
+ import { ContextService } from '../common/provider.service';
8
+ import { CSVService } from './csv.service';
9
+ import * as i0 from "@angular/core";
10
+ /**
11
+ * Represents the `csvExport` command of the Grid. Apply this
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 [`csvExport`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#csvexport) event fires ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/export/csv-export)).
14
+ *
15
+ * @example
16
+ * ```html
17
+ * <kendo-grid>
18
+ * <ng-template kendoGridToolbarTemplate>
19
+ * <button kendoGridCSVCommand>Export to CSV</button>
20
+ * </ng-template>
21
+ * <kendo-grid-csv fileName="Grid.csv"></kendo-grid-csv>
22
+ * </kendo-grid>
23
+ * ```
24
+ */
25
+ export declare class CSVCommandDirective extends Button {
26
+ private csvService;
27
+ /**
28
+ * @hidden
29
+ */
30
+ onClick(e: any): void;
31
+ /**
32
+ * @hidden
33
+ */
34
+ csvClass: boolean;
35
+ constructor(csvService: CSVService, element: ElementRef, renderer: Renderer, ctx: ContextService, ngZone: NgZone);
36
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVCommandDirective, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<CSVCommandDirective, "[kendoGridCSVCommand]", never, {}, {}, never, ["*"], true, never>;
38
+ }
@@ -0,0 +1,15 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { PreventableEvent } from '../common/preventable-event';
6
+ /**
7
+ * Provides arguments for the `csvExport` event.
8
+ */
9
+ export declare class CSVExportEvent extends PreventableEvent {
10
+ csv: string;
11
+ /**
12
+ * @hidden
13
+ */
14
+ constructor(csv: string);
15
+ }
@@ -0,0 +1,131 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { OnDestroy, NgZone } from '@angular/core';
6
+ import { Observable } from 'rxjs';
7
+ import { type CSVExportOptions, type CSVRow } from '@progress/kendo-csv';
8
+ import { DataResult } from '@progress/kendo-data-query';
9
+ import { GridComponent } from '../grid.component';
10
+ import { CSVService } from './csv.service';
11
+ import { ContextService } from '../common/provider.service';
12
+ import * as i0 from "@angular/core";
13
+ /**
14
+ * Defines a function that returns the data for CSV export.
15
+ * @param component The Grid component.
16
+ * @returns The data to export - can be an array of rows, a DataResult, or a Promise/Observable of the same types.
17
+ */
18
+ export type CSVFetchDataCallback = (component: GridComponent) => CSVRow[] | DataResult | Promise<CSVRow[] | DataResult> | Observable<CSVRow[] | DataResult>;
19
+ /**
20
+ * The component is required when exporting the data to a CSV file. The component provides different options to customize the exported file and its content.
21
+ *
22
+ * @example
23
+ * ```html
24
+ * <kendo-grid>
25
+ * <kendo-grid-csv fileName="Export.csv"></kendo-grid-csv>
26
+ * </kendo-grid>
27
+ * ```
28
+ */
29
+ export declare class CSVComponent implements OnDestroy {
30
+ private ctx;
31
+ private zone;
32
+ /**
33
+ * Sets the file name for the exported CSV file.
34
+ * @default "Export.csv"
35
+ */
36
+ fileName: string;
37
+ /**
38
+ * Provides a function to get the exported data. By default, uses the data displayed in the Grid in accordance with the currently applied `State`. Supply a custom function to export a different data set. Typically used to export all data, not just the current page.
39
+ */
40
+ fetchData: CSVFetchDataCallback;
41
+ /**
42
+ * Sets optional column headers to render on the first line. By default, column names are extracted from each column's `title` or `field` properties.
43
+ */
44
+ names: string[] | null;
45
+ /**
46
+ * Sets property names to extract from object or Map rows, in order. By default, these are the properties used as `field` binding values in the Grid's column definitions.
47
+ */
48
+ keys: string[] | null;
49
+ /**
50
+ * Sets the character used to separate values in a row. Must be a single character.
51
+ * @default ","
52
+ */
53
+ delimiter: string;
54
+ /**
55
+ * Sets the string used to terminate each line.
56
+ * @default "\r\n"
57
+ */
58
+ lineSeparator: string;
59
+ /**
60
+ * When `true`, prefixes potentially dangerous formula characters (`=`, `+`, `-`, `@`, tab, `\r`) with a single quote (`'`) to prevent formula injection attacks in spreadsheet applications.
61
+ * @default true
62
+ */
63
+ preventFormulaInjection: boolean;
64
+ /**
65
+ * Sets the maximum number of characters allowed per cell. Values exceeding this limit are truncated.
66
+ * @default 32767
67
+ */
68
+ maxCellLength: number;
69
+ /**
70
+ * Maximum number of rows to export.
71
+ * Data exceeding this limit is automatically truncated.
72
+ * Default: 1000000 (prevents memory exhaustion and DoS attacks).
73
+ *
74
+ * @default 1000000
75
+ */
76
+ maxRows: number;
77
+ /**
78
+ * Maximum number of columns to export.
79
+ * Keys/columns exceeding this limit are automatically truncated.
80
+ * Default: 1000 (prevents memory exhaustion and DoS attacks).
81
+ *
82
+ * @default 1000
83
+ */
84
+ maxColumns: number;
85
+ /**
86
+ * When `true`, adds a UTF-8 Byte Order Mark (BOM) at the beginning of the file. Helps applications like Microsoft Excel correctly recognize UTF-8 encoding.
87
+ * @default false
88
+ */
89
+ includeUTF8BOM: boolean;
90
+ /**
91
+ * Provides a custom formatter for group headers in grouped data exports. Receives the display names of grouped fields and returns the formatted header.
92
+ * @default Joins display names with '/' separator
93
+ */
94
+ groupHeaderFormatter: ((displayNames: string[]) => string) | undefined;
95
+ /**
96
+ * Provides a custom formatter for group value rows in grouped data exports. Receives the values and field names, and returns the formatted group value.
97
+ * @default Joins values with '/' separator
98
+ */
99
+ groupValueFormatter: ((values: any[], groupNames: string[]) => string) | undefined;
100
+ /**
101
+ * Forwards the content to [`proxyURL`](#toc-proxyurl) even if the browser supports local file saving when set to `true`.
102
+ */
103
+ forceProxy: boolean;
104
+ /**
105
+ * 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.
106
+ * Set [`forceProxy`](#toc-forceproxy) to `true` to skip client-side saving.
107
+ * The proxy receives a POST request with specific parameters and returns the decoded file with the `"Content-Disposition"` header set to `attachment; filename="<fileName.csv>"`.
108
+ * For more details, see the [File Saver](https://www.telerik.com/kendo-angular-ui/components/file-saver) documentation.
109
+ */
110
+ proxyURL: string;
111
+ private saveSubscription;
112
+ private dataSubscription;
113
+ constructor(csvService: CSVService, ctx: ContextService, zone: NgZone);
114
+ ngOnDestroy(): void;
115
+ /**
116
+ * @hidden
117
+ */
118
+ toCSVString(component: GridComponent): string | Promise<string>;
119
+ /**
120
+ * @hidden
121
+ */
122
+ saveAsCSV(component: GridComponent): void;
123
+ protected save(component: GridComponent): void;
124
+ protected exportData(component: GridComponent, result: any): void;
125
+ protected getCSVOptions(component: GridComponent): Omit<CSVExportOptions, 'data'>;
126
+ protected extractColumnNames(component: GridComponent): string[];
127
+ protected extractColumnKeys(component: GridComponent): string[];
128
+ protected saveFile(csvString: string): void;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVComponent, never>;
130
+ static ɵcmp: i0.ɵɵComponentDeclaration<CSVComponent, "kendo-grid-csv", never, { "fileName": { "alias": "fileName"; "required": false; }; "fetchData": { "alias": "fetchData"; "required": false; }; "names": { "alias": "names"; "required": false; }; "keys": { "alias": "keys"; "required": false; }; "delimiter": { "alias": "delimiter"; "required": false; }; "lineSeparator": { "alias": "lineSeparator"; "required": false; }; "preventFormulaInjection": { "alias": "preventFormulaInjection"; "required": false; }; "maxCellLength": { "alias": "maxCellLength"; "required": false; }; "maxRows": { "alias": "maxRows"; "required": false; }; "maxColumns": { "alias": "maxColumns"; "required": false; }; "includeUTF8BOM": { "alias": "includeUTF8BOM"; "required": false; }; "groupHeaderFormatter": { "alias": "groupHeaderFormatter"; "required": false; }; "groupValueFormatter": { "alias": "groupValueFormatter"; "required": false; }; "forceProxy": { "alias": "forceProxy"; "required": false; }; "proxyURL": { "alias": "proxyURL"; "required": false; }; }, {}, never, never, true, never>;
131
+ }
@@ -0,0 +1,32 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import * as i0 from "@angular/core";
6
+ import * as i1 from "@progress/kendo-angular-icons";
7
+ import * as i2 from "./csv.component";
8
+ import * as i3 from "./csv-command.directive";
9
+ import * as i4 from "./csv-command-tool.directive";
10
+ /**
11
+ * Defines the [`NgModule`](link:site.data.urls.angular['ngmoduleapi']) for the CSV component of the Grid.
12
+ *
13
+ * @example
14
+ * ```ts
15
+ * import { NgModule } from '@angular/core';
16
+ * import { BrowserModule } from "@angular/platform-browser";
17
+ * import { GridModule, CSVModule } from '@progress/kendo-angular-grid';
18
+ * import { AppComponent } from './app.component';
19
+ *
20
+ * _@NgModule({
21
+ * declarations: [AppComponent],
22
+ * imports: [BrowserModule, GridModule, CSVModule],
23
+ * bootstrap: [AppComponent]
24
+ * })
25
+ * export class AppModule {}
26
+ * ```
27
+ */
28
+ export declare class CSVModule {
29
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVModule, never>;
30
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CSVModule, never, [typeof i1.IconComponent, typeof i1.SVGIconComponent, typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective], [typeof i2.CSVComponent, typeof i3.CSVCommandDirective, typeof i4.CSVCommandToolbarDirective]>;
31
+ static ɵinj: i0.ɵɵInjectorDeclaration<CSVModule>;
32
+ }
@@ -0,0 +1,16 @@
1
+ /**-----------------------------------------------------------------------------------------
2
+ * Copyright © 2026 Progress Software Corporation. All rights reserved.
3
+ * Licensed under commercial license. See LICENSE.md in the project root for more information
4
+ *-------------------------------------------------------------------------------------------*/
5
+ import { EventEmitter } from '@angular/core';
6
+ import * as i0 from "@angular/core";
7
+ /**
8
+ * @hidden
9
+ */
10
+ export declare class CSVService {
11
+ saveToCSV: EventEmitter<any>;
12
+ exportClick: EventEmitter<any>;
13
+ save(component: any): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<CSVService, never>;
15
+ static ɵprov: i0.ɵɵInjectableDeclaration<CSVService>;
16
+ }
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SortDescriptor, GroupDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
6
6
  /**
7
- * Provides the arguments for the `pageChange` event. [See example](slug:manual_paging_grid#toc-paging-local-data).
7
+ * Provides the arguments for the `pageChange` event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/paging/manual-paging#paging-local-data).
8
8
  */
9
9
  export interface PageChangeEvent {
10
10
  /**
@@ -18,7 +18,7 @@ export interface PageChangeEvent {
18
18
  }
19
19
  /**
20
20
  * Provides the arguments for the `dataStateChange` event
21
- * ([more information and examples](slug:data_operations_grid#toc-handling-multiple-data-operations)).
21
+ * ([more information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/data-operations#handling-multiple-data-operations)).
22
22
  */
23
23
  export interface DataStateChangeEvent {
24
24
  /**
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { DataResult } from '@progress/kendo-data-query';
6
6
  /**
7
- * Describes the data type that the Grid expects. [See example](slug:local_data_grid#toc-binding-to-a-griddataresult-object).
7
+ * Describes the data type that the Grid expects. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/local-data#binding-to-a-griddataresult-object).
8
8
  */
9
9
  export interface GridDataResult extends DataResult {
10
10
  }
@@ -6,11 +6,11 @@ import { DataItem } from './data-item.interface';
6
6
  import { GroupItem } from './group-item.interface';
7
7
  import { GroupFooterItem } from './group-footer-item.interface';
8
8
  /**
9
- * Represents the item that the Grid uses to track changes. [See example](slug:track_changes_grid).
9
+ * Represents the item that the Grid uses to track changes. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/track-changes).
10
10
  *
11
11
  * The possible values are:
12
- * * [`DataItem`]({% slug api_grid_dataitem %}).
13
- * * [`GroupItem`]({% slug api_grid_groupitem %}).
14
- * * [`GroupFooterItem`]({% slug api_grid_groupfooteritem %}).
12
+ * * [`DataItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/dataitem).
13
+ * * [`GroupItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/groupitem).
14
+ * * [`GroupFooterItem`](https://www.telerik.com/kendo-angular-ui/components/grid/api/groupfooteritem).
15
15
  */
16
16
  export type GridItem = DataItem | GroupItem | GroupFooterItem;
@@ -13,11 +13,11 @@ import { RowReorderService } from './row-reordering/row-reorder.service';
13
13
  import { ContextService } from './common/provider.service';
14
14
  import * as i0 from "@angular/core";
15
15
  /**
16
- * A directive that handles in-memory data operations like [paging]({% slug paging_grid %}),
17
- * [sorting]({% slug sorting_grid %}), and [grouping]({% slug grouping_grid %}).
16
+ * A directive that handles in-memory data operations like [paging](https://www.telerik.com/kendo-angular-ui/components/grid/paging/basics),
17
+ * [sorting](https://www.telerik.com/kendo-angular-ui/components/grid/sorting/basics), and [grouping](https://www.telerik.com/kendo-angular-ui/components/grid/grouping/basics).
18
18
  *
19
19
  * Use this directive with local data and enable the Grid data operations with minimal configuration.
20
- * ([More information and examples]({% slug local_data_grid %}#toc-automatic-data-processing)).
20
+ * ([More information and examples](https://www.telerik.com/kendo-angular-ui/components/grid/data-binding/local-data#automatic-data-processing)).
21
21
  *
22
22
  * @example
23
23
  * ```html
package/directives.d.ts CHANGED
@@ -86,6 +86,9 @@ import { ColumnMenuComponent } from "./column-menu/column-menu.component";
86
86
  import { ExcelComponent } from "./excel/excel.component";
87
87
  import { ExcelCommandDirective } from "./excel/excel-command.directive";
88
88
  import { ColumnComponent as ExcelColumnComponent, ColumnGroupComponent as ExcelColumnGroupComponent, FooterTemplateDirective as ExcelFooterTemplateDirective, GroupFooterTemplateDirective as ExcelGroupFooterTemplateDirective, GroupHeaderTemplateDirective as ExcelGroupHeaderTemplateDirective, GroupHeaderColumnTemplateDirective as ExcelGroupHeaderColumnTemplateDirective } from '@progress/kendo-angular-excel-export';
89
+ import { CSVComponent } from "./csv/csv.component";
90
+ import { CSVCommandDirective } from "./csv/csv-command.directive";
91
+ import { CSVCommandToolbarDirective } from "./csv/csv-command-tool.directive";
89
92
  import { PDFComponent } from "./pdf/pdf.component";
90
93
  import { PDFMarginComponent } from "./pdf/pdf-margin.component";
91
94
  import { PDFCommandDirective } from "./pdf/pdf-command.directive";
@@ -251,6 +254,12 @@ export declare const KENDO_GRID_EXPORTS: readonly [typeof GridComponent, typeof
251
254
  * Utility array that contains the ExcelExport module exports
252
255
  */
253
256
  export declare const KENDO_GRID_EXCEL_EXPORT: readonly [typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective];
257
+ /**
258
+ * @hidden
259
+ *
260
+ * Utility array that contains the CSVExport module exports
261
+ */
262
+ export declare const KENDO_GRID_CSV_EXPORT: readonly [typeof CSVComponent, typeof CSVCommandDirective, typeof CSVCommandToolbarDirective];
254
263
  /**
255
264
  * @hidden
256
265
  *
@@ -269,4 +278,4 @@ export declare const KENDO_GRID_PDF_EXPORT: readonly [typeof PDFComponent, typeo
269
278
  * export class AppModule {}
270
279
  * ```
271
280
  */
272
- export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
281
+ export declare const KENDO_GRID: readonly [typeof GridComponent, typeof ToolbarTemplateDirective, typeof ToolbarComponent, typeof GridSpacerComponent, typeof StatusBarTemplateDirective, typeof DataBindingDirective, typeof SelectionDirective, typeof HighlightDirective, typeof CustomMessagesComponent, typeof TemplateEditingDirective, typeof ReactiveEditingDirective, typeof InCellEditingDirective, typeof ExternalEditingDirective, typeof ExpandDetailsDirective, typeof ExpandGroupDirective, typeof GridToolbarFocusableDirective, typeof GroupHeaderTemplateDirective, typeof GroupHeaderColumnTemplateDirective, typeof GroupFooterTemplateDirective, typeof GroupHeaderComponent, typeof GroupPanelComponent, typeof ColumnComponent, typeof ColumnGroupComponent, typeof LogicalCellDirective, typeof LogicalRowDirective, typeof FocusableDirective, typeof FooterTemplateDirective, typeof ColGroupComponent, typeof ResizableContainerDirective, typeof TemplateContextDirective, typeof FieldAccessorPipe, typeof DetailTemplateDirective, typeof SpanColumnComponent, typeof LoadingComponent, typeof GridTableDirective, typeof CommandColumnComponent, typeof CheckboxColumnComponent, typeof SelectionCheckboxDirective, typeof CellTemplateDirective, typeof EditTemplateDirective, typeof RowDragHandleTemplateDirective, typeof RowDragHintTemplateDirective, typeof TableBodyComponent, typeof NoRecordsTemplateDirective, typeof CellComponent, typeof EditCommandDirective, typeof CancelCommandDirective, typeof SaveCommandDirective, typeof RemoveCommandDirective, typeof AddCommandDirective, typeof AddCommandToolbarDirective, typeof EditCommandToolbarDirective, typeof SaveCommandToolbarDirective, typeof RemoveCommandToolbarDirective, typeof CancelCommandToolbarDirective, typeof CellLoadingTemplateDirective, typeof LoadingTemplateDirective, typeof RowReorderColumnComponent, typeof SortCommandToolbarDirective, typeof FilterCommandToolbarDirective, typeof AIAssistantToolbarDirective, typeof GroupCommandToolbarDirective, typeof SelectAllToolbarToolComponent, typeof HeaderComponent, typeof HeaderTemplateDirective, typeof ColumnHandleDirective, typeof SelectAllCheckboxDirective, typeof FilterRowComponent, typeof FilterCellComponent, typeof FilterCellTemplateDirective, typeof StringFilterCellComponent, typeof NumericFilterCellComponent, typeof AutoCompleteFilterCellComponent, typeof BooleanFilterCellComponent, typeof FilterCellHostDirective, typeof FilterCellWrapperComponent, typeof DateFilterCellComponent, typeof FilterCellOperatorsComponent, typeof ContainsFilterOperatorComponent, typeof DoesNotContainFilterOperatorComponent, typeof EndsWithFilterOperatorComponent, typeof EqualFilterOperatorComponent, typeof IsEmptyFilterOperatorComponent, typeof IsNotEmptyFilterOperatorComponent, typeof IsNotNullFilterOperatorComponent, typeof IsNullFilterOperatorComponent, typeof NotEqualFilterOperatorComponent, typeof StartsWithFilterOperatorComponent, typeof GreaterFilterOperatorComponent, typeof GreaterOrEqualToFilterOperatorComponent, typeof LessFilterOperatorComponent, typeof LessOrEqualToFilterOperatorComponent, typeof AfterFilterOperatorComponent, typeof AfterEqFilterOperatorComponent, typeof BeforeEqFilterOperatorComponent, typeof BeforeFilterOperatorComponent, typeof FilterMenuComponent, typeof FilterMenuContainerComponent, typeof FilterMenuInputWrapperComponent, typeof StringFilterMenuInputComponent, typeof StringFilterMenuComponent, typeof FilterMenuTemplateDirective, typeof NumericFilterMenuComponent, typeof NumericFilterMenuInputComponent, typeof DateFilterMenuInputComponent, typeof DateFilterMenuComponent, typeof FilterMenuHostDirective, typeof BooleanFilterMenuComponent, typeof FilterMenuDropDownListDirective, typeof BooleanFilterRadioButtonDirective, typeof ColumnChooserComponent, typeof ColumnChooserToolbarDirective, typeof ColumnMenuFilterComponent, typeof ColumnMenuItemComponent, typeof ColumnMenuItemContentTemplateDirective, typeof ColumnMenuSortComponent, typeof ColumnMenuLockComponent, typeof ColumnMenuStickComponent, typeof ColumnMenuPositionComponent, typeof ColumnMenuChooserComponent, typeof ColumnMenuTemplateDirective, typeof ColumnMenuContainerComponent, typeof ColumnMenuItemDirective, typeof ColumnMenuComponent, typeof ColumnMenuAutoSizeColumnComponent, typeof ColumnMenuAutoSizeAllColumnsComponent, typeof GridClipboardDirective, typeof UndoRedoDirective, typeof UndoCommandToolbarDirective, typeof RedoCommandToolbarDirective, typeof ExcelComponent, typeof ExcelCommandDirective, typeof ExcelCommandToolbarDirective, typeof ExcelColumnComponent, typeof ExcelColumnGroupComponent, typeof ExcelFooterTemplateDirective, typeof ExcelGroupFooterTemplateDirective, typeof ExcelGroupHeaderColumnTemplateDirective, typeof ExcelGroupHeaderTemplateDirective, typeof CSVComponent, typeof CSVCommandDirective, typeof CSVCommandToolbarDirective, typeof PDFComponent, typeof PDFMarginComponent, typeof PDFCommandDirective, typeof PDFTemplateDirective, typeof PDFCommandToolbarDirective];
@@ -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 extra configuration for the [`reorderColumn`](slug:api_grid_gridcomponent#toc-reordercolumn) method.
6
+ * Provides extra configuration for the [`reorderColumn`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#reordercolumn) method.
7
7
  */
8
8
  export interface ColumnReorderConfig {
9
9
  /**
@@ -11,7 +11,7 @@ import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the command for adding a new item to the Grid.
13
13
  * You can apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent used in the Grid.
14
- * When you click the toolbar button associated with the directive, the [`add`]({% slug api_grid_gridcomponent %}#toc-add) event triggers ([see example]({% slug basics_editing_grid %})).
14
+ * When you click the toolbar button associated with the directive, the [`add`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#add) event triggers ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics)).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -9,9 +9,9 @@ import { EditService } from './edit.service';
9
9
  import * as i0 from "@angular/core";
10
10
  /**
11
11
  * Represents the command for adding a new item to the Grid. Apply this directive to any
12
- * `button` element inside a [ToolbarTemplate]({% slug api_grid_commandcolumncomponent %}).
13
- * When you click the button with this directive, the [`add`]({% slug api_grid_gridcomponent %}#toc-add) event is triggered
14
- * ([see example]({% slug basics_editing_grid %})).
12
+ * `button` element inside a [ToolbarTemplate](https://www.telerik.com/kendo-angular-ui/components/grid/api/commandcolumncomponent).
13
+ * When you click the button with this directive, the [`add`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#add) event is triggered
14
+ * ([see example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/basics)).
15
15
  *
16
16
  * @example
17
17
  * ```html
@@ -4,7 +4,7 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { EditEvent } from "./edit-event-args.interface";
6
6
  /**
7
- * Provides the arguments for the [`add`](slug:api_grid_gridcomponent#toc-add) event. [See example](slug:inline_editing_grid#toc-adding-records).
7
+ * Provides the arguments for the [`add`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#add) event. [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#adding-records).
8
8
  */
9
9
  export interface AddEvent extends EditEvent {
10
10
  }
@@ -13,7 +13,7 @@ import * as i0 from "@angular/core";
13
13
  * Represents the `cancel` command in the Grid.
14
14
  * Apply this directive to any `kendo-toolbar-button` element inside a ToolbarComponent in the Grid.
15
15
  *
16
- * When you click the toolbar button with this directive, the [`cancel`]({% slug api_grid_gridcomponent %}#toc-cancel) event triggers.
16
+ * When you click the toolbar button with this directive, the [`cancel`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cancel) event triggers.
17
17
  *
18
18
  * @example
19
19
  * ```html
@@ -10,11 +10,11 @@ import { ContextService } from '../common/provider.service';
10
10
  import * as i0 from "@angular/core";
11
11
  /**
12
12
  * Represents the `cancel` 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
  *
16
16
  * When a button with this directive is clicked, the
17
- * [`cancel`]({% slug api_grid_gridcomponent %}#toc-cancel) event
17
+ * [`cancel`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cancel) event
18
18
  * is triggered. If the row is not in edit mode, the button is automatically hidden.
19
19
  *
20
20
  * You can customize the button content based on the row's state.
@@ -4,13 +4,13 @@
4
4
  *-------------------------------------------------------------------------------------------*/
5
5
  import { SaveEvent } from "./save-event-args.interface";
6
6
  /**
7
- * Arguments for the [`cancel`](slug:api_grid_gridcomponent#toc-cancel) event.
7
+ * Arguments for the [`cancel`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cancel) event.
8
8
  *
9
9
  * This event is emitted when the user cancels editing of a row or cell.
10
10
  *
11
11
  * The event exposes the same properties as the `SaveEvent`, allowing access to the data item, form group, and row or cell context being canceled.
12
12
  *
13
- * [See example](slug:inline_editing_grid#toc-canceling-editing).
13
+ * [See example](https://www.telerik.com/kendo-angular-ui/components/grid/editing/inline-editing#canceling-editing).
14
14
  */
15
15
  export interface CancelEvent extends SaveEvent {
16
16
  }
@@ -6,7 +6,7 @@ import { PreventableEvent } from '../common/preventable-event';
6
6
  import { EditEvent } from './edit-event-args.interface';
7
7
  import type { GridComponent } from '../grid.component';
8
8
  /**
9
- * Arguments for the [`cellClose`](slug:api_grid_gridcomponent#toc-cellclose) event.
9
+ * Arguments for the [`cellClose`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#cellclose) event.
10
10
  */
11
11
  export declare class CellCloseEvent extends PreventableEvent implements EditEvent {
12
12
  isNew: boolean;
@@ -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
- * [`edit`]({% slug api_grid_gridcomponent %}#toc-edit) event fires.
17
+ * [`edit`](https://www.telerik.com/kendo-angular-ui/components/grid/api/gridcomponent#edit) event fires.
18
18
  *
19
19
  * @example
20
20
  * ```html