Wrong isRowHeader Property Value of GridCells

For those GridCell(s) whose cell type is “row header” (cell.cellType === “row header”), the isRowHeader property’s value is always returned false (cell.isRowHeader = false). This inconsistency seems illogical.

Thanks! This is fixed.

I can confirm the fix works. However I found another inconsistency. For all Grid row header cells (those where cell.isRowHeader === true), the cell.tableRowIndex property’s is always null, while cell.gridRow returns correct row index value. It would be great to have this fixed as well.

Thanks, indeed this is an inconsistency. This is fixed, we’ve also created a sample script that demonstrates the different between grid and table indexing. The fixed version will be on a dev server in ~30 minutes.

image