Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1025
WebDialogueWindow resize
posted

How to create a webdialoguewindow resizable.
In the master page I have a webdialoguewindow that i opned from content page.
I want this window to be modal i set its property but the problem is that whenever I set it as
model i can not resize it.Is there any way by making model webdialoguewindow resizable?

Thanks in advance for yr replies

Parents
No Data
Reply
  • 8607
    Verified Answer
    Offline posted

    Hello ashpawan,

    Please take a look at this topic.  Here is the code that I used in the .aspx.cs file.

            this.WebDialogWindow1.Resizer.Enabled = true;
            this.WebDialogWindow1.Modal = true;

    Let me know if you have any other questions.


    Elizabeth Albert
    Localization Engineer

Children
No Data