Skip to content

Commit 9faeb7e

Browse files
authored
Merge pull request #7409 from IgniteUI/nrobakova/fix-issue-7408
Do not select column when click filter icon
2 parents 9f25544 + ccf7246 commit 9faeb7e

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)