SMART datagrid v.1 > Classes > RowGroupPanel

Back  Forward

DataLudi.RowGroupPanel.prompt  property

The message which is displayed in Row grouping panel. 

If add Row group field, the message will not be displayed. 

Defaults to "Group by".

Getter
function prompt(): String
Setter
function setPrompt(value: String)
Code -1
    grid.setOptions({
        rowGroup: {
            panel: {
                prompt: "If drag column header here, it will be added in row group."
            }
        }
    });
Code -2
    grid.rowGroupPanel().setPrompt('If drag column header here, it will be added in row group.');
See Also
itemStyles
head
Examples
Row Grouping