I use:
ToonA,ToonB,ToonC,ToonD;NAME
1,2,3,4,5,6,7,8;5/8;NAME;NR


I have every toon on all teams listed on line one.
Ending with a semi-colon and NAME (in caps).
This lists those toons who are in the raid/battleground/group, in column one.

On line two, I'm instructing Grid to list every toon in groups 1-8.
It lists them in a 5 row deep, 8 columns wide Grid.
Again NAME is listed, which makes the sorting alphabetical.
The NR means No Repeating, meaning if my toons are listed in column one (which they always will be), they will not also be listed elsewhere (such as in column 2-8).



If you were to omit the second line.
It would display Toon A, Toon B, etc.
And nothing else, and in an alphabetical sort for all toons.