SMART datagrid v.1 > Classes > GridColumn
The object of Column Group which contains this column.
If this column is top column, it will be null. parent property returns root column object within Grid about the top column.
var col = grid.columnByName('colzender');
var group = col.group();
if (!group) {
col.setWidth(200);
}