Hello,
I'm trying to create an alert / prompt chain (Ask a question, then ask an other question or result depending on the user input). Everything works as expected in a plain application (like the demo example) but I couldn't figure how to use this within a RadWindow.
After the first alert, the activated event of the window is raised, then this window is bringed to front hidding any existing modal alert.
This was described in 2009 in this
post but no real solution was suggested for my problem.
Here's a sample code of my issue:
Best regards,
Simon