I am attaching AjaxFormComponentUpdatingBehavior to a DropDownChoice element in a ListView which displays a hidden panel on change event. It works for the first element in the ListView but not for subsequently added elements.
I have tracked the cause: All subsequent AJAX behaviours are bounded to the first element, because all DropDownChoice elements in the ListView have the same generated HTML id. Actually when change event triggered on the first element the number of AJAX requests sent is equal to the number of elements in ListView. Does anybody know how to fix this?
