- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Global binding will not work for objects (including Dropdowns) in repeating rows. This is because while the object appears in different rows (different instances of the repeating row), they all have the same name.
There is an example here, which minics global binding in repeating rows: http://assure.ly/eTOXaH. See the script in the exit event of the objects in the first table. Please note that this example is set up so that the number of rows is the same in both tables.
Hope that helps,
Niall