@progress/kendo-angular-grid
Version:
Kendo UI Grid for Angular - high performance data grid with paging, filtering, virtualization, CRUD, and more.
21 lines (20 loc) • 773 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
/**
* @hidden
*/
export declare const NON_DATA_CELL_CLASSES = "k-hierarchy-cell k-detail-cell k-group-cell";
/**
* @hidden
*/
export declare const NON_DATA_ROW_CLASSES = "k-grouping-row k-group-footer k-detail-row k-grid-norecords";
/**
* @hidden
*/
export declare const IGNORE_TARGET_CLASSSES = "k-icon k-svg-icon";
/**
* @hidden
*/
export declare const IGNORE_CONTAINER_CLASSES = "k-grid k-grid-ignore-click";