SMART datagrid v.1 > Classes > GridBase
RowGroupPanel object on the top of the gird which displays the menu related to row grouping and the field list of being grouped.
This object will be created when the grid is initialized. When setting the property, the value of existing object will be changed.
grid.setGroupPanel({
visible: true
});
grid.setOptions({
groupPanel: {
visible: false
}
}
var panel = grid.groupPanel();
panel.toggle('visible');