I need set focus on table, focus on combobox and datepicker when I click button. But I can't do it.
Please help me. Thanks
Hi Minh Quang Nguyen ,
You can go through these links for reference:
https://www.outsystems.com/forums/discussion/68951/set-focus-to-an-element-inside-a-table/
https://outsystems.com/forums/discussion/82069/focus-on-date-picker-when-opening-a-pop-up/
https://www.outsystems.com/forums/discussion/69683/setfocus-in-combox/
Regards,
Reemali
Hi @Minh Quang Nguyen,
OutSystemsUI provides SetFocus client action. You can follow the below steps:
1. Take dependency from the outsystemsUI module
2. Call SetFocus on your button click event.
3. Set the WidgetId you want focus on.
hope this will help you!