Pending Review
Last Updated: 28 Apr 2025 09:26 by Michael
Michael
Created on: 28 Apr 2025 09:26
Category: Grid
Type: Bug Report
0
Grid cellClick event reports the wrong column if used with rowSpan

https://stackblitz.com/edit/angular-obj4gecf

If you click the first 2 cells in column "UnitPrice", the first one reports column 2 (which is correct), the second reports column 1.

I suspect rowSpan causes this, rows without rowSpan seem to work.

0 comments