Clickable Links in a Datagrid Column

0
I have a datagrid where the whole column is URLs. The data is imported from an Excel sheet. I want to be able to click on these URLS within the datagrid and have it direct to the webpage. How do I do this?   
asked
1 answers
0

This might not be the exact answer you’re looking for, but something else that will also get you where you’re trying to go is to add another ‘action’ button to your data grid with an ‘open link’ on click event. Make the address be ‘use attribute’ and then select the URL attribute. Then, every time you select an object in your data grid and then click that button you will be redirected to the URL you’re wanting to go.

Hope that helps!

answered