Open
Description
Description
Tring to use some of the getters in the cellClick's event args for igxPivotGrid result in exceptions.
- igniteui-angular version: n/a
- browser: n/a
Steps to reproduce
- Open any of the pivot samples and bind to
cellClick
- Try to console log event.cell.row
Result
An exception is thrown when the event handler is hit.
Expected result
No exceptions and the row data to include the proper values.
Attachments
n/a