Merge pull request #8463 from mmckenziedev/master

GridOptions does not contain the correct definition of the toolbar property
This commit is contained in:
Horiuchi_H
2016-03-23 00:10:08 +09:00

View File

@@ -4461,7 +4461,7 @@ declare namespace kendo.ui {
scrollable?: GridScrollable;
selectable?: boolean|string;
sortable?: GridSortable;
toolbar?: GridToolbarItem[];
toolbar?: string | ((...args:any[]) => string) | GridToolbarItem[];
cancel?(e: GridCancelEvent): void;
change?(e: GridChangeEvent): void;
columnHide?(e: GridColumnHideEvent): void;