Datagrid drop down selection displayed outside of the datagrid

0
Hi all, My question: Is it possible to display the title of my selection within a Datagrid and then I click search it will change the text (Blue arrow) to the same title as the drop down selection. My current method (red arrow) ends up repeating the selected title as many times as there are steps. I ideally want the title to display once selected from the drop down in the datagrid. Thanks in advanced. Jack
asked
1 answers
-1

Hi Jack,

 

I think the best solution would be using a view object/entity with an attribute with the same options as in the dropdown.

After that you can use this attribute in a dropdown on the page and show the value anywhere on the page as well as using it as xpath constraint for your datagrid.

answered