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.
1 parent f6d1464 commit 38c9544Copy full SHA for 38c9544
projects/igniteui-angular/src/lib/grids/grid-base.component.ts
@@ -1038,7 +1038,7 @@ export abstract class IgxGridBaseComponent extends DisplayDensityBase implements
1038
/**
1039
* Emitted when `IgxGridRowComponent` is selected.
1040
* ```html
1041
- * <igx-grid #grid (onRowSelectionChange)="onRowClickChange($event)" [data]="localData" [autoGenerate]="true"></igx-grid>
+ * <igx-grid #grid (onRowSelectionChange)="onCellClickChange($event)" [data]="localData" [autoGenerate]="true"></igx-grid>
1042
* ```
1043
* ```typescript
1044
* public onCellClickChange(e){
0 commit comments