Hello.
When the showRowHeaderNumber property of the grid is set to true and the number of rows exceeds 100, the RowNumberCell value is truncated as ‘1…’.
Is there a solution to address this issue?
Thanks.
When there is not enough space, it adds ellipsis. In case you want to change the width of that column, due to the fact that the column is part of the auto-generated columns, you can use the layout.autoGenerateColumnWidth property.