Hi Pete, I believe that the GridGrouping and GridPanel widgets are part of the GWT-Ext library, in which case you might be able to find help on the GWT-Ext forums if you haven't posted there already.
GWT-Ext forum: http://www.gwt-ext.com/forum/ Hope that helps, -Sumit Chandel On Thu, Oct 2, 2008 at 6:09 AM, Pete Kay <[EMAIL PROTECTED]> wrote: > 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 Google-Web-Toolkit@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---