Skip to content

Commit af61410

Browse files
committed
fix(IgxGrid): focus the header container when click on movable column #7227
1 parent d48429f commit af61410

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-group.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ export class IgxGridHeaderGroupComponent implements DoCheck {
313313
*/
314314
public activate() {
315315
this.grid.navigation.activeNode = this.activeNode;
316+
this.grid.theadRow.nativeElement.focus();
316317
}
317318

318319
public ngDoCheck() {

0 commit comments

Comments
 (0)