Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #109189
    valve1023@gmail.com
    Participant

    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.

    #109191
    Markov
    Keymaster

    Hi,

    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.

    Example:

       layout: {
            autoGenerateColumnWidth: 100
          },

    Regards,
    Markov

    Smart UI Team
    https://www.htmlelements.com/

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.