Hi Radzen,
I'm using a custom method to retrieve some user info per page ( while there is no secure alternative for global variables or objects that can be accessed across pages ).
I've noticed that the object retrieved from this custom method ( similar like the UserPersonData from radzen demo / examples ). has a short lifecycle .
Explaining: Accessing the values of the object returned from the custom method can be accessed and used within the invoke if then structure and gets lost if used outside the invoke in the next statement or DataGrd filter .
does this seems familiar ? or could it be that the page has to many properties and can only hold a limited number of properties ?
So using this property object a second time gives an "can not get value from undefined" erros.