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 ea93517 commit a52b20fCopy full SHA for a52b20f
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -6075,7 +6075,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
6075
* @hidden @internal
6076
*/
6077
endRowTransaction(commit: boolean, row: IgxRow) {
6078
- console.log('end row transaction');
6079
row.newData = this.transactions.getAggregatedValue(row.id, true);
6080
6081
let args = row.createEditEventArgs();
0 commit comments