SMART datagrid v.1 > Classes > GridColumn
Return true if root property value of this column is itself.
In other words, if itself is top column, it will be true.
var col = grid.columnByName('colzender');
if (col.isRoot()) {
col.setWidth(200);
}