I have a Grid with a custom (Template) edit form.
Among other things, I have a bound checkbox and a bound Notes field.
When I click on the checkbox (1), I want to add a note in the textbox (2).
I was able to create code using ValueChange to set the value of the note, but it doesn't show up immediately. I have to click Save and then edit the row again to see the note.
How can I make the note show up in the textbox as soon as the checkbox is checked?