SMART datagrid v.1 > Classes > GridColumn
If the column itself is data root, that is, if dataRoot property value is itself, it will return true.
var col = grid.columnByName('colzender');
if (col.isDataRoot()) {
col.setWidth(200);
}