Announcement

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

    Listgrid Design - last column

    Hi,

    how can I remove the last column or the free space at the end of every list grid row. Please have a look at my screenshot.

    i tried
    this.setCanSort(false);
    this.setCanMultiSort(false);
    this.setShowTreeColumnPicker(false);
    this.setShowHeaderContextMenu(false);
    without success.

    I have not found a suitable method.

    regards,
    timo
    Attached Files

    #2
    leaveScrollbarGap:false

    Comment

    Working...
    X