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