Hi, i have a form type grid editable, my first field MYFIELD is type text, if i set in setting: Field with Initial Focus to MYFIELD. and i add a new record this set focus iniciality in MYFIELD.
But if i change this field to AUTOCOMPLETE it does not work, the focus is dissapared and then i have to press tab key so that it appears.
I add a script macro in onload event sc_set_focus(‘MYFIELD’); but it does not work too,
If the field is type ajax USE ENTER TO TAB it does not work too.