How to Transfer The Data from one datagrid to another one

0
How to Transfer The Data from one datagrid to another one by using Xpath and Without using Microflow
asked
1 answers
1

Not sure what do you mean by transfer of data.


Your data is stored in a database table and datagrid is just a one of many ways to show it on a page. So incase you need to show it on multiple datagrids on different pages then you could use the same xpath in both the grids.

Or you can even make a snippet out of that datagrid and use it at multiple places.
 

Hope this helps.

answered