Announcement

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

    Grouped and Frozen Fields

    How can I get the list of the fields which are frozen and by which grid is grouped?

    #2
    You can use ListGridField.getFrozen() on the fields to determine which are frozen. For a single group field you could use ListGrid.getAttribute("groupByField") but for multiple groups you will have to use something like the groupTree or else just track which fields get grouped on your own.

    Comment


      #3
      I am relatively new to smartGWT. Could you please tell me how can I use groupTree or track whcih field is grouped?

      Comment


        #4
        See your other thread.

        Comment

        Working...
        X