Hi,
is it possible to send notifications to the client during a long running server function?
Thanks,
Ralf
Perhaps you can do something like this: Reacting to External Triggers - use setTimeout or setInterval to check if the operation has completed somehow. Implementing push notifications would be a lot harder and Radzen doesn't have anything built-in for Angular apps.
Hi,
setTimeOut/setInterval is a good idea. I will try...