We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ddf40 commit 3fc14b5Copy full SHA for 3fc14b5
projects/igniteui-angular/src/lib/grids/common/grid.interface.ts
@@ -246,9 +246,9 @@ export interface GridServiceType {
246
getParentRowId?(child: GridType): any;
247
getChildGrids?(inDepth?: boolean): GridType[];
248
getChildGrid?(path: IPathSegment[]): GridType;
249
+ endEditAll?(): void;
250
// XXX: Fix type
251
unsetChildRowIsland?(rowIsland: any): void;
- endEditAll?(): void;
252
}
253
254
0 commit comments