Merge pull request #26150 from clabough/patch-2

Update kendo-ui/index.d.ts (GridOptions toolbar)
This commit is contained in:
Armando Aguirre
2018-06-05 18:55:34 -07:00
committed by GitHub

View File

@@ -4311,7 +4311,7 @@ declare namespace kendo.ui {
scrollable?: boolean | GridScrollable;
selectable?: boolean|string;
sortable?: boolean | GridSortable;
toolbar?: GridToolbarItem[];
toolbar?: string|Function|(string|GridToolbarItem)[];
beforeEdit?(e: GridBeforeEditEvent): void;
cancel?(e: GridCancelEvent): void;
cellClose?(e: GridCellCloseEvent): void;