SMART datagrid v.1 > Classes > DisplayOptions
If it is true, it will also display the selection area even if there is only one data cell in the selected area.
Defaults to false.
grid.setOptions({
display: {
showSingleSelection: true
}
});
grid.setDisplayOptions({
showSingleSelection: true
});
grid.displayOptions().setShowSingleSelection(true);