Announcement

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

    ReorderField in TreeGrid not working for name colum in frozen

    In smartgwt3.0

    My requirement is to show horizontal scroll bar only in the name column of the TreeGrid instead of whole TreeGrid Horizontal scrollbar. So I have frozen all the TreeGrid columns except the "name" column where the H scrollbar appears. But the problem is the "name" column appears in the last column after freezing the other columns. I tried reordering field "reorderField(columnIndex,posiitionIndex)" but it is not reordering.
    Is there a way to achieve horizontal scroll in "name" column only or make the reordering of the field works.

    Note: reordering works if the columns are unfreeze.
Working...
X