Hi,
I've created two screens . 1- search 2- Edit
On the search page, there's a table. When I search using one entity, say last name, it'll filter the table and show only the rows that include the last name. And when we click on the edit button at the end of the page, after selecting one of the row, it'll navigate to Edit screen. I used Navigate( Edit, fade ) to do that.
Now what I'm looking for is that, when I select a row and click edit button, along with just navigating to Edit screen, I want the row I selected to be shown in the edit page.
How do i do that?