SMART datagrid v.1 > Classes > RowGroupPanel
The message which is displayed in Row grouping panel.
If add Row group field, the message will not be displayed.
Defaults to "Group by".
grid.setOptions({
rowGroup: {
panel: {
prompt: "If drag column header here, it will be added in row group."
}
}
});
grid.rowGroupPanel().setPrompt('If drag column header here, it will be added in row group.');