Hi,
Is it possible to group by a numerical id field but display the String group
name in the grouping?
Here is my sample data
GroupName GroupId UserName
ABC-Comp 1 Pete
ABC-Comp 1 Dave
DDD-Comp 2 Tim
DDD-Comp 3 Ken
When displaying in GridGrouping, I want it to be shown as:
ABC-Comp
Pete
Dave
DDD-Comp
Tim
DDD-Comp
Ken
That menas I need to set "GroupId" as the grouping column, but set the
"GroupName" as the field to be shown.
It seems like if I use GroupId as the grouping criteria, GridPanel will have
have to show the group as GroupId and I can't set it to GroupName. Is
there a way to get around it?
The other question I have is that if I set GriPanel to be grouped by the
GroupName field, I must explicitly define GroupName as a column to be
displayed. Since GroupName is already shown as the name of the grouped
rows, I don't want to have it displayed as a column. Is it possible to do
that?
Thanks in advance for all your kind help.
Pete
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---