Skip to content

Commit 0630994

Browse files
committed
fix(grid-pinning): hide action strip menu after scrolling to row
1 parent 934398e commit 0630994

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

projects/igniteui-angular/grids/core/src/grid-actions/grid-pinning-actions.component.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ export class IgxGridPinningActionsComponent extends IgxGridActionsBaseDirective
126126
const context = this.strip.context;
127127
const grid = context.grid;
128128
grid.scrollTo(context.data, 0);
129+
130+
if (this.asMenuItems) {
131+
this.strip.hide();
132+
}
129133
}
130134

131135
private registerSVGIcons(): void {

0 commit comments

Comments
 (0)