According to this thread
http://forums.smartclient.com/showthread.php?t=2681&highlight=subgroup
it seems grouping by multiple fields is supported in smartclient at least programmatically for quite a while.
Is this also supported in smartGWT?
The ListGrid's signature is just
so it seems it just supports one field to group by.
Thanks
fatzopilot
http://forums.smartclient.com/showthread.php?t=2681&highlight=subgroup
it seems grouping by multiple fields is supported in smartclient at least programmatically for quite a while.
Is this also supported in smartGWT?
The ListGrid's signature is just
Code:
ListGrid.setGroupByField(String field)
Thanks
fatzopilot
Comment