I am trying to add a link column to a Power App Canvas that inside screen that has a modern grid.
With the old grid control i can click on a column and choos IsHypertext property and set it to 'true'. Then add my logic to OnSelect of such column.
But with modern grid i have not such option, and i have to put onSelect on the entire grid.
This is not a big issue per se, but it will be an issue because when the screen load for the first time, and data are fetched, OnSelect is atomatically triggered (it's like by default the grid select the first item), and this is an issue.
--Edited :
if it's complex to add a link inside a column, also a button inside an action column is enought. I need a way to let the user click and select a column without use the OnSelect of the grid (that is triggered when the grid is binded)
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473