Skip to content

Commit f885a8f

Browse files
authored
Update grid-validation.service.ts
1 parent 8145c20 commit f885a8f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

projects/igniteui-angular/src/lib/grids/grid/grid-validation.service.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ export class IgxGridValidationService {
6464
formGroup.addControl(column.field, control);
6565
control.setValue(value);
6666
}
67-
68-
/**
69-
* @hidden
70-
* @internal
71-
*/
72-
private getFieldKey(path: string) {
73-
const parts = path?.split('.') ?? [];
74-
return parts.join('_');
75-
}
7667

7768
/**
7869
* @hidden

0 commit comments

Comments
 (0)