Hi,
when I configure a ListGrid records to expand ( setCanExpandRecords(true); ), I get a special field to trigger this function.
My question is, when iterating through the fields of the grid (for whatever reason), how can I recognize this field?
There is ListGridField.getIsRemoveField() to recognize the remove record icon; a similar function would be nice to recognize this other special field, too. (something like getIsExpandField())
Thank you.
when I configure a ListGrid records to expand ( setCanExpandRecords(true); ), I get a special field to trigger this function.
My question is, when iterating through the fields of the grid (for whatever reason), how can I recognize this field?
There is ListGridField.getIsRemoveField() to recognize the remove record icon; a similar function would be nice to recognize this other special field, too. (something like getIsExpandField())
Thank you.