SMART datagrid v.1 > Classes > DisplayOptions
If this property value is true and columnMovable is true, the user can move to another column group by using mouse dragging.
Defaults to false.
grid.setOptions({
display: {
parentChangable: true,
columnMovable: true
}
});
grid.setDisplayOptions({
parentChangable: true,
columnMovable: true
});
grid.displayOptions().setParentChangable(true);