I have (I think) a fairly easy question, I have created a web page in C# using some of the Dynamics components to retrieve data from my Dynamics 365 Online environment. The page contains a DropDown with lead entities, which are retrieved during the onLoad event.
When I change the dropdown value (onChange event), the data of the selected lead is begin retrieved and displayed by filling some data on the front end / html (aspx) page and the panel which contains the data is set to visible (initially this is set to false).
This works fine when calling the page the normal way (in my web browser) but fails when I use it in a IFrame on my Dashboard. The dropdown with the lead entities is being showed and filled correctly, but it seems the onChange event is never executed.
I am probably doing something obvious wrong but I cant figure out what it is.
*This post is locked for comments