Global information

Is there a recommended way for storing information globally within an application. I know you could use sessionStorage but, just wondering if there is a recommended way to do it within Radzen? The sort of thing I am thinking of would be a global value to be used for something like the Version of the application or storing the value to be used for the Duration property on all notification's used within the application as examples.

Hi @markb,

Currently there is no built-in solution for that except from using sessionStorage or localStorage.

Fair enough - that is the method I will use. It would be a 'nice to have' feature if there was a central place within Radzen for defining any / all globals rather than potentially having their declarations scattered throughout the code of an application.