SMART datagrid v.1 > Classes > GridBase
Specify the property of all Columns contained in Grid at the same time. Like DLBase.setProperty, you can specify the property name by property path.
grid.setColumnsProperty('width', 50);
// Like DLBase.setProperty, you can specify the property path.
grid.setColumnsProperty('header.styles.background', '#ffff00');