SMART datagrid v.1 > Classes > GridColumn
The name of Column.
Although not occur an error, it should start with a letter or underscore without leaving any blank in the middle, and the name of each column within one grid must exist as the only value.
var column = grid.columnByName('column1');
if (column) {
column.setResizable(false);
}