By default, Epicor auto-focuses on the part field when you create a new line. I’m working on a custom layer and somewhere along the way I lost this default functionality.
I want to get this functionality back, but I’m struggling.
No, I didn’t end up needing to set the focus, but I would hope its possible
I know we use that control-focus-set widget to set focus on form fields, so it does work in some capacity.
But can it be used on a grid? I don’t know.
Maybe if you target a specific row using the dataview’s “viewRow” in conjunction with a specified column you can target the next grid cell?
I have tried the things you’ve mentioned but without success. I don’t think it’s possible to achieve with standard tools. At least not in 2022.22.41.
I found another “hacky” way of doing that but it has one disadvantage.