Hi,
I use webdialog as a wizard. The wizard requires heavily server-side operation. Therefore, i need to do asynchronous postback. However, if i do so, the modality of the webdialog is lost. The background shadow disappears, the webdialog comes back its initial position and the modality behavior is lost. Here is my setup roughly:
<UpdatePanel>
<WebDialogWindow>
<ContentPane>
<Template>
<asp:Button ID="Button1" OnClick="Button1_Click">
</Template>
</ContentPane>
</WebDialogWindow>
</UpdatePanel>
When I click Button1, the server side operation is done but the modality of the webdialog is lost. How can i handle this problem?
Thanks in advance...
I had the same issue and found that the following link served as an excellent workaround.
https://ko.infragistics.com/community/forums/f/ultimate-ui-for-windows-forms/48219/how-to-iterate-all-timeslot-in-timelineview#48219