Data grid search bar - default values support

0
 In our application we are using a data grid (data grid) to display a set of cases. As part of the default data grid search fields, we are looking to apply some default dynamic values specific to the user say user region or some other values. But we are not seeing support for default dynamic values for search fields and there is only option to put a static default value.  Are there any options to achieve default dynamic values for search fields in data grid.
asked
1 answers
0

Hi, 

I think you can leverage Xpaths in order to have specific search fields.  You can add a new search field with a drop-down function and then write the correct Xpath for the capability that you want to enable.

Take a look to this guide: https://docs.mendix.com/refguide/search-bar

 

answered