Avatar

Level 10

You cannot change the binding dynamically ....once the form is rendered changes to the bind.ref are ignored. This means that you have to manage the data yourself. You can extract the data from the dom and assign it to your fields.

Paul