Like "${variable}", SMART datagrid Statement is an expression which can contain variables being enclosed by "${" and "}" within the string. The variables which can be used are different depending on the environment of using statement.
Currently, it is used as headerStatement property.
grid.setRowGroup({
headerStatement: '${groupField}: ${groupValue} - ${rowCount} rows'
});