- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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