I am using two Double Select fields on a form. The first Double Select has the Ajax Processing box checked to drive the options in the second Double Select menu. The user selects multiple items in the first Double Select, and the second Double Select populates based on these options. This works fine on new records.
When editing a record, if a new item is selected from the first Double Select, it clears all of the previously saved items from the second Double Select. I realize it is refreshing the second Double Select, but is there any way to retain the previously saved items in the second Double Select on the Ajax refresh of the second Double Select?
Thanks for any suggestions.