Inquiry Regarding Radzen's Internet Connectivity Checking Feature

We are currently working on a blazor webassembly project and need to verify if Radzen offers a built-in feature that can check the status of internet connectivity. Specifically, we are interested in knowing if Radzen has any functionality that allows us to detect whether the internet connection is active or inactive.

Could you please confirm if Radzen provides this feature out-of-the-box, or if there are any recommended approaches or workarounds to implement this check within a Radzen application?

We would appreciate any guidance or resources on how to effectively handle internet connectivity checks using Radzen, as it is crucial for our application’s functionality.

Thank you!

No, such a feature is not provided. You can search online how to use the browser API to determine if it is online or offline. For example here is a link from MDN: Navigator: onLine property - Web APIs | MDN

Thank you for clarity @korchev , this information is really helpful.