SMART datagrid v.1 > Classes > GridColumn
Return top column object including this column. If itself is top column, it will return itself.
var col = grid.columnByName('colzender');
var root = col.root();
if (root !== col) {
col.setWidth(200);
}