Set Initial Focus on Column Search Filter Instead of Main Search in Overview Page

0
Hello Experts, In our Mendix project, we have an overview page with a main search field (default focus highlighted in red in the attached screenshot). Currently, when a user opens the overview page, the focus is set to this main search field by default.   How can we modify this functionality so that, whenever a user opens a module and lands on the overview page, the focus automatically starts on the search filter of the first column (highlighted in yellow) instead of the main search field?    Any guidance on how to achieve this in Mendix would be greatly appreciated!     I really appreciate any help you can provide.  Regards, Pushpendra       
asked
2 answers
0

Hi Pushpendra Nayak,

 

you could run a nanoflow with the "Set focus" activity. Have a look at WebActions.

This can be used in combination with other widgets like Events.

answered
0

Hi Pushpendra Nayak,

 

Just set the tab index of the search widget to 1. 

This will work

 

Best Regards,

Kiran Nemade

 

answered