Hello,
to open some of my Dialogs and loading a.e. a PDF document take a while - it would be useful to have a progress on the form until all is loaded (document ready)...
robert
Hello,
to open some of my Dialogs and loading a.e. a PDF document take a while - it would be useful to have a progress on the form until all is loaded (document ready)...
robert
You can use a busy dialog similar to our demo:
Or ProgressBar with indeterminate mode:
Sorry I don't understand - here is the OpenDialog Click Handler
how to have a there a busy indicator until all on the form is loaded?
robert
The code should be part of the page that you are opening. You can add in the page partial class the method that will open the dialog, open the dialog when page initialized and close it when rendered:
Ok so I have to do it in code - it would be nice to have page events to do this or an property for that so the code is generated automatically