Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid Row Number column text truncated

    We use ListGrid's setShowRowNumbers(true), which generates row number automatically with a default column size. It shows the full numbers up to 99. When the row number is larger than 99, it shows 1... (see screenshot).

    We would like to display the whole numbers, such as 100, 101, etc.

    Please let us know if that's doable. We're on version 5.1.
    Attached Files

    #2
    There is a ListGrid AutoChild rowNumberField, you can set its default width wider if you expect to show hundreds of rows (or yet wider for thousands).

    Comment

    Working...
    X