SMART datagrid v.1 > Classes > EditOptions
If specify as true, when change the range of selection area by arrow keys, it will maintain the location of Focused Cell.
Defaults to false.
grid.setOptions({
edit: {
keepFocusedWhenSelecting: true
}
});
grid.setEditOptions({
keepFocusedWhenSelecting: true
});
grid.editOptions().setKeepFocusedWhenSelecting(true);