I am looking for an excel-like grouping feature in the C1FlexGrid. I know of the sample "FlexGroup" which groups content based on column headers. However, I want to be able to create arbitrary groups of rows (independent of column headers). That is, I want the user to be able to select a few rows in the flex grid, click a button "Group" and obtain a custom group of the selected rows. My question is, how can I achieve this? (see screen shot of Excel 2007). Thanks.