I have a datatable like below. When an email hyperlink is clicked, another screen will show up allowing editing the email.
This is the code in the OnSelect event of the email field
It worked as expected in Preview mode. However, in Live mode (Published), I had to double-click (instead of just one click), to trigger the OnSelect event.
Does anyone know how to make it work in Live mode as in Preview mode?
Any help is appreciated.
Solved! Go to Solution.
Hi @kayt :
I've made a test and encountered the same problem.
But I found that when I inserted a gallery in the current screen, the problem was solved miraculously, maybe you can try this solution (I am not sure what the reason is, but it works for me):
Add a gallery into the screen where the table is located and set it's visible property to :
false
Best Regards,
Bof
Hi @kayt :
I've made a test and encountered the same problem.
But I found that when I inserted a gallery in the current screen, the problem was solved miraculously, maybe you can try this solution (I am not sure what the reason is, but it works for me):
Add a gallery into the screen where the table is located and set it's visible property to :
false
Best Regards,
Bof