Column.autofocus
This page was created by Stephanie on 2023-05-18. Last edited by Stephanie on 2025-05-02.
#TargetType.TaggedValue | CommaSeparatedExampleValues | Short Description |
---|---|---|
#Column.autofocus | True,False | Focuses the control when it appears on the screen. Might conflict with other focus events. |
When it appears on the screen, it will move the focus. For example, in a table where you create new rows and that table is editable, you would add autofocus to the field you want the user to be able to type into and if you have a list of numbers you are entering and you have a button that adds a new row, if you add the #Column.autofocus
to that edit field, it will focus on that next new row.