- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Chomp,
This is relatively straightforward to achieve.
The main script would be in the preOpen events of the dropdowns, where it would look back at the previous selection and then addItems() with the appropriate information.
There is an example here: http://assure.ly/jcTahK. Also one here for accessing the display and bound values of a dropdown: http://assure.ly/fYCuQ2. Lastly how you can use the bound and display values with global binding: http://assure.ly/jtTkdO.
Hope this helps,
Niall