SmartClient version 7.0 RC2:
Create a summary column in the ListGrid and click on "Group by" item in head context menu: the rows are not grouped by summary cell values.
For example in the Custom Columns example at http://www.smartclient.com/?skin=TreeFrog#customColumns create a new Summary column with Summary value "#B", which means the same content as in Country column. Now group the table by summary column: only one group named "-none-" containing all rows is created instead of a separate group for each country (which happens if you group by Country).
Borut
Create a summary column in the ListGrid and click on "Group by" item in head context menu: the rows are not grouped by summary cell values.
For example in the Custom Columns example at http://www.smartclient.com/?skin=TreeFrog#customColumns create a new Summary column with Summary value "#B", which means the same content as in Country column. Now group the table by summary column: only one group named "-none-" containing all rows is created instead of a separate group for each country (which happens if you group by Country).
Borut
Comment