Help needed regarding Dialogs #31
-
Can I open a Dialog box on button Click with custom message. Suppose I am performing an operation of uploading or downloading on button click, once the process is finished I want to display the Dialog box. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hello, yes you can... |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help. I have gone through the demo code once again and found the well written samples. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help. I have gone through the demo code once again and found the well written samples. |
Beta Was this translation helpful? Give feedback.
Hello, yes you can...
You can even cascade several dialogs as a dialog sequence, please see samples...
You are free to open dialogs when you want (after upload complete for example), you can even close them by code if needed...