The dropdown does not appear to update correctly when I change options. I have recorded a short 3min video to show you exactly the issue I am experience.
Many thanks in advance.
The dropdown does not appear to update correctly when I change options. I have recorded a short 3min video to show you exactly the issue I am experience.
Many thanks in advance.
Could you post a link for your video?
The item selected in the data grid should be set as the data model for the form (or the block that has all the form elements - it depends on whether you use a Form or a Block). The select component’s “Value Logic” handler can be bound to a property in the data model (if the data model is the actual selected object, then the change in the drop-down will be automatically reflected in the data table).
As for the radio buttons, make sure you’re using the “Radio Button Group” component which has events at a higher level than the individual radio buttons.
I recommend creating a separate page with just those components and playing with them to see how data bindings and events work in the isolated (i.e. a separate page) environment.
Regards,
Mark
Both solutions worked. Another small but important details learnt. Thank you so much!
Hi, I ran into a similar problem again but this time with a boolean field. Here’s a video showing my setup. I wonder what small thing did I forget that made it not work. I tried for a few hours to get it working without luck. Hopefully someone can enlighten me!
I noticed that under some conditions the field marked below shows up as a string value. Notice it is displayed in quotes below while for other records (or perhaps it is not record related) it shows up as a boolean. Perhaps it has something to do with the behavior you are observing.
Actually, for the text I specifically converted it as a string value. So I am not sure whether this is relevant?
It was not clear to me why it shows up with double quotes in some cases and without in others.