We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4dc4821 + 1867f25 commit 2249477Copy full SHA for 2249477
projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@@ -1036,7 +1036,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
1036
/**
1037
* Emitted when `IgxGridRowComponent` is selected.
1038
* ```html
1039
- * <igx-grid #grid (onRowSelectionChange)="onRowClickChange($event)" [data]="localData" [autoGenerate]="true"></igx-grid>
+ * <igx-grid #grid (onRowSelectionChange)="onCellClickChange($event)" [data]="localData" [autoGenerate]="true"></igx-grid>
1040
* ```
1041
* ```typescript
1042
* public onCellClickChange(e){
0 commit comments