Notification for long running job

Hi,
is it possible to send notifications to the client during a long running server function?
Thanks,
Ralf

Hi @Ralf,

We are not aware if there is a way to achieve this.

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...