File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
10651065 *
10661066 * @example
10671067 * ```typescript
1068- * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataPreLoad )='handleDataPreloadEvent ()'></igx-grid>
1068+ * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataChanging )='handleDataChangingEvent ()'></igx-grid>
10691069 * ```
10701070 */
10711071 @Output ( )
@@ -1076,7 +1076,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
10761076 *
10771077 * @example
10781078 * ```typescript
1079- * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataPreLoad )='handleDataPreloadEvent ()'></igx-grid>
1079+ * <igx-grid #grid [data]="localData" [autoGenerate]="true" (dataChanged )='handleDataChangedEvent ()'></igx-grid>
10801080 * ```
10811081 */
10821082 @Output ( )
You can’t perform that action at this time.
0 commit comments