Good Afternoon!
Currently I'm trying to read a value from the database and insert that value into a Radzen component. To read this value, I've made a custom method:
The printed value is the one that is in the database, so that is working fine. However, I don't see how I can show this value within my Radzen application. I'm currently using a mask component but perhaps this isn't the right component.
I'm trying to insert the value into the red box. Maybe I am using the wrong component though.
If possible, I also would like to update this value in realtime. How can I do that?
Hope you can help me!