File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/igniteui-angular/src/lib/grids/tree-grid Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 104
104
105
105
< div *ngIf ="rowEditable " igxToggle >
106
106
< div [className] ="bannerClass ">
107
- < ng-container *ngTemplateOutlet ="rowEditContainer; context: { rowChangesCount: rowChangesCount, endRowEdit: endRowEdit .bind(this) } "> </ ng-container >
107
+ < ng-container *ngTemplateOutlet ="rowEditContainer; context: { rowChangesCount: rowChangesCount, endEdit: endEdit .bind(this) } "> </ ng-container >
108
108
</ div >
109
109
</ div >
110
110
< ng-template #defaultRowEditTemplate >
113
113
</ div >
114
114
< div class ="igx-banner__actions ">
115
115
< div class ="igx-banner__row ">
116
- < button igxButton igxRowEditTabStop (click) ="endRowEdit (false) "> Cancel</ button >
117
- < button igxButton igxRowEditTabStop (click) ="endRowEdit (true) "> Done</ button >
116
+ < button igxButton igxRowEditTabStop (click) ="endEdit (false, $event ) "> Cancel</ button >
117
+ < button igxButton igxRowEditTabStop (click) ="endEdit (true, $event ) "> Done</ button >
118
118
</ div >
119
119
</ div >
120
120
</ ng-template >
You can’t perform that action at this time.
0 commit comments