How to set property of component with column value from a data table row

I would like to set the URL property of the IFrame component.

The value is stored in a data grid’s column.

I added another button to the rowTemplate and I can edit its event handler function.

But how can I access the iFrame URL property from the button’s event handler? The IFrame component is in the same Form as the data table.

This is the solution

3 Likes