Skip to content

Commit ccf7246

Browse files
committed
fix(grid): do not select column when click filter icon #7408
1 parent 9f25544 commit ccf7246

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export class IgxGridHeaderComponent implements DoCheck, OnInit, OnDestroy {
183183

184184

185185
public onFilteringIconClick(event) {
186+
event.stopPropagation();
186187
this.grid.filteringService.toggleFilterDropdown(this.elementRef.nativeElement, this.column, IgxGridExcelStyleFilteringComponent);
187188
}
188189

0 commit comments

Comments
 (0)