I was trying to use ListGrid.getField() to get the grid field object for the grouped field. I noticed that if the currently grouped field is not a visible column, I couldn't use ListGrid.getField() to get the field object. It looks like ListGrid.getField() uses the ListGrid.fields property which is just the visible columns. Should it be using the ListGrid.completeFields property instead which is all columns?
I've worked around my current issue but thought I'd ask you about it.
I've worked around my current issue but thought I'd ask you about it.
Comment