SMART datagrid v.1 > Classes > DataColumn
If it is true, the user can drag column header to group panel to run row grouping. groupingEnabled of GridBase.operateOptions should also be specified as true.
Defaults to true.
var column = grid.focusedIndex().column;
if (!column.groupable()) {
column.setGroupable(true);
}