Because i load js files at the end of the page igDialog get showned for a moment at page load
how can I get around of this
Hello Christian,
We would really like to help you to achieve this.
Could share a sample html of your scenario so I can take a look at it?
Thanks.
I will use bootstrap modal dialog insted
It works as intended with javascript loaded at the end of page
I'm just following up to see if you need any further assistance with this issue. If so please let me know.
Thank you for contacting Infragistics!
It is normal when reference the JavaScript files at the bottom of the document and you instantiate the igDialog after that, to show the dialog after all other html is rendered and processed the only possible workaround is to load the in the head section.
Please provide a sample html page demonstrating your issue if I've misunderstood you.