333
Views
2
Comments
How to set Focus?
Question

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

2023-04-17 05-19-55
Vaishali Shrivastava

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!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.