SMART datagrid v.1 > Classes > DisplayOptions
If specify the value as false, you will not be able to change focusedIndex.
The user cannot change the location of focused cell with mouse or keyboard.
Defaults to true.
grid.setOptions({
display: {
focusable: true
}
});
grid.setDisplayOptions({
focusable: true
});
grid.displayOptions.setFocusable(true);