SMART datagrid v.1 > Classes > EditOptions
If it is true, when display the editor by F2 key, it will not select all but will display the caret at the end of text.
Defaults to false.
grid.setOptions({
edit: {
noSelectWhenEdit: true
}
});
grid.setEditOptions({
noSelectWhenEdit: true
});
grid.editOptions().setNoSelectWhenEdit(true);