Progress bar depending in Backend Processing progress

Dear Forum,
i have got an upload Feature which processes an Excel File Line by Line. Ist it possible to View the Progress (the current Line in Relation to the total amount of Lines) in the Frontend? How can I repeatedly Transfer a Status from the Backend to the generated Page?

Thanks a Lot in advance

Hi @radzenuser1,

Radzen doesn't offer anything out of the box that would allow you to push changes from the server to the client. You would need a third party library to do so - web sockets or something higher level such as SignalR.